Lanzamientos de MindFusion.Charting for JavaScript

Released: Jun 5, 2026

Actualizaciones en V2.1

Características

  • CSS Styling:
    • The library now features CSS styling system that lets you customize the appearance of charts, graphs, and gauges entirely through external stylesheets. By leveraging CSS Custom Properties (Variables), you can define backgrounds, axes, fonts, labels, and even complex series color palettes directly in CSS (e.g., --mfc-plot-background or --mfc-common-series-fill-0). This eliminates verbose JavaScript appearance configurations via Theme class, and lets you define chart...

Released: Jan 4, 2022

Actualizaciones en V2.0

Características

  • ECMAScript 6 (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.
  • Added FunctionSeries class which represents a series that calculates its values from a...

Released: Aug 20, 2020

Actualizaciones en V1.2

Características

  • Axis origin - New property lets you specify the origin of a chart axis.
  • New SimpleSeries constructor override allows you to specify a list with tooltips for the newly created series.
  • New drawLeftFromPoint method allows you to render text which is left-aligned.
  • New Font class methods allow you to deserialize and serialize Font instances from/to Json objects.
  • New properties give you better control over rendering of labels in bar charts.
  • All series can now accept a simple JavaScript...