Skip to content

Commit

Permalink
fix (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
yileic authored and mistercrunch committed Apr 30, 2017
1 parent 3e7b5df commit 0fdb57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/visualizations/nvd3_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0fdb57a

Please sign in to comment.