Highcharts Dashboards v2.3.0

Dashboards v2.3.0 ·
  • Added the possibility of setting toolbar visibility for individual components, closes #20907.
  • Removed column aliases from DataTable, API documentation, and affected samples. Closes #21485.
  • Added methods (getLocalRowIndex & getOriginalRowIndex) for referencing between rows of original and modified data tables.
  • Changed the layout element in the Add component sidebar to a row and improved the look when added.
  • Added an HTML text field in the sidebar to control and edit the content of the HTML component.
  • Added support for the beforeParse callback in the GoogleSheetsConnector options. Closes #21235.
7 BUGFIXES EXPAND COLLAPSE
  • Fixed some smaller issues with the HTML component.
  • Fixed #21615, when the useHTML was enabled, content in a cell was not rendered correctly when scrolling.
  • Fixed #21280, it was impossible to set the component active state, so added isAcitve flag.
  • Fixed parseDate in DataConverter was private.
  • Fixed, added missing DataConverter type in DataConnector.
  • Added missing utility method to the Dashboards namespace.
  • Fixed error when trying to sync with an invisible point.