DefinitelyTyped/types/dygraphs
Miklós Tusz 0d7d313118
🤖 Merge PR #45645 fix(dygraphs): Allow nullable valueRange array type by @mdtusz
* 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
2020-06-26 10:09:45 -07:00
..
dygraphs-tests.ts 🤖 Merge PR #45645 fix(dygraphs): Allow nullable valueRange array type by @mdtusz 2020-06-26 10:09:45 -07:00
index.d.ts 🤖 Merge PR #45645 fix(dygraphs): Allow nullable valueRange array type by @mdtusz 2020-06-26 10:09:45 -07:00
tsconfig.json
tslint.json