Browse Source

Update x domain on flow for timeseries

pull/767/head
Donald Huang 10 years ago
parent
commit
bac2833e94
  1. 3
      c3.js
  2. 2
      c3.min.js
  3. 3
      src/api.flow.js

3
c3.js

@ -5948,7 +5948,8 @@
},
withLegend: true,
withTransition: orgDataCount > 1,
withTrimXDomain: false
withTrimXDomain: false,
withUpdateXDomain: $$.isTimeSeries
});
};

2
c3.min.js vendored

File diff suppressed because one or more lines are too long

3
src/api.flow.js

@ -136,7 +136,8 @@ c3_chart_fn.flow = function (args) {
},
withLegend: true,
withTransition: orgDataCount > 1,
withTrimXDomain: false
withTrimXDomain: false,
withUpdateXDomain: $$.isTimeSeries
});
};

Loading…
Cancel
Save