@progress/kendo-charts 1.30.0 → 1.31.0-dev.202308280454
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 +1 -1
- package/dist/cdn/js/kendo-charts.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/chart/base-theme.js +3 -0
- package/dist/es/chart/chart.js +8 -3
- package/dist/es/chart/constants.js +2 -1
- package/dist/es/chart/funnel-chart/pyramid-chart.js +20 -0
- package/dist/es/chart/plotarea/funnel-plotarea.js +14 -5
- package/dist/es/chart/register-charts.js +3 -3
- package/dist/es/chart/selection.js +2 -1
- package/dist/es/common/render-icon.js +1 -1
- package/dist/es/sparkline/sparkline.js +1 -1
- package/dist/es2015/chart/base-theme.js +3 -0
- package/dist/es2015/chart/chart.js +8 -3
- package/dist/es2015/chart/constants.js +2 -1
- package/dist/es2015/chart/funnel-chart/pyramid-chart.js +14 -0
- package/dist/es2015/chart/plotarea/funnel-plotarea.js +14 -5
- package/dist/es2015/chart/register-charts.js +3 -3
- package/dist/es2015/chart/selection.js +2 -1
- package/dist/es2015/common/render-icon.js +1 -1
- package/dist/es2015/sparkline/sparkline.js +1 -1
- package/dist/npm/main.js +43 -11
- package/dist/systemjs/kendo-charts.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ All available Kendo UI commercial licenses may be obtained at http://www.telerik
|
|
|
12
12
|
|
|
13
13
|
### Running the examples
|
|
14
14
|
|
|
15
|
-
Inside the repo directory run `npm
|
|
15
|
+
Inside the repo directory run `npm install --legacy-peer-deps && npx gulp start`. The demos will be available at `http://localhost:3000/`.
|
|
16
16
|
|
|
17
17
|
### Linking the kendo-drawing package
|
|
18
18
|
|