Skip to content

Commit

Permalink
[hotfix] missing semicolon breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeke committed Jun 20, 2016
1 parent 5618df7 commit fb07507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/visualizations/nvd3_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function nvd3Vis(slice) {
chart.width(width);
chart.xAxis
.showMaxMin(false)
.staggerLabels(true)
.staggerLabels(true);

chart.stacked(fd.bar_stacked);
break;
Expand Down

0 comments on commit fb07507

Please sign in to comment.