@mindfusion/charting
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

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.

MindFusion Charts and Gauges for JavaScript

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.

MindFusion Charting Library for JavaScript: Tower Charts

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

  1. Detailed API Reference
  2. Tutorials and Step-by-step Guides

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.

Readme

Keywords

Package Sidebar

Install

npm i @mindfusion/charting

Weekly Downloads

64

Version

2.1.1

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

2.98 MB

Total Files

9

Last publish

Collaborators

  • mindfusion