Merge pull request #21551 from sonicd300/master

allow x axis range to be used with timeseries
This commit is contained in:
Nathan Shively-Sanders
2017-11-15 14:53:24 -08:00
committed by GitHub
+2 -2
View File
@@ -459,11 +459,11 @@ declare namespace c3 {
/**
* Set max value of x axis range.
*/
max?: number;
max?: string | number | Date;
/**
* Set min value of x axis range.
*/
min?: number;
min?: string | number | Date;
/**
* Set padding for x axis.
* If this option is set, the range of x axis will increase/decrease according to the values. If no padding is needed in the ragen of x axis, 0 should be set. On category axis, this option