Skip to content

Commit 5d1a0a1

Browse files
Merge pull request #130 from ignoreintuition/development
Development
2 parents be3e5f9 + 6a8b819 commit 5d1a0a1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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+
135139
Lastly you will need to add the component and bind your data
136140

137141
```

0 commit comments

Comments
 (0)