We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490c88 commit 7a2b529Copy full SHA for 7a2b529
readme.md
@@ -31,7 +31,7 @@ Following parameters can be used in the constructor in the order as they are des
31
|chartId | `String` | Id for the chart, using which it will be recognized in the HTML page. Each chart on the page needs to have a unique Id.|
32
|chartWidth | `String` | Intended width for the chart (in pixels). e.g. `400`|
33
|chartHeight | `String` | Intended height for the chart (in pixels). e.g. `300`|
34
-|dataFormat | `String` | Type of the data that is given to the chart. e.g. `json`, `jsonurl`, `csv`, `xml`, `xmlurl`|
+|dataFormat | `String` | Type of the data that is given to the chart. e.g. `json`, `jsonurl`, `xml`, `xmlurl`|
35
|dataSource | `String` | Actual data for the chart. e.g. `{"chart":{},"data":[{"label":"Jan","value":"420000"}]}`|
36
|bgColor | `String` | Background color of the chart container. e.g. `cccccc`|
37
|bgOpacity | `String` | Background opacity of the chart container. e.g. `1`|
0 commit comments