MindFusion.Charting for JavaScript 版本发布

查看各个版本中的新增内容,包括功能、增强和已解决问题的详细信息。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Charting for JavaScript V2.12026年6月5日
功能
  • 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 appearance in application-wide stylesheets.
  • Miscellaneous:
    • The numberFormat property lets you format axis coordinates via Intl.NumberFormat object.
    • LineChart and LineRenderer rendering improvements.
  • API Changes:
    • To avoid naming conflicts with the upcoming Dashboard library, which provides a broader set of dashboard widgets and functionality, the charting library's Dashboard control has been renamed to ChartBase.