mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* fix(dygraphs): Allow nullable `valueRange` array type When setting a `valueRange` option on a dygraph chart, it is valid to provide a `null` value for the range, in which case the chart range will auto-detect the upper or lower bound. Doc reference: http://dygraphs.com/options.html#valueRange This change modifies the required option type to accept an array with `null` elements, as well as constrains the value to be a tuple array of length 2. * fix(dygraphs): Add `null` type for `valueRange` type union * f |
||
|---|---|---|
| .. | ||
| dygraphs-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||