diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 23:11:37 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 23:11:37 +0100 |
| commit | fcc4e3efc578aa4d721c5d8fc3c1e0f5b6b89589 (patch) | |
| tree | 5a1c22a4f67d3ead288a07d061eeadc48dffd54a /examples/dashboard/templates | |
| parent | 778e74bbf1f43b7703d1c3230a0a88b5c5f9f573 (diff) | |
| download | python-gamelocker-fcc4e3efc578aa4d721c5d8fc3c1e0f5b6b89589.tar.gz python-gamelocker-fcc4e3efc578aa4d721c5d8fc3c1e0f5b6b89589.zip | |
dashboard: fix, simplify and sort picks
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", { |
