Skip to content

Commit

Permalink
Merge pull request #62 from ANemcov/patch-1
Browse files Browse the repository at this point in the history
Update tile__advanced_plot.rst
  • Loading branch information
vi4m authored May 20, 2019
2 parents 84b632b + 01e97ac commit 071e3cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tile__advanced_plot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here you will find `some examples <http://www.jqplot.com/deploy/dist/examples/>`
"data" = {
"title": "<tile>",
"description": "<description>",
"plotData": "<data>"
"plot_data": "<data>"
}

where:
Expand All @@ -35,7 +35,7 @@ where:

Title and description (subtitle) for the tile.

.. describe:: plotData
.. describe:: plot_data

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

Expand Down

0 comments on commit 071e3cc

Please sign in to comment.