amCharts 5: Charts のリリース

Released: Oct 14, 2019

4.7.x での更新項目

4.7.0

Updated Oct 14, 2019

Features

  • Dynamic data item grouping capabilities added to XYSeries in DateAxis + ValueAxis setups. Makes data more readable, providing "bird's eye view" on global data, but revealing detail when focused on specific time.
  • Export: Two new data export options "HTML" and "PDF" (exports data as a table in PDF).
  • Export: Ability to include data table into PDF export (addData option in PDF options).

Fixes

  • Regression plugin: Plugin was not generating proper regression lines if...

Released: Sep 12, 2019

4.6.x での更新項目

4.6.9

Updated Oct 8, 2019

Fixes

  • Accessibility: itemReaderText on XYSeries (and all inheriting series types) now respects value set from user code.
  • Accessibility: Default role for chart changed to widget.
  • Accessibility: Axis has now readerHidden = true set by default, to prevent screen readers from reading out useless numbers.
  • Accessibility: readerTitle was not being populated by data item data via curly bracket data placeholders.
  • Accessibility: Bullets were ignoring Series' skipFocusThreshold...

Released: Sep 4, 2019

4.5.16 での更新項目

不具合の修正

  • Data sources were not being disposed properly when chart was disposed.
  • Adding series to an already inited chart was not showing the series.
  • Fixed StepLineSeries glitch where base axis was not CategoryAxis/DateAxis.
  • Title of a cloned X axis was being drawn above the axis labels.
  • If all values of a ValueAxis data wehere the same and negative, the chart zoomed in incorrectly after init.
  • Center-alignment of axis labels was not working.
  • maxWidth/maxHeight set on column template of a...

Released: Aug 23, 2019

4.5.15 での更新項目

機能

  • Added
    • hideSeriesTooltipsOnSelection added to XYCursor. If set to true it will automatically hide cursor-initiated series tooltips when selecting with cursor (e.g. for a zoom).
    • Properties numberFields, numberFormatter, and numberFormat properties to Export. Allows forcing certain number format for values listed in numberFields effectively converting them into strings.
    • snapToSeries now supports XYChart setups where both X and Y axes are ValueAxis.
  • Changed
    • ZoomControl's plus and minus button...