summaryrefslogtreecommitdiff
path: root/examples/dashboard/templates
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-15 23:11:37 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-15 23:11:37 +0100
commitfcc4e3efc578aa4d721c5d8fc3c1e0f5b6b89589 (patch)
tree5a1c22a4f67d3ead288a07d061eeadc48dffd54a /examples/dashboard/templates
parent778e74bbf1f43b7703d1c3230a0a88b5c5f9f573 (diff)
downloadpython-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.js8
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", {