mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-02-04 14:30:14 +00:00
optimizing the graph
This commit is contained in:
parent
a80bdd3746
commit
65fd0988f0
@ -409,6 +409,8 @@
|
|||||||
|
|
||||||
// SCROLLBAR
|
// SCROLLBAR
|
||||||
chartScrollbar = new AmCharts.ChartScrollbar();
|
chartScrollbar = new AmCharts.ChartScrollbar();
|
||||||
|
chartScrollbar.graph = graph;
|
||||||
|
chartScrollbar.position = 'bottom';
|
||||||
self.chart.addChartScrollbar(chartScrollbar);
|
self.chart.addChartScrollbar(chartScrollbar);
|
||||||
|
|
||||||
$('#chartdiv').empty();
|
$('#chartdiv').empty();
|
||||||
|
Loading…
Reference in New Issue
Block a user