Highcharts Dashboards 新版本發表

Released: Dec 4, 2024

v3.1.0 中的更新

修補程式

  • Fixed: overlapped sorting icon with long headers in Datagrid.
  • Fixed: the nested group was rendered when empty options.
  • Fixed: incorrect behavior in component editor when option path points to an array element.

Released: Oct 16, 2024

v3.0.0 中的更新

特性

  • The DataGrid has been fully rewritten, introducing new features and establishing a foundation for future enhancements and additional functionality.
  • The sidebar in editMode is now sticky and always visible when scrolling through the page.
  • The styledMode is now disabled by default for the Highcharts Component and KPI Component.
  • Removed formerly deprecated responsiveBreakpoints option from the API.

修補程式

  • Fixed: infinite classes when editing components in the sidebar.
  • Fixed: styling errors when...

Released: Aug 29, 2024

v2.3.0 中的更新

特性

  • Added the ability to set toolbar visibility for individual components.
  • Removed column aliases from DataTable, API documentation, and affected samples.
  • 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.

修補程式

  • Fixed some smaller...

Released: Jul 4, 2024

v2.2.0 中的更新

特性

  • Added support for the beforeParse callback in the GoogleSheetsConnector options.
  • Added the EditMode for dashboards declared with custom HTML, allowing users to modify the components inside.
  • Added the methods getComponentById and getComponentByCellId to the Board class.
  • Renamed onEditModeToggle to toggleEditMode.
  • Removed the setting icon from the row toolbar.
  • Added edit mode events. Changed the way components are updated in edit mode.
  • Added isStandalone option to add non-nested options in the...

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...

Released: Mar 13, 2024

v2.0.0 中的更新

特性

  • Added support for custom HTML layout. The use of 'gui' is now optional.
  • Dashboard, and charts, are now 100% stylable via CSS instead of JavaScript.
  • Include what you need, with Dashboards Core, Layout/EditMode and DataGrid as separate scripts. 'dashboards-plugin' has been removed and is no longer needed.
  • Improved chart synchronization options, and added additional options to highlight synchronization. 'highlight', 'tooltip' and 'crosshair' can now be set separately.
  • Improved and simplified...

Released: Feb 14, 2024

v1.3.1 中的更新

修補程式

  • Fixed the wrong length of columns in JSONConverter, when 'x' is the same.
  • Fixed issue with incorrect calculation of component content height when caption is defined.
  • Fixed issue with wrong type declarations in Dashboards ES modules.
  • Fixed issue with DataGrid column headers disabling.
  • Fixed crossfilter sync with string data.

Released: Jan 24, 2024

v1.3.0 中的更新

特性

  • Internal optimizations and minor TypeScript enhancements.

Released: Jan 10, 2024

v1.2.1 中的更新

特性

  • Added a way to drag custom components from the sidebar.

修補程式

  • It was impossible to set KPI content flex-direction.

Released: Dec 14, 2023

v1.2.0 中的更新

特性

  • Added the affectNavigator option allowing crossfilter to affect the contents of the other navigators.

修補程式

  • Fixed syncs between different lengths of arrays of series.
  • Fixed KPI component updating when new options include chart options.
  • Fixed issue with missing rows, when datagrid visibility is switched.
  • Fixed d.ts files for HighchartsTypes.
  • Fixed missing update position of the context menu.