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:
Dolan 2019-06-13 12:31:58 +01:00 committed by Ron Buckton
parent f7e00e2fb3
commit 142c9e4455

View File

@ -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