From 65fd0988f08672f3e43031baa4e20de4134d869a Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Tue, 16 Aug 2016 16:45:17 +0100 Subject: [PATCH] optimizing the graph --- app/js/mdot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/js/mdot.js b/app/js/mdot.js index 9ce06a4..980e16d 100644 --- a/app/js/mdot.js +++ b/app/js/mdot.js @@ -409,6 +409,8 @@ // SCROLLBAR chartScrollbar = new AmCharts.ChartScrollbar(); + chartScrollbar.graph = graph; + chartScrollbar.position = 'bottom'; self.chart.addChartScrollbar(chartScrollbar); $('#chartdiv').empty();