@progress/kendo-charts
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

Kendo UI for Angular

This package is part of the Kendo UI for Angular suite.

License

This is commercial software. To use it, you need to agree to the Telerik End User License Agreement for Kendo UI Complete. If you do not own a commercial license, this file shall be governed by the trial license terms.

All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.

Development

Running the examples

Inside the repo directory run npm ci && npm start. The demos will be available at http://localhost:3000/.

Linking the kendo-drawing package

Due to the dependency of the package to @progress/kendo-drawing, it's often necessary to make changes to both packages during development. The most convenient way to develop is using npm link. To link the packages do the following:

  1. Clone the kendo-drawing repo in the same parent directory, where kendo-charts is cloned.
  2. Navigate to the kendo-drawing directory and execute npm link.
  3. Build the package using npm run build-package.
  4. Inside the kendo-charts directory run npm i, and then npm link @progress/kendo-drawing.

Now you should be able to make changes to kendo-drawing and seeing the effects in kendo-charts. After each change in kendo-drawing you should run npm run build-package.

Package Sidebar

Install

npm i @progress/kendo-charts

Weekly Downloads

62,164

Version

2.3.0

License

SEE LICENSE IN license.txt

Unpacked Size

9.15 MB

Total Files

790

Last publish

Collaborators

  • progress