Socket
Socket
Sign inDemoInstall

@progress/kendo-charts

Package Overview
Dependencies
2
Maintainers
1
Versions
338
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @progress/kendo-charts

Kendo UI platform-independent Charts library


Version published
Weekly downloads
58K
decreased by-4.03%
Maintainers
1
Install size
8.73 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 25 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc