diff options
Diffstat (limited to 'examples/dashboard/templates')
| -rw-r--r-- | examples/dashboard/templates/stats.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/dashboard/templates/stats.js b/examples/dashboard/templates/stats.js index 518bce8..5d69cd7 100644 --- a/examples/dashboard/templates/stats.js +++ b/examples/dashboard/templates/stats.js @@ -38,14 +38,6 @@ $(function () { title: { text: "Popular picks" }, - plotOptions: { - column: { - stacking: "normal" - } - }, - xAxis: { - categories: {{ stats.heroes|tojson|safe }} - }, series: {{ stats.picks|tojson|safe }} }); Highcharts.chart("durations", { |
