
Adds new 'verticalAlign' in-line text formatting property.
Features
- Added new in-line text formatting property
verticalAlign
. Currently supports only"super"
and"sub"
values. E.g.Copyright[fontSize: 8px; verticalAlign: super;]TM[\]
. - Logarithmic scale on
ValueAxis
has been revamped with a different approach. No changes from the configuration, but might influence appearance/scale. - When calculating derivative values for a series,
low
,high
, andopen
used previouslow
,high
, andopen
values. Now they all usevalue
instead.