Skip to content

Commit c0ab82f

Browse files
committed
Update README.md for plugin support
1 parent 3e01a52 commit c0ab82f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ $ ember install ember-cli-chart
1515
In your handlebars template just do:
1616

1717
```
18-
{{ember-chart type=CHARTTYPE data=CHARTDATA options=CHARTOPTIONS width=CHARTWIDTH height=CHARTHEIGHT}}
18+
{{ember-chart type=CHARTTYPE data=CHARTDATA options=CHARTOPTIONS width=CHARTWIDTH height=CHARTHEIGHT plugins=CHARTPLUGINS}}
1919
```
2020

2121
* CHARTTYPE: String; one of the following -- `line`, `bar`, `radar`, `polarArea`, `pie` or `doughnut`.
2222
* CHARTDATA: Array; refer to the ChartJS documentation
2323
* CHARTOPTIONS: Object; refer to the ChartJS documentation. This is optional.
2424
* CHARTWIDTH: Number; pixel width of the canvas element. Only applies if the chart is NOT responsive.
2525
* CHARTHEIGHT: Number; pixel height of the canvas element. Only applies if the chart is NOT responsive.
26+
* CHARTPLUGINS: Array; refer to ChartJS documentaion. This is optional.
2627

2728
#### Example
2829

0 commit comments

Comments
 (0)