Skip to content

Commit 071e3cc

Browse files
authored
Merge pull request #62 from ANemcov/patch-1
Update tile__advanced_plot.rst
2 parents 84b632b + 01e97ac commit 071e3cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tile__advanced_plot.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here you will find `some examples <http://www.jqplot.com/deploy/dist/examples/>`
2626
"data" = {
2727
"title": "<tile>",
2828
"description": "<description>",
29-
"plotData": "<data>"
29+
"plot_data": "<data>"
3030
}
3131

3232
where:
@@ -35,7 +35,7 @@ where:
3535

3636
Title and description (subtitle) for the tile.
3737

38-
.. describe:: plotData
38+
.. describe:: plot_data
3939

4040
Data that will be fed directly to your plot. Its form depends on the
4141
specific type of plot that you are going to use - see jqPlot's documentation
@@ -50,7 +50,7 @@ from the top)::
5050
-d "tile=advanced_plot"
5151
-d "key=<tile_id>"
5252
-d 'data={"title": "Metric Tons per Year", "description": "",
53-
"plotData": [[[2,1], [4,2], [6,3], [3,4]],
53+
"plot_data": [[[2,1], [4,2], [6,3], [3,4]],
5454
[[5,1], [1,2], [3,3], [4,4]],
5555
[[4,1], [7,2], [1,3], [2,4]]]}'
5656

0 commit comments

Comments
 (0)