Skip to content

Commit

Permalink
fixing indents
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmbaker committed Jan 8, 2016
1 parent 98809cb commit 7e827da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions panoramix/static/widgets/viz_nvd3.js
Expand Up @@ -34,12 +34,12 @@ function viz_nvd3(slice) {
if (viz_type === 'line') {
if (viz.form_data.show_brush) {
chart = nv.models.lineWithFocusChart();
//chart.lines2.xScale( d3.time.scale.utc());
chart.lines2.xScale(d3.time.scale.utc());
chart.x2Axis
.showMaxMin(viz.form_data.x_axis_showminmax)
.tickFormat(formatDate)
.staggerLabels(true);
//chart.lines2.xScale( d3.time.scale.utc());
chart.lines2.xScale(d3.time.scale.utc());
chart.x2Axis
.showMaxMin(viz.form_data.x_axis_showminmax)
.tickFormat(formatDate)
.staggerLabels(true);
} else {
chart = nv.models.lineChart()
}
Expand Down

0 comments on commit 7e827da

Please sign in to comment.