Skip to content

Commit

Permalink
Fixing legend toggle in nvd3 charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 10, 2016
1 parent e759dfa commit ec05668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/static/widgets/viz_nvd3.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function viz_nvd3(slice) {
chart.xAxis
.showMaxMin(false);
chart.stacked(fd.bar_stacked);

chart.showLegend(fd.show_legend);
} else if (viz_type === 'pie') {
chart = nv.models.pieChart()
colorKey = 'x';
Expand Down

0 comments on commit ec05668

Please sign in to comment.