Highcharts Dashboards v1.0.2

Released: Aug 10, 2023

v1.0.2 での更新項目

機能

  • Replaced blocklist with allowlist in columnAssignment option.
  • RangeModifier will now intersect the results of multiple ranges by default. Use the additive option to concatenate results of multiple ranges.
  • Added visibility sync handler.
  • Added support for disabling the editing of columns which are created by Math Modifier.
  • Added user-defined redraw event for dashboard components.

不具合の修正

  • Fixed whitespaces not being removed from names when using CSVConnector with firstRowAsNames enabled.
  • Fixed bug with disabling toolbars for cell or row.
  • Fixed insufficient waiting for loading connectors on second request.
  • Fixed missing reference to DOM element in the dataGrid, after dragging a point.
  • Added TextOptions to documentation, changed gui.enabled as optional.
  • The data grid did not resize cells properly.
  • Improved TypeScript-support of Dashboards.
  • Sync was not preserved when the component updated its connector.