@progress/kendo-react-charts 4.10.0 → 4.11.0-dev.202110291317
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,10 +22,6 @@ export interface BaseChartPrivateProps extends BaseChartProps {
|
|
|
22
22
|
* @hidden
|
|
23
23
|
*/
|
|
24
24
|
getTarget: () => Charts;
|
|
25
|
-
/**
|
|
26
|
-
* @hidden
|
|
27
|
-
*/
|
|
28
|
-
onRefresh?: (chartOptions: any, themeOptions: any, chartInstance: any) => void;
|
|
29
25
|
/**
|
|
30
26
|
* @hidden
|
|
31
27
|
*/
|
|
@@ -131,6 +127,10 @@ export interface BaseChartProps {
|
|
|
131
127
|
* Fires when the Chart is ready to render on screen ([see example]({% slug plotbands_chart_charts %}#toc-custom-plot-bands)). For example, you can use it to remove loading indicators. Any changes made to the options are ignored.
|
|
132
128
|
*/
|
|
133
129
|
onRender?: (event: RenderEvent) => void;
|
|
130
|
+
/**
|
|
131
|
+
* Fires when the Chart is about to refresh. The event can be used to prevent the refresh of the Chart in specific cases ([see example]({% slug refresh_chart %}).
|
|
132
|
+
*/
|
|
133
|
+
onRefresh?: (chartOptions: any, themeOptions: any, chartInstance: any) => void;
|
|
134
134
|
/**
|
|
135
135
|
* Fires when the user modifies the selection.
|
|
136
136
|
*
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-charts',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1635512476,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -22,10 +22,6 @@ export interface BaseChartPrivateProps extends BaseChartProps {
|
|
|
22
22
|
* @hidden
|
|
23
23
|
*/
|
|
24
24
|
getTarget: () => Charts;
|
|
25
|
-
/**
|
|
26
|
-
* @hidden
|
|
27
|
-
*/
|
|
28
|
-
onRefresh?: (chartOptions: any, themeOptions: any, chartInstance: any) => void;
|
|
29
25
|
/**
|
|
30
26
|
* @hidden
|
|
31
27
|
*/
|
|
@@ -131,6 +127,10 @@ export interface BaseChartProps {
|
|
|
131
127
|
* Fires when the Chart is ready to render on screen ([see example]({% slug plotbands_chart_charts %}#toc-custom-plot-bands)). For example, you can use it to remove loading indicators. Any changes made to the options are ignored.
|
|
132
128
|
*/
|
|
133
129
|
onRender?: (event: RenderEvent) => void;
|
|
130
|
+
/**
|
|
131
|
+
* Fires when the Chart is about to refresh. The event can be used to prevent the refresh of the Chart in specific cases ([see example]({% slug refresh_chart %}).
|
|
132
|
+
*/
|
|
133
|
+
onRefresh?: (chartOptions: any, themeOptions: any, chartInstance: any) => void;
|
|
134
134
|
/**
|
|
135
135
|
* Fires when the user modifies the selection.
|
|
136
136
|
*
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-charts',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1635512476,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|