Lançamentos do Highcharts Dashboards
Released: May 15, 2025
Atualizações na v3.3.0
Recursos
- Added support for multiple
dataTables
in one connector
.
Correções
- Fixed, the board's
destroy
method removed the custom HTML layout.
- Fixed, added the data connector request abort controller.
- Fixed, the board froze when re-adding a previously removed component.
- Fixed, added new component return error.
- Fixed, the sidebar was not visible when adding the Highcharts component to an empty board.
- Disabled iframe click events in the edit mode.
- Fixed issue with overlapped toolbar.
- Fixed, a...
Released: Mar 26, 2025
Atualizações na v3.2.0
Recursos
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.
- 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.
Correções
- Fixed Dashboards HC component mispositioned resize...
Released: Dec 4, 2024
Atualizações na v3.1.0
Correções
- 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
Atualizações na v3.0.0
Recursos
- 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.
Correções
- Fixed: infinite classes when editing components in the sidebar.
- Fixed: styling...
Released: Aug 29, 2024
Atualizações na v2.3.0
Recursos
- 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.
Correções
Released: Jul 4, 2024
Atualizações na v2.2.0
Recursos
- 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...
Released: May 22, 2024
Atualizações na v2.1.0
Recursos
- 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...
Released: Mar 13, 2024
Atualizações na v2.0.0
Recursos
- 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...
Released: Feb 14, 2024
Atualizações na v1.3.1
Correções
- 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
Atualizações na v1.3.0
Recursos
- Internal optimizations and minor TypeScript enhancements.