@mindfusion/charting
v2.2.0
Published
Charting library
Downloads
95
Readme
Chart Library for JavaScript and TypeScript
A chart library that supports a variety of chart types - line, area, bar, pie, radar, polar, scatter, bubble and much more. Includes a dashboard control and gauges.
Installing
For the latest stable version:
npm install i @mindfusion/charting
What's New in JS Chart 2.1
Tower charts
The TowerChart control and TowerRenderer component draw tower charts, rendering series side by side to allow comparing data sequence and sizes. Assign the series to compare to leftSeries and rightSeries properties of the chart. The chart segments are arranged according to the value of towerLayout property, and their shape is drawn as specified by segmentShape.
Tower charts require three-dimensional series. The first dimension specifies event order or timing and is used to sort or position segments. Second dimension specifies duration and is rendered as segment length along the main axis. Third dimension specifies a value rendered as segment width along the cross axis. You could use the stock EventSeries class as data container, or implement the (https://www.mindfusion.eu/onlinehelp/javascript.pack/index.htm?T_MindFusion_Charting_Series_0.htm)[Series] interface to provide data from your own data structures.
What's New in JS Chart 2.0
- ES6 modules, classes and properties
- FunctionSeries class
- Area charts are now rendered relatively to axis' Origin too
Documentation
Samples
A variety of online samples are uploaded here. You can download an archive with all samples from here.
Additional Information
Learn more about JS Chart from the official product page. Stay in touch with MindFusion about our latest product announcements, tutorials and programming guidelines via Twitter or our company blog.
Technical Support
Licensing
The end-user license agreement for JS Chart is here.