optimizing the graph

This commit is contained in:
Martin Donnelly 2016-08-16 16:45:17 +01:00
parent a80bdd3746
commit 65fd0988f0

View File

@ -409,6 +409,8 @@
// SCROLLBAR
chartScrollbar = new AmCharts.ChartScrollbar();
chartScrollbar.graph = graph;
chartScrollbar.position = 'bottom';
self.chart.addChartScrollbar(chartScrollbar);
$('#chartdiv').empty();