Skip to content

Commit

Permalink
fixup show max y range for chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Innes committed Aug 10, 2017
1 parent 2ce4c8c commit 8a046c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmw/js/src/core/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function renderCompareMultibarChart(chartEl, name, label, colors, stacked, data,
chart.yAxis
.axisLabel(label)
.ticks(3)
.showMaxMin(false);
.showMaxMin(true);

chart.tooltip.enabled(false);

Expand Down

0 comments on commit 8a046c3

Please sign in to comment.