File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2525 <li ><a href =" #build-setup " >Build Setup</a > </li >
2626</ul >
2727
28- ![ Screenshot] ( https://user-images.githubusercontent.com/5210420/48297569-b85bcd80-e479 -11e8-85ad-b1a4cc00967f .gif )
28+ ![ Screenshot] ( https://user-images.githubusercontent.com/5210420/48656734-1eef6700-e9f7 -11e8-8225-236db25fa167 .gif )
2929
3030## Purpose
3131
@@ -80,7 +80,7 @@ export default {
8080 title: " Important Data" ,
8181 width: 400 ,
8282 height: 200 ,
83- metric: ' count' ,
83+ metric: ' count' , // for two or more metrics pass as an array ['count', 'pyCount']
8484 data: [
8585 {' count' : 120 ,
8686 ' fruit' : ' apples' },
@@ -132,6 +132,10 @@ chartData: {
132132* pieChart: a chart in which a circle is divided into slices to illustrate proportion
133133* areaChart: a chart which displays graphically quantitative data
134134
135+ ### Charts that support two or more metrics
136+ * barChart
137+ * lineGraph
138+
135139Lastly you will need to add the component and bind your data
136140
137141```
You can’t perform that action at this time.
0 commit comments