Highcharts Dashboards v2.1.0

Released: May 22, 2024

v2.1.0 での更新項目

機能

  • Improved error messages when options were misconfigured.
  • Added the option to use valid HTML inside the DataGrid cell, along with adding the useHTML option.
  • Added autoScroll option to the Datagrid's highlight sync.
  • Added the group option which allows synchronization to be grouped within components sharing the same connector.
  • Added affectedSeriesId option to the Highcharts component's highlight sync.
  • Added the ability to set multiple connectors for the Highcharts Component.
  • Added a vue example with custom layout.

不具合の修正

  • Fixed typo in Fullscreen es-module import which caused an error when importing the layout module.
  • False was displayed in the input inside the sidebar when the option was disabled.
  • Fixed issue with synchronization not being stopping during component destroy.
  • Added error handling for rendering components in the same cell.
  • Wrong values were displayed in the sidebar when the Highcharts component was initialized with programmatically set options.
  • Dashboards were broken when used non-unique ids of cells.
  • Fixed point dragging with allowConnectorUpdate in Highcharts Component.