Skip to content

Commit 95ca42e

Browse files
committed
Merge pull request #1 from vishalika/master
Updated readme file
2 parents 1748621 + 9b0169b commit 95ca42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Public method to generate html code for rendering chart. This function assumes t
7070
|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.|
7171
|chartWidth | `String` | Intended width for the chart (in pixels). e.g. `400`|
7272
|chartHeight | `String` | Intended height for the chart (in pixels). e.g. `300`|
73-
|dataFormat | `String` | Type of the data that is given to the chart. e.g. `json`, `jsonurl`, `csv`, `xml`, `xmlurl`|
73+
|dataFormat | `String` | Type of the data that is given to the chart. e.g. `json`, `jsonurl`, `xml`, `xmlurl`|
7474
|dataSource | `String` | Data for the chart. e.g. `{"chart":{},"data":[{"label":"Jan","value":"420000"}]}`|
7575
|bgColor | `String` | Background color of the chart container. e.g. `cccccc`|
7676
|bgOpacity | `String` | Background opacity of the chart container. e.g. `1`|
@@ -92,4 +92,4 @@ Literal2.Text = salesClone.Render();
9292
**FUSIONCHARTS:**
9393

9494
Copyright (c) FusionCharts Technologies LLP
95-
License Information at [http://www.fusioncharts.com/license](http://www.fusioncharts.com/license)
95+
License Information at [http://www.fusioncharts.com/license](http://www.fusioncharts.com/license)

0 commit comments

Comments
 (0)