Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fix: multi chart xAxis behaves poorly
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 15, 2020
1 parent 1c8b205 commit 07078fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ function nvd3Vis(element, props) {
case 'line_multi':
chart = nv.models.multiChart();
chart.interpolate(lineInterpolation);
chart.xScale(d3.time.scale.utc());
break;

case 'bar':
Expand Down

0 comments on commit 07078fe

Please sign in to comment.