mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #21551 from sonicd300/master
allow x axis range to be used with timeseries
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user