Highcharts Dashboards v3.2.0

Dashboards v3.2.0 ·
  • DataGrid has been renamed to Grid, and the DataGrid.dataGrid factory function is deprecated. Use Grid.grid instead.
  • Implemented a loading indicator for the DataGrid, added the showLoading and hideLoading methods to manage the indicator’s visibility, closes #22225.
  • Added support for displaying calculated values in the KPI component, including sum, average, median, max, min, count, and product. Custom formulas can also be defined. See #21559.
13 BUGFIXES EXPAND COLLAPSE
  • Fixed #22720, component destroy mispositioned resize buttons.
  • Fixed #22684, connector polling restarting based on assignment.
  • Fixed #22676, Fullscreen case-sensitive naming.
  • Fixed #22546, Firefox support for mouseenter when dragging.
  • Fixed issue with missing overwrite option in cell format and formatter.
  • Fixed #22624, lang was not applied on new row item in add-component section.
  • Fixed, the newly added chart component had incorrect options in the sidebar.
  • Fixed the time format in the DataGrid.
  • Fixed #22301, cells could be misaligned in multi-row headers when a horizontal scrollbar was visible.
  • Fixed #22492, updating HighchartsComponent with the new chartConstructor did not work.
  • Fixed #22271, highlight was not removed when dragged new component.
  • Fixed #22207, error was return when dragged new component.
  • Fixed #22208, the edit mode button did not reflect the state of the mode.