Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Charting for JavaScript, V2.0 (Read 652 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Charting for JavaScript, V2.0
Jan 4th, 2022 at 9:51am
Print Post  
We have released version 2.0 of JavaScript Chart library. It contains the following new features:

ES6 modules
JsChart distribution now includes a set of ES6 modules, in Scripts/esm folder, that lets you import the classes from respective scripts. The distribution still includes ES5-compatible scripts located in Scripts/umd folder, which are transpiled from current ES6 code, and whose classes are exposed as members of global MindFusion namespace object as in previous versions.

Miscellaneous
  • The FunctionSeries class -represents a series that calculates its values from provided formula.
  • Area charts are now rendered relatively to axis' Origin too.

API Changes
MindFusion.Charting source code has been refactored and is now dependent on the following shared MindFusion libraries: drawing, controls, common, common.collections and gauges.
  • For projects that access MindFusion namespace from the global namespace, check the "Loading UMD namespaced scripts" section in Getting Started guide.
  • For projects that use module loaders, check the various "Loading ... modules" sections in Getting Started guide.

Latest distribution can be downloaded here, or from the clients area on our site.
https://mindfusion.eu/JavaScript.Chart.zip

Updated scripts are also available as @mindfusion/charting NPM package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint