This commit is contained in:
yileic 2017-04-30 11:01:34 -07:00 committed by Maxime Beauchemin
parent 3e7b5df287
commit 0fdb57a181

View File

@ -266,7 +266,7 @@ function nvd3Vis(slice, payload) {
chart.style(fd.stacked_style);
chart.xScale(d3.time.scale.utc());
chart.xAxis
.showMaxMin(false)
.showMaxMin(fd.x_axis_showminmax)
.staggerLabels(true);
break;