Skip to content

Commit

Permalink
try to fix doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Jul 30, 2015
1 parent 8c87b98 commit 7731e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvd3/lineWithFocusChart.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class lineWithFocusChart(TemplateMixin, NVD3Chart):
.. raw:: html
<div id="lineWithFocusChart"><svg style="height:450px;"></svg></div>
<div id="lineWithFocusChart"><svg style="height:450px; width:100%"></svg></div>
<script>
data_lineWithFocusChart=[{"values": [{"y": -6, "x": 1365026400000000}, {"y": 5, "x": 1365026500000000}, {"y": -1, "x": 1365026600000000}], "key": "Serie 1", "yAxis": "1"}];
nv.addGraph(function() {
Expand Down

0 comments on commit 7731e29

Please sign in to comment.