Skip to content

Commit

Permalink
Aligingin stackedAreaChart with area
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 1, 2015
1 parent 04f914f commit f36ea7a
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 @@ -95,7 +95,7 @@ function viz_nvd3(token_name, json_callback) {
chart.showLegend(viz.form_data.show_legend);
chart.pointRange([5, 5000]);

} else if (viz_type === 'stacked') {
} else if (viz_type === 'area') {
var chart = nv.models.stackedAreaChart();
chart.xScale(d3.time.scale());
chart.xAxis
Expand Down

0 comments on commit f36ea7a

Please sign in to comment.