infiot-component-piechartcomponent
v0.0.7
Published
PieChart Component
Readme
infiot-component-piechartcomponent
A piechartcomponent component for LG CNS INFIOT Solution.
Version
0.0.7
Prerequisite installations
** 1.
>> npm install highstock
How to use ...
### How to use
This component can be binded with Object Array.
However only the first item(Json typed data) will be drawn on the chart.
The total of all portions is recommended to be 100.
Object Array Example
[
{ "Spring": 15, "Summer": 20, "Autumn": 40, "Winter": 25 }
]
### What the benefitData Binding Model
Boolean : Not Available
Analog : Not Available
Digital : Not Available
String : Not Available
Object : Not Available
Boolean Array : Not Available
Analog Array : Not Available
Digital Array : Not Available
String Array : Not Available
Object Array : Available
For a detailed explanation on how the component work, please contact to the author.
