Skip to content

Commit 7a2b529

Browse files
committed
Removed the CSV data format from README documentation
1 parent 8490c88 commit 7a2b529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Following parameters can be used in the constructor in the order as they are des
3131
|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.|
3232
|chartWidth | `String` | Intended width for the chart (in pixels). e.g. `400`|
3333
|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`|
34+
|dataFormat | `String` | Type of the data that is given to the chart. e.g. `json`, `jsonurl`, `xml`, `xmlurl`|
3535
|dataSource | `String` | Actual data for the chart. e.g. `{"chart":{},"data":[{"label":"Jan","value":"420000"}]}`|
3636
|bgColor | `String` | Background color of the chart container. e.g. `cccccc`|
3737
|bgOpacity | `String` | Background opacity of the chart container. e.g. `1`|

0 commit comments

Comments
 (0)