Skip to content

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

Open
vishnuvv wants to merge 1 commit intoJuniper:feature-devfrom
vishnuvv:Axis
Open

1)Merged the update charts functionality in initscatterchart functio...#178
vishnuvv wants to merge 1 commit intoJuniper:feature-devfrom
vishnuvv:Axis

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.

2 participants