Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1)Merged the update charts functionality in initscatterchart functio... #178

Open
wants to merge 1 commit into
base: feature-dev
Choose a base branch
from

Conversation

vishnuvv
Copy link
Contributor

@vishnuvv vishnuvv commented Jul 7, 2014

...n

2)Implemented the dynamic axis params,while initializing the charts we need the pass the parameters that required to display in and X and Y axis eg:

xAxisParams:[{lbl:'CPU (%)',key:'cpu',type:'float'},{lbl:'Instances',key:'instCnt'}]}};
Parameters are
"lbl" -  value displayed in the drop down
"key" -  key is used the look in the chart data
"type" - type of the value,if it is not present it will considered as the Integer

    2)Implemented the dynamic axis params,while initializing the charts we need the pass the parameters that required to display in and X and Y axis eg:

    xAxisParams:[{lbl:'CPU (%)',key:'cpu',type:'float'},{lbl:'Instances',key:'instCnt'}]}};
    Parameters are
    "lbl" -  value displayed in the drop down
    "key" -  key is used the look in the chart data
    "type" - type of the value,if it is not present it will considered as the Integer
@nagakiran
Copy link

UI testcases need to be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants