amCharts 5: Charts 5.5.2

Released: Oct 27, 2023

5.5.2 中的更新

特性

  • Added customValue to ISeriesDataItem and customValueField to Series. This allows storing additional numeric information which could be used for heat rules and other purposes.
  • toolSettings setting has been added to DrawingControl. This allows passing in default settings for each drawing tool.
  • Printing via ExportingMenu print functionality using "CSS" print method will now temporarily remove all margins and padding on body so that images that do not fit into single page do not produce a blank page.

修補程式

  • If an axis range was created for a ColumnSeries after series was initiated, columns for the range were not being created.
  • GaplessDateAxis valueToPosition method was returning wrong position if value was less than min value of the axis.