Skip to content

Commit

Permalink
Merge pull request #39 from mistercrunch/interpolation
Browse files Browse the repository at this point in the history
Adding interpolation choice for line charts
  • Loading branch information
mistercrunch committed Oct 2, 2015
2 parents e1900fc + 774b1ef commit e3e5798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panoramix/static/widgets/viz_nvd3.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function viz_nvd3(token_name, json_callback) {
.tickFormat(function (d) {return tickMultiFormat(UTC(new Date(d))); })
.tickValues([]);
chart.y2Axis.tickFormat(d3.format('.3s'));
console.log(viz.form_data.line_interpolation);
} else {
var chart = nv.models.lineChart()
}
Expand Down

0 comments on commit e3e5798

Please sign in to comment.