New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mindfusion/charting

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mindfusion/charting

Charting library

latest
npmnpm
Version
2.2.2
Version published
Maintainers
1
Created
Source

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 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

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 X or our company blog.

Technical Support

Licensing

The end-user license agreement for JS Chart is here.

Keywords

charting library

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

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