@progress/kendo-react-charts 8.3.0-develop.9 → 8.4.0-develop.1
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.
- package/BaseChart.mjs +7 -20
- package/package-metadata.mjs +1 -1
- package/package.json +6 -6
package/BaseChart.mjs
CHANGED
|
@@ -134,15 +134,7 @@ const d = class d extends l.Component {
|
|
|
134
134
|
style: i,
|
|
135
135
|
key: "chartElement"
|
|
136
136
|
},
|
|
137
|
-
/* @__PURE__ */ l.createElement(
|
|
138
|
-
"div",
|
|
139
|
-
{
|
|
140
|
-
onMouseLeave: this.onChartMouseLeave,
|
|
141
|
-
ref: (n) => this._element = n,
|
|
142
|
-
className: "k-chart-surface"
|
|
143
|
-
},
|
|
144
|
-
r
|
|
145
|
-
),
|
|
137
|
+
/* @__PURE__ */ l.createElement("div", { onMouseLeave: this.onChartMouseLeave, ref: (n) => this._element = n, className: "k-chart-surface" }, r),
|
|
146
138
|
/* @__PURE__ */ l.createElement(l.Fragment, null, this.showLicenseWatermark && /* @__PURE__ */ l.createElement(O, null))
|
|
147
139
|
);
|
|
148
140
|
return /* @__PURE__ */ l.createElement(M.Provider, { value: this.state }, /* @__PURE__ */ l.createElement(U, { key: "seriesTooltip" }), /* @__PURE__ */ l.createElement(R, { key: "crosshairTooltips" }), a);
|
|
@@ -186,17 +178,12 @@ const d = class d extends l.Component {
|
|
|
186
178
|
*/
|
|
187
179
|
instantiateCoreChart() {
|
|
188
180
|
const { dir: t, chartConstructor: e } = this.props, s = this.getChartOptions();
|
|
189
|
-
this.chartInstance = new e(
|
|
190
|
-
this.
|
|
191
|
-
|
|
192
|
-
this.
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
intlService: v(this),
|
|
196
|
-
observer: this.chartObserver,
|
|
197
|
-
sender: this
|
|
198
|
-
}
|
|
199
|
-
);
|
|
181
|
+
this.chartInstance = new e(this.element, s, this.themeStore.getState(), {
|
|
182
|
+
rtl: this.getDirection(t),
|
|
183
|
+
intlService: v(this),
|
|
184
|
+
observer: this.chartObserver,
|
|
185
|
+
sender: this
|
|
186
|
+
});
|
|
200
187
|
}
|
|
201
188
|
/* Triggers public dom event handlers */
|
|
202
189
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-charts",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1726728605,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-charts",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.0-develop.1",
|
|
4
4
|
"description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-drawing": "^1.20.1",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-react-common": "8.
|
|
28
|
-
"@progress/kendo-react-intl": "8.
|
|
29
|
-
"@progress/kendo-react-layout": "8.
|
|
30
|
-
"@progress/kendo-react-popup": "8.
|
|
27
|
+
"@progress/kendo-react-common": "8.4.0-develop.1",
|
|
28
|
+
"@progress/kendo-react-intl": "8.4.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-layout": "8.4.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-popup": "8.4.0-develop.1",
|
|
31
31
|
"@progress/kendo-svg-icons": "^3.0.0",
|
|
32
32
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
33
33
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@progress/kendo-charts": "2.
|
|
36
|
+
"@progress/kendo-charts": "2.5.0",
|
|
37
37
|
"prop-types": "^15.6.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|