|
@@ -846,7 +846,7 @@
|
|
|
chartsUpdatingState();
|
|
chartsUpdatingState();
|
|
|
options.onSelectRange(from, to);
|
|
options.onSelectRange(from, to);
|
|
|
});
|
|
});
|
|
|
- _chart.staggerLabels(true);
|
|
|
|
|
|
|
+ _chart.staggerLabels(false);
|
|
|
_chart.xAxis.tickFormat(d3v3.time.format("%Y-%m-%d %H:%M:%S"));
|
|
_chart.xAxis.tickFormat(d3v3.time.format("%Y-%m-%d %H:%M:%S"));
|
|
|
_chart.multibar.hideable(true);
|
|
_chart.multibar.hideable(true);
|
|
|
_chart.multibar.stacked(typeof options.stacked != "undefined" ? options.stacked : false);
|
|
_chart.multibar.stacked(typeof options.stacked != "undefined" ? options.stacked : false);
|