Skip to content

1)Merged the update charts functionality in initscatterchart function#233

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

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

Conversation

@vishnuvv
Copy link
Contributor

@vishnuvv vishnuvv commented Jul 7, 2014

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
Conflicts:
webroot/css/contrail.elements.css

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
Conflicts:
	webroot/css/contrail.elements.css
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.

1 participant