From fcc4e3efc578aa4d721c5d8fc3c1e0f5b6b89589 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 15 Jan 2017 23:11:37 +0100 Subject: dashboard: fix, simplify and sort picks --- examples/dashboard/templates/stats.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'examples/dashboard/templates/stats.js') 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", { -- cgit v1.3.1