@progress/kendo-charts 2.4.2 → 2.5.0-dev.202408300624

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 CHANGED
@@ -1,26 +1,32 @@
1
- # Kendo UI for Angular
1
+ ## Professional Grade UI Components
2
2
 
3
- This package is part of the [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) suite.
3
+ This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/) and [KendoReact](https://www.telerik.com/kendo-react-ui/components/#react-components) suites.
4
4
 
5
5
  ## License
6
6
 
7
- This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI Complete**](http://www.telerik.com/purchase/license-agreement/kendo-ui-complete). If you do not own a commercial license, this file shall be governed by the trial license terms.
7
+ This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI** (for Kendo UI for Angular)](http://www.telerik.com/purchase/license-agreement/kendo-ui) or to the [**End User License Agreement for Progress KendoReact** (for KendoReact)](https://www.telerik.com/purchase/license-agreement/progress-kendoreact). If you do not own a commercial license, this file shall be governed by the trial license terms.
8
8
 
9
9
  All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
10
 
11
- ## Development
11
+ ## Kendo UI for Angular Resources and Feedback
12
12
 
13
- ### Running the examples
13
+ - [Get Started](https://www.telerik.com/kendo-angular-ui/getting-started)
14
+ - [Component References](https://www.telerik.com/kendo-angular-ui/components)
15
+ - [Blogs](http://www.telerik.com/blogs/kendo-ui)
16
+ - [FAQ](https://www.telerik.com/kendo-angular-ui/components/faq/)
17
+ - [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
18
+ - [Feedback Portal](http://kendoui-feedback.telerik.com/forums/555517-kendo-ui-for-angular-2-feedback)
19
+ - [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
14
20
 
15
- Inside the repo directory run `npm ci && npm start`. The demos will be available at `http://localhost:3000/`.
21
+ ## KendoReact Resources and Feedback
16
22
 
17
- ### Linking the kendo-drawing package
23
+ - [Get Started](https://www.telerik.com/kendo-react-ui/getting-started)
24
+ - [Component References](https://www.telerik.com/kendo-react-ui/components/#react-components)
25
+ - [Blogs](http://www.telerik.com/blogs/kendo-ui)
26
+ - [GitHub Issues](https://github.com/telerik/kendo-react/issues)
27
+ - [Feedback Portal](http://kendoui-feedback.telerik.com/forums/908425-kendo-ui-for-react-feedback)
28
+ - [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-react-ui)
18
29
 
19
- Due to the dependency of the package to [@progress/kendo-drawing](https://github.com/telerik/kendo-drawing), it's often necessary to make changes to both packages during development. The most convenient way to develop is using [npm link](https://docs.npmjs.com/cli/v8/commands/npm-link). To link the packages do the following:
30
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
20
31
 
21
- 1. Clone the [kendo-drawing](https://github.com/telerik/kendo-drawing) repo in the same parent directory, where `kendo-charts` is cloned.
22
- 2. Navigate to the `kendo-drawing` directory and execute `npm link`.
23
- 3. Build the package using `npm run build-package`.
24
- 5. Inside the `kendo-charts` directory run `npm i`, and then `npm link @progress/kendo-drawing`.
25
-
26
- 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`.
32
+ *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*