mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add new type to support arearange graph (#36087)
* Add new type to support arearange graph Area Range needs 3 inputs for it to `addPoint`: http://jsfiddle.net/k8EKj/ * Revert version back to 5.0 Co-Authored-By: Dan Lewi Harkestad <danlewi@gmail.com>
This commit is contained in:
parent
f7e00e2fb3
commit
142c9e4455
3
types/highcharts/index.d.ts
vendored
3
types/highcharts/index.d.ts
vendored
@ -6,6 +6,7 @@
|
||||
// Juliën Hanssens <https://github.com/hanssens>
|
||||
// Johns Gresham <https://github.com/jgresham>
|
||||
// ArunkeshavaReddy Sankaramaddi <https://github.com/Arunkeshavareddy>
|
||||
// Dolan Miu <https://github.com/dolanmiu>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@ -7509,7 +7510,7 @@ declare namespace Highcharts {
|
||||
* Use this option for live charts monitoring a value over time.
|
||||
* @since 1.2.0
|
||||
*/
|
||||
addPoint(options: number | [number, number] | DataPoint, redraw?: boolean, shift?: boolean, animation?: boolean | Animation): void;
|
||||
addPoint(options: number | [number, number] | [number, number, number] | DataPoint, redraw?: boolean, shift?: boolean, animation?: boolean | Animation): void;
|
||||
/**
|
||||
* Read only. The chart that the series belongs to.
|
||||
* @since 1.2.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user