@progress/kendo-react-chart-wizard 9.0.0-develop.2 → 9.0.0-develop.3
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/README.md +4 -4
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -29,10 +29,10 @@ The Chart Wizard is a powerful tool that allows you to create a chart with a few
|
|
|
29
29
|
|
|
30
30
|
Among the features which the KendoReact Chart Wizard component delivers are:
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
- **Data Binding** – The Chart Wizard can be bound to data collections and comes with built-in integrations with the Grid component.
|
|
33
|
+
- **Export Options** – The Chart Wizard allows the user to save the charts they created in PDF, PNG and SVG formats.
|
|
34
|
+
- **Globalization** – By using the available globalization options in KendoReact, you can translate the Chart Wizard messages by adapting them to specific culture locales.
|
|
35
|
+
- **Theme support** – The KendoReact Chart Wizard, as well as all 100+ components in the KendoReact suite, are styled in four polished themes (Bootstrap, Material, Fluent and Default) and can be further customized to match your specific design guidelines.
|
|
36
36
|
|
|
37
37
|
## Support Options
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-chart-wizard",
|
|
3
|
-
"version": "9.0.0-develop.
|
|
3
|
+
"version": "9.0.0-develop.3",
|
|
4
4
|
"description": "React Chart Wizard lets you create a chart using data from a Grid, another data-bound component, or an external source",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"@progress/kendo-drawing": "^1.20.4",
|
|
19
19
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
20
20
|
"@progress/kendo-licensing": "^1.3.4",
|
|
21
|
-
"@progress/kendo-react-animation": "9.0.0-develop.
|
|
22
|
-
"@progress/kendo-react-buttons": "9.0.0-develop.
|
|
23
|
-
"@progress/kendo-react-charts": "9.0.0-develop.
|
|
24
|
-
"@progress/kendo-react-common": "9.0.0-develop.
|
|
25
|
-
"@progress/kendo-react-dialogs": "9.0.0-develop.
|
|
26
|
-
"@progress/kendo-react-form": "9.0.0-develop.
|
|
27
|
-
"@progress/kendo-react-dropdowns": "9.0.0-develop.
|
|
28
|
-
"@progress/kendo-react-grid": "9.0.0-develop.
|
|
29
|
-
"@progress/kendo-react-inputs": "9.0.0-develop.
|
|
30
|
-
"@progress/kendo-react-intl": "9.0.0-develop.
|
|
31
|
-
"@progress/kendo-react-labels": "9.0.0-develop.
|
|
32
|
-
"@progress/kendo-react-layout": "9.0.0-develop.
|
|
33
|
-
"@progress/kendo-react-popup": "9.0.0-develop.
|
|
21
|
+
"@progress/kendo-react-animation": "9.0.0-develop.3",
|
|
22
|
+
"@progress/kendo-react-buttons": "9.0.0-develop.3",
|
|
23
|
+
"@progress/kendo-react-charts": "9.0.0-develop.3",
|
|
24
|
+
"@progress/kendo-react-common": "9.0.0-develop.3",
|
|
25
|
+
"@progress/kendo-react-dialogs": "9.0.0-develop.3",
|
|
26
|
+
"@progress/kendo-react-form": "9.0.0-develop.3",
|
|
27
|
+
"@progress/kendo-react-dropdowns": "9.0.0-develop.3",
|
|
28
|
+
"@progress/kendo-react-grid": "9.0.0-develop.3",
|
|
29
|
+
"@progress/kendo-react-inputs": "9.0.0-develop.3",
|
|
30
|
+
"@progress/kendo-react-intl": "9.0.0-develop.3",
|
|
31
|
+
"@progress/kendo-react-labels": "9.0.0-develop.3",
|
|
32
|
+
"@progress/kendo-react-layout": "9.0.0-develop.3",
|
|
33
|
+
"@progress/kendo-react-popup": "9.0.0-develop.3",
|
|
34
34
|
"@progress/kendo-svg-icons": "^3.0.0",
|
|
35
35
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
36
36
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|