MindFusion.Charting for JavaScript V1.2
Released: Aug 20, 2020
V1.2 での更新項目
機能
- 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 array-s as arguments instead of Collections.List instances.
- ToolTip class extended with new properties that allow you to customize the appearance and position of tooltips.
- Color.knownColors field lists all standard CSS color names.
- Brush and Pen instances can now be created with simple strings that specify the HTML code of the color as an argument instead of color objects.
- New BiaxialChart property specifies the horizontal alignment of Y-axis labels.
不具合の修正
- Text is now properly underlined when FontStyle.Underline is set.
- Fixed a bug that caused a stacked BarChart to crash.