Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Feb 11, 2016
1 parent 04a328a commit cc749a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvd3/discreteBarChart.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ class discreteBarChart(TemplateMixin, NVD3Chart):
Python example::
chart = discreteBarChart(name='discreteBarChart', height=400, width=400,
chart = discreteBarChart(name='discreteBarChart-notooltip', height=400, width=400,
tooltips=False)
.. raw:: html
<div id="discreteBarChart"><svg style="height:450px; width:100%"></svg></div>
<div id="discreteBarChart-notooltip"><svg style="height:450px; width:100%"></svg></div>
<script>
data_discreteBarChart=[{"values": [{"y": 3, "x": "A"}, {"y": 4, "x": "B"}, {"y": 0, "x": "C"}, {"y": -3, "x": "D"}, {"y": 5, "x": "E"}, {"y": 7, "x": "F"}], "key": "Serie 1", "yAxis": "1"}];
Expand Down

0 comments on commit cc749a9

Please sign in to comment.