Skip to content

Commit

Permalink
Merge pull request #289 from jpmorganchase/x-axis-bug
Browse files Browse the repository at this point in the history
Fixed x axis rendering bug #164
  • Loading branch information
texodus authored Oct 25, 2018
2 parents 894af14 + b54825c commit 7d8360a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/perspective-viewer-highcharts/src/js/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ class HighchartsElement extends HTMLElement {
};
set_tick_size.call(callee, conf);
chart.update(conf);
} else if (mode.indexOf("line") > -1) {
chart.update({
series: config.series
});
} else {
let opts = {series: config.series, xAxis: config.xAxis, yAxis: config.yAxis};
chart.update(opts);
Expand Down

0 comments on commit 7d8360a

Please sign in to comment.