Skip to content

Commit

Permalink
Fix #693
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Aug 16, 2016
1 parent 1b54bd2 commit a5608bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
5 changes: 0 additions & 5 deletions dist/metricsgraphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7372,11 +7372,6 @@ function process_line(args) {
return series.length > 0 && series[0][args.x_accessor] instanceof Date;
})) > 0;

// force linear interpolation when missing_is_hidden is enabled
if (args.missing_is_hidden) {
args.interpolate = d3.curveLinear;
}

// are we replacing missing y values with zeros?
if ((args.missing_is_zero || args.missing_is_hidden) && args.chart_type === 'line' && is_time_series) {
for (var i = 0; i < args.data.length; i++) {
Expand Down
Loading

0 comments on commit a5608bc

Please sign in to comment.