highcharts-react-official
Advanced tools
Comparing version
@@ -5,9 +5,9 @@ # Change Log | ||
<a name="2.1.0"></a> | ||
# [2.1.0](https://github.com/highcharts/highcharts-react/compare/v2.0.0...v2.1.0) (2019-03-07) | ||
<a name="2.1.1"></a> | ||
## [2.1.1](https://github.com/highcharts/highcharts-react/compare/v2.1.0...v2.1.1) (2019-03-07) | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/highcharts/highcharts-react/compare/v1.5.1...v2.0.0) (2018-11-08) | ||
<a name="2.1.0"></a> | ||
# [2.1.0](https://github.com/highcharts/highcharts-react/compare/v2.0.0...v2.1.0) (2019-03-07) | ||
@@ -17,22 +17,14 @@ | ||
* **webpack-and-sourcemap-added:** Code compiled to ES5, added sourcemaps. ([cb5083a](https://github.com/highcharts/highcharts-react/commit/cb5083a)) | ||
* Added `containerProps` option and corrections to the docs. ([f14a969](https://github.com/highcharts/highcharts-react/commit/f14a969)) | ||
* Added TypeScript declarations. ([b64eb01](https://github.com/highcharts/highcharts-react/commit/b64eb01)) | ||
<a name="1.5.2"></a> | ||
## [1.5.2](https://github.com/highcharts/highcharts-react/compare/v1.5.1...v1.5.2) (2018-10-26) | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/highcharts/highcharts-react/compare/v1.5.1...v2.0.0) (2018-11-08) | ||
<a name="1.5.1"></a> | ||
## [1.5.1](https://github.com/highcharts/highcharts-react/compare/v1.5.0...v1.5.1) (2018-10-26) | ||
<a name="1.5.0"></a> | ||
# [1.5.0](https://github.com/highcharts/highcharts-react/compare/v1.4.1...v1.5.0) (2018-10-26) | ||
### Features | ||
* **webpack-and-sourcemap-added:** Code compiled to ES5, added sourcemaps. ([cb5083a](https://github.com/highcharts/highcharts-react/commit/cb5083a)) | ||
* Updated for React v16 ([20c7ef9](https://github.com/highcharts/highcharts-react/commit/20c7ef9)) | ||
@@ -39,0 +31,0 @@ |
@@ -33,2 +33,7 @@ // Generated by dts-bundle v0.7.3 | ||
/** | ||
* Properties of the chart container | ||
*/ | ||
containerProps?: { [key: string]: any} | ||
/** | ||
* Highcharts namespace | ||
@@ -45,12 +50,7 @@ */ | ||
* Flags for `Chart.update` call: redraw, oneToOne, and animation. (Default: | ||
* [true, true, true] | ||
* [true, true, true]) | ||
*/ | ||
updateArgs?: ([boolean] | [boolean, boolean] | [boolean, boolean, boolean]); | ||
/** | ||
* Properties of the chart container | ||
*/ | ||
containerProps?: { [key: (number | string)]: any} | ||
/** | ||
@@ -57,0 +57,0 @@ * Callback for the chart factory |
@@ -33,2 +33,7 @@ // Generated by dts-bundle v0.7.3 | ||
/** | ||
* Properties of the chart container | ||
*/ | ||
containerProps?: { [key: string]: any} | ||
/** | ||
* Highcharts namespace | ||
@@ -45,12 +50,7 @@ */ | ||
* Flags for `Chart.update` call: redraw, oneToOne, and animation. (Default: | ||
* [true, true, true] | ||
* [true, true, true]) | ||
*/ | ||
updateArgs?: ([boolean] | [boolean, boolean] | [boolean, boolean, boolean]); | ||
/** | ||
* Properties of the chart container | ||
*/ | ||
containerProps?: { [key: (number | string)]: any} | ||
/** | ||
@@ -57,0 +57,0 @@ * Callback for the chart factory |
{ | ||
"name": "highcharts-react-official", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "./dist/highcharts-react.min.js", | ||
@@ -25,3 +25,3 @@ "type": "./dist/highcharts-react.min.d.ts", | ||
"highcharts": ">=5.0.0", | ||
"react": ">=16.0" | ||
"react": ">=16.4" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -317,3 +317,3 @@ # Highcharts React | ||
### How to get a chart instance? | ||
### How to get the chart instance? | ||
@@ -320,0 +320,0 @@ Use the `React.createRef` method: |
@@ -35,2 +35,7 @@ /* | ||
/** | ||
* Properties of the chart container | ||
*/ | ||
containerProps?: { [key: string]: any} | ||
/** | ||
* Highcharts namespace | ||
@@ -47,11 +52,6 @@ */ | ||
* Flags for `Chart.update` call: redraw, oneToOne, and animation. (Default: | ||
* [true, true, true] | ||
* [true, true, true]) | ||
*/ | ||
updateArgs?: ([boolean] | [boolean, boolean] | [boolean, boolean, boolean]); | ||
/** | ||
* Properties of the chart container | ||
*/ | ||
containerProps?: { [key: (number | string)]: any} | ||
/* * | ||
@@ -58,0 +58,0 @@ * |
204742
-0.01%