@syncfusion/ej2-angular-charts 32.2.9-ngcc → 33.1.44-ngcc
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/@syncfusion/ej2-angular-charts.es5.js +373 -14
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-charts.js +354 -14
- package/@syncfusion/ej2-angular-charts.js.map +1 -1
- package/README.md +8 -1
- package/dist/ej2-angular-charts.umd.js +418 -14
- package/dist/ej2-angular-charts.umd.js.map +1 -1
- package/dist/ej2-angular-charts.umd.min.js +2 -2
- package/dist/ej2-angular-charts.umd.min.js.map +1 -1
- package/ej2-angular-charts.d.ts +1 -0
- package/ej2-angular-charts.metadata.json +1 -1
- package/package.json +17 -47
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/accumulation-chart/accumulationchart.component.d.ts +1 -0
- package/src/accumulation-chart/series.directive.d.ts +13 -0
- package/src/chart/axes.directive.d.ts +23 -0
- package/src/chart/chart-all.module.d.ts +1 -0
- package/src/chart/chart.component.d.ts +2 -0
- package/src/chart/indicators.directive.d.ts +10 -0
- package/src/chart/series.directive.d.ts +17 -0
- package/src/chart/trendlines.directive.d.ts +10 -0
- package/src/index.d.ts +6 -1
- package/src/sankey/links.directive.d.ts +41 -0
- package/src/sankey/nodes.directive.d.ts +44 -0
- package/src/sankey/sankey-all.module.d.ts +10 -0
- package/src/sankey/sankey.component.d.ts +53 -0
- package/src/sankey/sankey.module.d.ts +5 -0
- package/src/stock-chart/indicators.directive.d.ts +13 -0
- package/src/stock-chart/series.directive.d.ts +17 -0
- package/src/stock-chart/stockchart.component.d.ts +2 -0
- package/src/stock-chart/trendlines.directive.d.ts +10 -0
package/README.md
CHANGED
|
@@ -272,6 +272,13 @@ Chart components are available in following list of frameworks.
|
|
|
272
272
|
* [Angular Stock Chart demo](https://ej2.syncfusion.com/showcase/angular/stockchart/#/stockChart/?utm_source=npm&utm_campaign=chart)
|
|
273
273
|
* Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-angular-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/angular/fitness-tracker-app/)
|
|
274
274
|
|
|
275
|
+
## Resources
|
|
276
|
+
|
|
277
|
+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/chart/getting-started)
|
|
278
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
279
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
280
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
281
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
275
282
|
|
|
276
283
|
## Support
|
|
277
284
|
|
|
@@ -289,7 +296,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
289
296
|
|
|
290
297
|
## License and copyright
|
|
291
298
|
|
|
292
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
299
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
293
300
|
|
|
294
301
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
295
302
|
|