<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/rss/styles.xml"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Highcharts Changelog</title><description>Latest changes across all Highcharts products</description><link>https://changelog.highcharts.com/</link><atom:link href="https://changelog.highcharts.com/rss.xml" rel="self" type="application/rss+xml"/><language>en-us</language><item><title>Highcharts Dashboards v4.2.1</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.2.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.2.1/</guid><description>Bug fixes Fixed #24857, destroying a dashboard with multiple layouts failed. Fixed highlight sync in sorted grid component. Fixed #24610, columnAssignment overwrote data columns with the same key.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24857&quot;&gt;#24857&lt;/a&gt;, destroying a dashboard with multiple layouts failed.&lt;/li&gt;
&lt;li&gt;Fixed highlight sync in sorted grid component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24610&quot;&gt;#24610&lt;/a&gt;, columnAssignment overwrote data columns with the same key.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v3.1.0</title><link>https://changelog.highcharts.com/highcharts-grid/3.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/3.1.0/</guid><description>Grid Pro: Added support for row grouping Grid Pro: Optimized event options update. Grid Pro: Added treeView data aggregation. Grid: Added support for column virtualization. Grid: Added built-in…</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added support for &lt;a href=&quot;https://www.highcharts.com/docs/grid/rows/grouping&quot;&gt;row grouping&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Optimized event options update.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added &lt;code&gt;treeView&lt;/code&gt; &lt;a href=&quot;https://www.highcharts.com/docs/grid/rows/tree-view#aggregation&quot;&gt;data aggregation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added support for &lt;a href=&quot;https://www.highcharts.com/docs/grid/columns/virtualization&quot;&gt;column virtualization&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added built-in context menu groups.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Grid filtering conditions allowlist.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added possibility to render Grid caption as HTML. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24683&quot;&gt;#24683&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added support for runtime warnings when deprecated Grid options are used.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added support for &lt;a href=&quot;https://api.highcharts.com/grid/columns.minWidth&quot;&gt;minWidth&lt;/a&gt; and &lt;a href=&quot;https://api.highcharts.com/grid/columns.maxWidth&quot;&gt;maxWidth&lt;/a&gt; in column options. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24395&quot;&gt;#24395&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;data.dataTableKey&lt;/code&gt; option to select a table from Grid data connectors.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Refactored CSS by separating theme styles from functional styles.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed rows being pushed out of view when resizing a column while scrolled down, with variable row heights.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts v13.0.0</title><link>https://changelog.highcharts.com/highcharts/13.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts/13.0.0/</guid><description>Added new options set, palette, making it easy to apply general design colors for light and dark mode. This replaces the former Adaptive theme. Added support for providing data as DataTable through…</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added new options set, &lt;a href=&quot;https://api.highcharts.com/highcharts/palette&quot;&gt;palette&lt;/a&gt;, making it easy to apply general design colors for light and dark mode. This replaces the former Adaptive theme.&lt;/li&gt;
&lt;li&gt;Added support for providing data as &lt;a href=&quot;https://api.highcharts.com/class-reference/Highcharts.DataTable&quot;&gt;DataTable&lt;/a&gt; through the new options &lt;a href=&quot;https://api.highcharts.com/highcharts/dataTable&quot;&gt;&lt;code&gt;dataTable&lt;/code&gt;&lt;/a&gt;, &lt;a href=&quot;https://api.highcharts.com/highcharts/series.line.dataTable&quot;&gt;&lt;code&gt;series.dataTable&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;https://api.highcharts.com/highcharts/series.line.dataMapping&quot;&gt;&lt;code&gt;series.dataMapping&lt;/code&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Updated gauge and solid-gauge series, including panes and radial y-axis, with more sensible defaults and major design facelift, making it easier for implementers and AI agents to create great looking gauges from minimal configuration.&lt;/li&gt;
&lt;li&gt;Refactored the data sorting functionality into a separate module, in order to simplify and reduce weight on the core script file.&lt;/li&gt;
&lt;li&gt;Improved entrance and exit animation of points and data labels when they are dynamically created, destroyed or zoomed in or out of view.&lt;/li&gt;
&lt;li&gt;Added the experimental &lt;a href=&quot;https://api.highcharts.com/class-reference/Highcharts.Loader&quot;&gt;autoload&lt;/a&gt; feature, loading required modules based on the chart configuration.&lt;/li&gt;
&lt;li&gt;Added customizable &lt;code&gt;boundary&lt;/code&gt; ticks for &lt;code&gt;datetime&lt;/code&gt; axes, see the docs for &lt;a href=&quot;https://www.highcharts.com/docs/chart-concepts/axes#datetime&quot;&gt;Axes → Datetime&lt;/a&gt; → Boundary ticks on datetime axis.&lt;/li&gt;
&lt;li&gt;Added new setting, &lt;code&gt;contrast&lt;/code&gt;, for &lt;code&gt;dataLabels.backgroundColor&lt;/code&gt;. Allows enhancing readability with a plain, semi-transparent background color. Extended the &lt;code&gt;dataLabels.distance&lt;/code&gt; option to apply to more series types than previously.&lt;/li&gt;
&lt;li&gt;Added new option, &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.plotBorderRadius&quot;&gt;&lt;code&gt;chart.plotBorderRadius&lt;/code&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added new options set, &lt;a href=&quot;https://api.highcharts.com/highcharts/tooltip.header&quot;&gt;&lt;code&gt;tooltip.header&lt;/code&gt;&lt;/a&gt;, for better control over the header design i split tooltips.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Default pane layout and design for gauges and polar charts has gone through a major facelift. See &lt;a href=&quot;https://www.highcharts.com/samples/highcharts/pane/v12-design-compatibility&quot;&gt;v12 pane design compatibility&lt;/a&gt; to see what’s changed.&lt;/li&gt;
&lt;li&gt;Solid gauge &lt;code&gt;radius&lt;/code&gt; and &lt;code&gt;innerRadius&lt;/code&gt;, when given as numeric values, defined on series or point level, no longer resolve as percents, but as pixels. To set it to a percent, use a percentage string like &lt;code&gt;radius: &apos;50%&apos;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;dataSorting&lt;/code&gt; feature now requires the &lt;code&gt;modules/data-sorting.js&lt;/code&gt; file.&lt;/li&gt;
&lt;li&gt;Default data label positions have changed slightly. Previously, the distance to the point or column was determined by &lt;code&gt;padding&lt;/code&gt; and adjusted by &lt;code&gt;x&lt;/code&gt; and &lt;code&gt;y&lt;/code&gt;. Introduced new option, &lt;code&gt;dataLabels.distance&lt;/code&gt;, in order to allow backgrounds with padding without touching the point.&lt;/li&gt;
&lt;li&gt;Content marked with &lt;code&gt;useHTML&lt;/code&gt; is now wrapped in a &lt;code&gt;div&lt;/code&gt; instead of a &lt;code&gt;span&lt;/code&gt;
in order to comply with valid HTML. Custom CSS rules addressing the &lt;code&gt;span&lt;/code&gt; may
have to be updated.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23771&quot;&gt;#23771&lt;/a&gt;, boosted points were missing keyed values after zoom.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24274&quot;&gt;#24274&lt;/a&gt;, in the exporting menu, the ‘View in fullscreen” label was broken after being used.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24293&quot;&gt;#24293&lt;/a&gt;, fixed and split tooltip with &lt;code&gt;useHTML&lt;/code&gt; shifted after first render.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24572&quot;&gt;#24572&lt;/a&gt;, templating multiply helper exposed floating-point precision in axis labels.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24521&quot;&gt;#24521&lt;/a&gt;, grid lines rendered above the plot border after responsive axis update.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20412&quot;&gt;#20412&lt;/a&gt;, exported charts did not have correct data after updating it with &lt;code&gt;null&lt;/code&gt; values.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24547&quot;&gt;#24547&lt;/a&gt;, styled mode x-range missed &lt;code&gt;colorIndex&lt;/code&gt; after &lt;code&gt;setData&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24266&quot;&gt;#24266&lt;/a&gt;, year resolution date labels didn’t respect localized format.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24304&quot;&gt;#24304&lt;/a&gt;, consistent chart menu aria-label and i18n translations.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24544&quot;&gt;#24544&lt;/a&gt;, regression with zones set below max value and axis max set, line on max was clipped.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Gantt v13.0.0</title><link>https://changelog.highcharts.com/highcharts-gantt/13.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-gantt/13.0.0/</guid><description>Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Gantt 13.0.0. Added text align support for grid axis titles (column header).</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Gantt 13.0.0.&lt;/li&gt;
&lt;li&gt;Added text align support for grid axis titles (column header).&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Maps v13.0.0</title><link>https://changelog.highcharts.com/highcharts-maps/13.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-maps/13.0.0/</guid><description>Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Maps 13.0.0. Bug fixes Fixed #24441, ensured tiled web map tiles reload after mapView updates.</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Maps 13.0.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24441&quot;&gt;#24441&lt;/a&gt;, ensured tiled web map tiles reload after &lt;code&gt;mapView&lt;/code&gt; updates.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Stock v13.0.0</title><link>https://changelog.highcharts.com/highcharts-stock/13.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-stock/13.0.0/</guid><description>Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Stock 13.0.0.</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Stock 13.0.0.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Map Collection v2.3.3</title><link>https://changelog.highcharts.com/highcharts-map-collection/2.3.3/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-map-collection/2.3.3/</guid><description>Browse all maps at code.highcharts.com/mapdata. Fixed #132, updated the map of Tanzania with Songwe Region. Fixed #194, “British Isles, admin1” files had invalid format. Fixed #195, corrected wrong…</description><pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Browse all maps at &lt;a href=&quot;https://code.highcharts.com/mapdata/&quot;&gt;code.highcharts.com/mapdata&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/132&quot;&gt;#132&lt;/a&gt;, updated the map of Tanzania with Songwe Region.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/194&quot;&gt;#194&lt;/a&gt;, “British Isles, admin1” files had invalid format.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/195&quot;&gt;#195&lt;/a&gt;, corrected wrong map keys in the custom maps (mainly some variants of world maps).&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/123&quot;&gt;#123&lt;/a&gt;, updated USA admin2 (standard and high resolution) map with Connecticut changes after 2023. The previous map is not fully synchronized with any time, so it is available only in previous releases of the Map Collection - no historical map for it.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/197&quot;&gt;#197&lt;/a&gt;, added a new world map with India disputed areas as a separate map for backwards compatibility. The base world map is unchanged.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v4.2.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.2.0/</guid><description>Restored cell width / height options. Bug fixes Fixed #24446, changing the connector in edit mode did not update the Grid Component properly. Fixed double re-render when polling is activated. Fixed…</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Restored cell &lt;code&gt;width&lt;/code&gt;/&lt;code&gt;height&lt;/code&gt; options.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24446&quot;&gt;#24446&lt;/a&gt;, changing the connector in edit mode did not update the Grid Component properly.&lt;/li&gt;
&lt;li&gt;Fixed double re-render when polling is activated.&lt;/li&gt;
&lt;li&gt;Fixed component namespaces in Dashboards.&lt;/li&gt;
&lt;li&gt;Fixed lacking dts for minified module src files.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24258&quot;&gt;#24258&lt;/a&gt;, changed event type for cell.destroy.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24086&quot;&gt;#24086&lt;/a&gt;, the grid was not destroyed properly on board.update() call.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24067&quot;&gt;#24067&lt;/a&gt;, dataTable was not saved in gridOptions on update.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v3.0.0</title><link>https://changelog.highcharts.com/highcharts-grid/3.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/3.0.0/</guid><description>Grid Pro: Added support for hierarchical data using data.treeView. Grid Pro: Added support for row pinning using rendering.rows.pinning. Grid Pro: Added pageSize field to Remote Data Provider…</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added support for hierarchical data using &lt;code&gt;data.treeView&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added support for row pinning using &lt;code&gt;rendering.rows.pinning&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added &lt;code&gt;pageSize&lt;/code&gt; field to Remote Data Provider callback, so it can automatically realign chunk indexing when the backend clamps or adjusts the requested page size.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Cleaned up deprecated methods and options (details in the upgrade note).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added support for row headers (&lt;code&gt;th&lt;/code&gt;) in &lt;code&gt;tbody&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added support for touch devices on column resizing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;data.autogenerateColumns&lt;/code&gt; (default &lt;code&gt;true&lt;/code&gt;) with support for unbound columns via &lt;code&gt;columns[].dataId = null&lt;/code&gt; and &lt;code&gt;cells.valueGetter&lt;/code&gt;, so column generation can be fully controlled from &lt;code&gt;columns[]&lt;/code&gt; and do not have to have a direct column source in the data source.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Introduced required Grid Key. &lt;a href=&quot;https://www.highcharts.com/docs/grid/grid-key&quot;&gt;Read more…&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Replaced uses of &lt;code&gt;grid.dataTable&lt;/code&gt; and &lt;code&gt;grid.presentationTable&lt;/code&gt; with &lt;code&gt;grid.dataProvider.getDataTable()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Replaced uses of &lt;code&gt;grid.columnOptionsMap&lt;/code&gt; with &lt;code&gt;grid.columnPolicy&lt;/code&gt; methods.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Replaced &lt;code&gt;sorting.sortable&lt;/code&gt; with &lt;code&gt;sorting.enabled&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Prevented &lt;code&gt;grid-lite.css&lt;/code&gt; module removal from Grid Pro dist package.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added label to header context menu button.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts v12.6.0</title><link>https://changelog.highcharts.com/highcharts/12.6.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts/12.6.0/</guid><description>Added experimental contour plot functionality to Highcharts, with WebGPU rendering. See #17324. Added the ability to use axis units for global setting for annotation points drawing and sizing, see…</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added experimental &lt;a href=&quot;https://www.highcharts.com/docs/chart-and-series-types/contour&quot;&gt;contour plot&lt;/a&gt; functionality to Highcharts, with WebGPU rendering. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/17324&quot;&gt;#17324&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added the ability to use axis units for global setting for annotation points drawing and sizing, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23612&quot;&gt;#23612&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added full support for arrow-functions as callbacks by giving them the context as a separate argument, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/9050&quot;&gt;#9050&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added support for anchored pattern fills, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23567&quot;&gt;#23567&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;showDelay&lt;/code&gt; option for tooltip and crosshair, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/9286&quot;&gt;#9286&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added new option, &lt;a href=&quot;https://api.highcharts.com/highcharts/boost.chunkSize&quot;&gt;boost.chunkSize&lt;/a&gt; option to allow fine tuning the performance of tooltip position indexing in boosted charts. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23902&quot;&gt;#23902&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;a href=&quot;https://api.highcharts.com/highcharts/credits.events.click&quot;&gt;click event callback&lt;/a&gt; for credits.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Setting &lt;code&gt;xAxis&lt;/code&gt; and/or &lt;code&gt;yAxis&lt;/code&gt; on annotations &lt;a href=&quot;https://api.highcharts.com/highcharts/annotations.shapes&quot;&gt;shapes&lt;/a&gt; or &lt;a href=&quot;https://api.highcharts.com/highcharts/annotations.shapeOptions&quot;&gt;shapeOptions&lt;/a&gt; will convert the point &lt;code&gt;x&lt;/code&gt; and &lt;code&gt;y&lt;/code&gt; units, and dimensions like &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;, &lt;code&gt;r&lt;/code&gt; and &lt;code&gt;ry&lt;/code&gt; to axis units.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22758&quot;&gt;#22758&lt;/a&gt;, long label text was not clipped to plot area.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24138&quot;&gt;#24138&lt;/a&gt;, &lt;code&gt;zMin&lt;/code&gt; for bubble series was not changed on &lt;code&gt;series.update()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed issue with setting position styles for &lt;code&gt;loading&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23477&quot;&gt;#23477&lt;/a&gt;, styles from shadow DOM weren’t applied to exported chart.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24104&quot;&gt;#24104&lt;/a&gt;, tooltip with large padding overflowed on narrow charts.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23508&quot;&gt;#23508&lt;/a&gt;, incorrect axes in &lt;code&gt;scrollablePlotArea&lt;/code&gt; with multiple chart instances.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23654&quot;&gt;#23654&lt;/a&gt;, wrong &lt;code&gt;dateTime&lt;/code&gt; parsing when exporting data set as date string.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24073&quot;&gt;#24073&lt;/a&gt;, object data in histogram caused error.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24096&quot;&gt;#24096&lt;/a&gt;, missing point events for scatter points on the edge of the plot area.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23674&quot;&gt;#23674&lt;/a&gt;, rotated step axis labels were cut off.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21725&quot;&gt;#21725&lt;/a&gt;, &lt;code&gt;pie.dataLabels&lt;/code&gt; with negative distance set missing after update or visibility toggle.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23850&quot;&gt;#23850&lt;/a&gt;, tooltip position was affected by chart position when tooltip was outside and using positioner.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24220&quot;&gt;#24220&lt;/a&gt;, treemap data labels outside of zoomed range were still visible.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24323&quot;&gt;#24323&lt;/a&gt;, subtitle alignment could not be unset dynamically.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22330&quot;&gt;#22330&lt;/a&gt;, rendering of waterfall points crossing axis break was incorrect.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24102&quot;&gt;#24102&lt;/a&gt;, a regression causing boosted series being invisible in online exports, when &lt;a href=&quot;https://api.highcharts.com/highcharts/exporting.local&quot;&gt;exporting.local&lt;/a&gt; was false.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24164&quot;&gt;#24164&lt;/a&gt;, ghost markers appeared when updating a11y series data.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23307&quot;&gt;#23307&lt;/a&gt;, &lt;code&gt;minPointLength&lt;/code&gt; didn’t grow in the right direction for small negative values.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23712&quot;&gt;#23712&lt;/a&gt;, flex caused infinite chart reflows.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24186&quot;&gt;#24186&lt;/a&gt;, custom &lt;a href=&quot;https://api.highcharts.com/highcharts/boost.pixelRatio&quot;&gt;pixelRatio&lt;/a&gt; broke rendering series by boost.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24126&quot;&gt;#24126&lt;/a&gt;, &lt;code&gt;negativeColor&lt;/code&gt; was not applied in styled mode.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24265&quot;&gt;#24265&lt;/a&gt;, broken tooltip rendering in some locales, upper case first was not applied to titles with combining marks.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23566&quot;&gt;#23566&lt;/a&gt;, the ES5 build for the AMD package was incorrect.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24225&quot;&gt;#24225&lt;/a&gt;, animated data updates didn’t work when &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.allowMutatingData&quot;&gt;chart.allowMutatingData&lt;/a&gt; was false.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24042&quot;&gt;#24042&lt;/a&gt;, wrong rendering of 3d chart series when data grouping kicked in.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23843&quot;&gt;#23843&lt;/a&gt;, &lt;code&gt;colorAxis&lt;/code&gt; marker didn’t animate when moving.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/16583&quot;&gt;#16583&lt;/a&gt;, &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.zoomKey&quot;&gt;zoomKey&lt;/a&gt; and &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.panKey&quot;&gt;panKey&lt;/a&gt; were ignored when set together.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23879&quot;&gt;#23879&lt;/a&gt;, exporting process stopped and gave error when failed to fetch CSS.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23662&quot;&gt;#23662&lt;/a&gt;, &lt;a href=&quot;https://api.highcharts.com/highcharts/plotOptions.series.boostThreshold&quot;&gt;boostThreshold&lt;/a&gt; 0 did not disable boost as documented.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23730&quot;&gt;#23730&lt;/a&gt;, more forgiving point configuration options when exceeding &lt;code&gt;turboThreshold&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23946&quot;&gt;#23946&lt;/a&gt;, bad clipping in an inverted chart if a series had shadow enabled.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23993&quot;&gt;#23993&lt;/a&gt;, in some cases the y-axis labels were taking too much space.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20322&quot;&gt;#20322&lt;/a&gt;, the color axis did not work with wordcloud.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Gantt v12.6.0</title><link>https://changelog.highcharts.com/highcharts-gantt/12.6.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-gantt/12.6.0/</guid><description>Most changes listed under Highcharts 12.6.0 above also apply to Highcharts Gantt 12.6.0. Bug fixes Fixed #558, pattern module crashed with Gantt charts in React.</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.6.0 above also apply to Highcharts Gantt 12.6.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts-react/issues/558&quot;&gt;#558&lt;/a&gt;, pattern module crashed with Gantt charts in React.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Maps v12.6.0</title><link>https://changelog.highcharts.com/highcharts-maps/12.6.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-maps/12.6.0/</guid><description>Most changes listed under Highcharts 12.6.0 above also apply to Highcharts Maps 12.6.0. Added colorAxis.title option, to allow a separate title for each color scale in the legend. See #14107. Bug…</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.6.0 above also apply to Highcharts Maps 12.6.0.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;colorAxis.title&lt;/code&gt; option, to allow a separate title for each color scale in the legend. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/14107&quot;&gt;#14107&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24451&quot;&gt;#24451&lt;/a&gt;, ghost elements in map after point update.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23723&quot;&gt;#23723&lt;/a&gt;, &lt;code&gt;mapView&lt;/code&gt; inset borders were not clipped correctly.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23760&quot;&gt;#23760&lt;/a&gt;, data label was hidden when drilled down and up.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23541&quot;&gt;#23541&lt;/a&gt;, pie data label distribution froze for equal ranks.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Stock v12.6.0</title><link>https://changelog.highcharts.com/highcharts-stock/12.6.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-stock/12.6.0/</guid><description>Most changes listed under Highcharts 12.6.0 above also apply to Highcharts Stock 12.6.0. Added navigator supports for live redraw without scrollbar, see #23798. Added color picker and opacity inputs…</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.6.0 above also apply to Highcharts Stock 12.6.0.&lt;/li&gt;
&lt;li&gt;Added navigator supports for live redraw without scrollbar, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23798&quot;&gt;#23798&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added color picker and opacity inputs for annotations popup, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/1677&quot;&gt;#1677&lt;/a&gt;6.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Navigator with disabled scrollbar now supports the &lt;a href=&quot;https://api.highcharts.com/highstock/scrollbar.liveRedraw&quot;&gt;live redraw option&lt;/a&gt;. To enable or disable live redraw on the navigator, even with disabled scrollbar, use &lt;a href=&quot;https://api.highcharts.com/highstock/scrollbar.liveRedraw&quot;&gt;scrollbar.liveRedraw&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23871&quot;&gt;#23871&lt;/a&gt;, uncaught error when legend was undefined and starting with YTD selected on the range selector.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21775&quot;&gt;#21775&lt;/a&gt;, toggling navigator would shrink the chart.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24247&quot;&gt;#24247&lt;/a&gt;, &lt;code&gt;StockTools&lt;/code&gt; GUI types were incorrect.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23011&quot;&gt;#23011&lt;/a&gt;, missing aria labels in stock toolbar.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24114&quot;&gt;#24114&lt;/a&gt;, &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24057&quot;&gt;#24057&lt;/a&gt; &lt;a href=&quot;https://api.highcharts.com/highstock/xAxis.events.setExtremes&quot;&gt;setExtremes&lt;/a&gt;  and &lt;code&gt;setRange&lt;/code&gt; event was called more than once on navigator.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24031&quot;&gt;#24031&lt;/a&gt;, compare percent values calculation was not correct for negative points.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.3.1</title><link>https://changelog.highcharts.com/highcharts-grid/2.3.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.3.1/</guid><description>Bug fixes Grid: Fixed #24370, responsive rules not reacting when the Grid container has display: inline. Grid: Fixed destroyed grid container when footer in custom element. Grid: Fixed showpages…</description><pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed #24370, responsive rules not reacting when the Grid container has &lt;code&gt;display: inline&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed destroyed grid container when footer in custom element.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed showpages value when no results.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed pagination with filtering when all rows have been filtered out.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed row order in the grid did not reflect the &lt;code&gt;dataTable&lt;/code&gt; order after adding rows with &lt;code&gt;virtualization&lt;/code&gt; disabled.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed double initial render when using &lt;code&gt;responsive.rules&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.3.0</title><link>https://changelog.highcharts.com/highcharts-grid/2.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.3.0/</guid><description>Grid: Configurable Grid sorting toggle sequence via sorting.orderSequence. Grid: Changed Grid data API so serialized input is provided through data.columns, while data.dataTable is used for DataTable…</description><pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Configurable Grid sorting toggle sequence via &lt;code&gt;sorting.orderSequence&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Changed Grid data API so serialized input is provided through &lt;code&gt;data.columns&lt;/code&gt;, while &lt;code&gt;data.dataTable&lt;/code&gt; is used for &lt;code&gt;DataTable&lt;/code&gt; instances.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;idColumn&lt;/code&gt; option to use a column’s values as stable row IDs instead of numeric indices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added support for overriding and extending Grid SVG icons through &lt;code&gt;rendering.icons&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Modularized and cleaned up CSS to allow for fully functional Grid with no theming variables.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Optimized refreshing rows, the number of which differs before and after the update.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;LocalDataProvider&lt;/code&gt; support for Data Connectors (single table).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Introduced &lt;code&gt;DataProvider&lt;/code&gt; as a new data layer between the Grid and its data source, enabling custom providers beyond the default in-memory &lt;code&gt;LocalDataProvider&lt;/code&gt; (using &lt;code&gt;DataTable&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Introduced &lt;code&gt;RemoteDataProvider&lt;/code&gt; as an alternative data layer allowing server-side sorting, filtering, and pagination operations, as well as downloading data in batches while scrolling.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added htmlTag option to the Grid caption.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;align&lt;/code&gt; API property to pagination.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;responsive.rules&lt;/code&gt; option so it’s possible to define different options for different container sizes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;&apos;auto&apos;&lt;/code&gt; column width support.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;columns[].style&lt;/code&gt;, &lt;code&gt;columns[].cells.style&lt;/code&gt;, and &lt;code&gt;columns[].header.style&lt;/code&gt; to apply dynamic or static inline styles.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed missing header click event on sorting icon.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed string typing in formatter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed column resizing with virtual rows leaving some grid rows at old column widths.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Support scrolling in Grid when larger than max element height.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Fixed row height change on edit.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed an issue where updating grid column width to &lt;code&gt;auto&lt;/code&gt; or &lt;code&gt;undefined&lt;/code&gt; had no effect.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed missed id in table html element.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed issue with crashing header formatter.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v4.1.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.1.0/</guid><description>Added basic board.update() method. Added update argument to DataPool’s setConnectorOptions method. See #23935. Added update method to Data Connectors. See #21583. Added support for setting global…</description><pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added basic &lt;code&gt;board.update()&lt;/code&gt; method.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;update&lt;/code&gt; argument to DataPool’s &lt;code&gt;setConnectorOptions&lt;/code&gt; method. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23935&quot;&gt;#23935&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;update&lt;/code&gt; method to Data Connectors. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21583&quot;&gt;#21583&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added support for setting global options with &lt;code&gt;Dashboards.setOptions()&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Added the possibility to full-screen individual dashboard components, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23547&quot;&gt;#23547&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23952&quot;&gt;#23952&lt;/a&gt;, wrong reference to nestedLayout.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23948&quot;&gt;#23948&lt;/a&gt;, row and cell deleting events were not triggered.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23862&quot;&gt;#23862&lt;/a&gt;, highlight sync was incorrect when the connector was used with multiple data tables.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23859&quot;&gt;#23859&lt;/a&gt;, the &lt;code&gt;metadata&lt;/code&gt; was not cloned in the data table.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23699&quot;&gt;#23699&lt;/a&gt;, error in the console when the &lt;code&gt;toggle&lt;/code&gt; editable option was added.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.2.0</title><link>https://changelog.highcharts.com/highcharts-grid/2.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.2.0/</guid><description>Grid: Enhanced CSS to allow theming of individual columns, cells etc. and added new hover opacity variables. Grid: Added multi‑column sorting for Grid, including Shift‑click additive sorting. Grid…</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Enhanced CSS to allow theming of individual columns, cells etc. and added new hover opacity variables.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added multi‑column sorting for Grid, including Shift‑click additive sorting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added &lt;code&gt;arrayNumber&lt;/code&gt;, &lt;code&gt;json&lt;/code&gt; and &lt;code&gt;sparlinke&lt;/code&gt; validators.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Improved Grid virtualization performance by reusing row elements, batching scroll updates to animation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added Grid screen reader region before and after elements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Supported array of indices for the &lt;code&gt;dataTable&lt;/code&gt; &lt;code&gt;deleteRows&lt;/code&gt; method.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Deprecated &lt;code&gt;sorting.sortable&lt;/code&gt; and replaced with &lt;code&gt;sorting.enabled&lt;/code&gt; in Grid column options for consistency with other Grid options.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Optimized Grid by using fewer event listeners on cells.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;sorting.sortable&lt;/code&gt; option has been deprecated. Use &lt;code&gt;sorting.enabled&lt;/code&gt; instead to enable or disable sorting on columns.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/24002&quot;&gt;#24002&lt;/a&gt;, header rendering issue when shown after being initialized hidden.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Reduced the type dependency tree from Core so it’s not needed anymore to use &lt;code&gt;&quot;skipLibCheck&quot;: false&lt;/code&gt; when using the library in typescript environment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; The afterRender events was not triggered when grid rerender.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed missing width update in columnDefaults.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed the wrong Grid height on specific parent container styles (flexbox, &lt;code&gt;max-height&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Use lang options (&lt;code&gt;decimalPoint&lt;/code&gt; and &lt;code&gt;thousandsSep&lt;/code&gt;) for formatting the number in cells.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Unified format and formatter header references to column.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts v12.5.0</title><link>https://changelog.highcharts.com/highcharts/12.5.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts/12.5.0/</guid><description>Added support for dendrograms by allowing treegraph charts to be plotted against an x-axis. Read more about dendrograms in the docs. Added new option, legend.maxWidth. Added the color-scheme CSS…</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added support for dendrograms by allowing treegraph charts to be plotted against an x-axis. Read more about &lt;a href=&quot;https://www.highcharts.com/docs/chart-and-series-types/treegraph-chart#dendrogram&quot;&gt;dendrograms&lt;/a&gt; in the docs.&lt;/li&gt;
&lt;li&gt;Added new option, &lt;a href=&quot;https://api.highcharts.com/highcharts/legend.maxWidth&quot;&gt;legend.maxWidth&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added the &lt;code&gt;color-scheme&lt;/code&gt; CSS property across CSS files and Adaptive theme, to allow setting any color with the &lt;code&gt;light-dark()&lt;/code&gt; CSS function.&lt;/li&gt;
&lt;li&gt;Added a warning when &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.styledMode&quot;&gt;chart.styledMode&lt;/a&gt; is enabled and the required CSS file is not loaded.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23967&quot;&gt;#23967&lt;/a&gt;, the Adaptive theme didn’t work in Shadow DOM.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23049&quot;&gt;#23049&lt;/a&gt;, the last four of the default pattern fill definitions had undefined color.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23631&quot;&gt;#23631&lt;/a&gt;, &lt;code&gt;SeriesRegistry&lt;/code&gt; was unavailable in custom ESM bundle because of circular import.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23462&quot;&gt;#23462&lt;/a&gt;, tooltip header was rendered incorrectly for Chinese and other non-latin scripts.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23303&quot;&gt;#23303&lt;/a&gt;, tooltips with &lt;a href=&quot;https://api.highcharts.com/highcharts/tooltip.stickOnContact&quot;&gt;stickOnContact&lt;/a&gt; now remain visible when the cursor leaves a point and re-enters the tooltip container within &lt;a href=&quot;https://api.highcharts.com/highcharts/tooltip.hideDelay&quot;&gt;hideDelay&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23471&quot;&gt;#23471&lt;/a&gt;, points in boosted chart with zones had the wrong color when not within a zone.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23878&quot;&gt;#23878&lt;/a&gt;, disabled markers were appearing after zooming out when the accessibility module was loaded and the chart was in styled mode.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23595&quot;&gt;#23595&lt;/a&gt;, pie data labels were misplaced after a chart size change.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23910&quot;&gt;#23910&lt;/a&gt;, a regression in templating causing bad formatting of decimal timestamps.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23571&quot;&gt;#23571&lt;/a&gt;, boosted series color was wrong after updating to empty zones.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23162&quot;&gt;#23162&lt;/a&gt;, tooltip not rendering for heatmap cell on hover after &lt;code&gt;dataClass&lt;/code&gt; legend toggle.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23744&quot;&gt;#23744&lt;/a&gt;, axis names weren’t translated in screen reader output.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23677&quot;&gt;#23677&lt;/a&gt;, the &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.alignThresholds&quot;&gt;chart.alignThreshold&lt;/a&gt; option did not always take effect after zooming.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22890&quot;&gt;#22890&lt;/a&gt;, gauge clip box was incorrect when the pane position was close to the edge of the chart.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23517&quot;&gt;#23517&lt;/a&gt;, &lt;code&gt;dataLabels.zIndex&lt;/code&gt; was ignored, so labels could render above series regardless of the setting.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23560&quot;&gt;#23560&lt;/a&gt;, updating series with multiple data labels failed.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Gantt v12.5.0</title><link>https://changelog.highcharts.com/highcharts-gantt/12.5.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-gantt/12.5.0/</guid><description>Most changes listed under Highcharts 12.5.0 above also apply to Highcharts Gantt 12.5.0. Bug fixes Fixed #22125, no drag handle was showing for a partially out of range points. Fixed #23605,…</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.5.0 above also apply to Highcharts Gantt 12.5.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22125&quot;&gt;#22125&lt;/a&gt;, no drag handle was showing for a partially out of range points.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23605&quot;&gt;#23605&lt;/a&gt;, incomplete tooltip in x-range and gantt series when the &lt;a href=&quot;https://api.highcharts.com/gantt/series.xrange.data.x2&quot;&gt;x2&lt;/a&gt; or &lt;code&gt;end&lt;/code&gt; date was given as a string.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Maps v12.5.0</title><link>https://changelog.highcharts.com/highcharts-maps/12.5.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-maps/12.5.0/</guid><description>Most changes listed under Highcharts 12.5.0 above also apply to Highcharts Maps 12.5.0. Added better default tooltip.pointFormat to the MapPoint series. Closes #23883. Bug fixes Fixed #23019, a…</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.5.0 above also apply to Highcharts Maps 12.5.0.&lt;/li&gt;
&lt;li&gt;Added better default &lt;code&gt;tooltip.pointFormat&lt;/code&gt; to the &lt;code&gt;MapPoint&lt;/code&gt; series. Closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23883&quot;&gt;#23883&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23019&quot;&gt;#23019&lt;/a&gt;, a regression in v12.2.0 causing &lt;code&gt;nullInteraction&lt;/code&gt; to break in maps.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Stock v12.5.0</title><link>https://changelog.highcharts.com/highcharts-stock/12.5.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-stock/12.5.0/</guid><description>Most changes listed under Highcharts 12.5.0 above also apply to Highcharts Stock 12.5.0. Added className option in navigation.bindings to allow for CSS customizations of annotations, see #2290 2.…</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.5.0 above also apply to Highcharts Stock 12.5.0.&lt;/li&gt;
&lt;li&gt;Added &lt;code&gt;className&lt;/code&gt; option in &lt;code&gt;navigation.bindings&lt;/code&gt; to allow for CSS customizations of annotations, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/2290&quot;&gt;#2290&lt;/a&gt;2.&lt;/li&gt;
&lt;li&gt;Removed the EMA indicator file, since it is a part of the &lt;code&gt;indicators.js&lt;/code&gt; file.&lt;/li&gt;
&lt;li&gt;Added feature to let linked series inherit the &lt;code&gt;compare&lt;/code&gt; option from their parent. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21119&quot;&gt;#21119&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21263&quot;&gt;#21263&lt;/a&gt;, &lt;code&gt;className&lt;/code&gt; was not applied to flag points.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22929&quot;&gt;#22929&lt;/a&gt;, loading &lt;code&gt;modules/annotations.js&lt;/code&gt; and &lt;code&gt;modules/annotations-advanced.js&lt;/code&gt; at the same time didn’t work.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23894&quot;&gt;#23894&lt;/a&gt;, update was causing &lt;code&gt;overscroll&lt;/code&gt; recalculations.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23911&quot;&gt;#23911&lt;/a&gt;, regression in range selector data grouping.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23809&quot;&gt;#23809&lt;/a&gt;, &lt;code&gt;rangeSelector&lt;/code&gt; events were not working in standalone navigator.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23493&quot;&gt;#23493&lt;/a&gt;, font size of crosshair label in &lt;a href=&quot;https://api.highcharts.com/highstock/chart.styledMode&quot;&gt;styledMode&lt;/a&gt; was too large.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23430&quot;&gt;#23430&lt;/a&gt;, vertical panning didn’t work in series using OHLC data.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22698&quot;&gt;#22698&lt;/a&gt;, &lt;code&gt;text-align&lt;/code&gt; attribute incorrectly set for the Range selector group.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23058&quot;&gt;#23058&lt;/a&gt;, invalid &lt;code&gt;chart.plotHeight&lt;/code&gt; set with &lt;code&gt;rangeSelector&lt;/code&gt; on shorter charts.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23125&quot;&gt;#23125&lt;/a&gt;, range selector style update was not working.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22562&quot;&gt;#22562&lt;/a&gt;, MACD series color was changed on each series update.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22658&quot;&gt;#22658&lt;/a&gt;, last price indicator was not hidden with parent series.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23521&quot;&gt;#23521&lt;/a&gt;, unable to set &lt;code&gt;rangeSelector&lt;/code&gt; button with &lt;a href=&quot;https://api.highcharts.com/highstock/rangeSelector.buttons.offsetMin&quot;&gt;offsetMin&lt;/a&gt; as selected.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22524&quot;&gt;#22524&lt;/a&gt;, &lt;code&gt;rangeSelector&lt;/code&gt; dropdown was not working after resize.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.1.1</title><link>https://changelog.highcharts.com/highcharts-grid/2.1.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.1.1/</guid><description>Bug fixes Grid: Fixed a regression introduced in v2.1.0 where non-default es-module imports had to have a 100% path match including extension.</description><pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed a regression introduced in v2.1.0 where non-default es-module imports had to have a 100% path match including extension.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.1.0</title><link>https://changelog.highcharts.com/highcharts-grid/2.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.1.0/</guid><description>Grid: Optimized grid.update() so that it now re-renders only the relevant elements in the DOM for the options being changed, rather than the entire container. Grid: Refactored and cleaned up CSS for…</description><pubDate>Tue, 09 Dec 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Optimized &lt;code&gt;grid.update()&lt;/code&gt; so that it now re-renders only the relevant elements in the DOM for the options being changed, rather than the entire container.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Refactored and cleaned up CSS for greater consistency across elements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; &lt;code&gt;@highcharts/grid-lite&lt;/code&gt; and &lt;code&gt;@highcharts/grid-pro&lt;/code&gt; npm libraries now export ES modules for client-side bundling on the default import path, instead of UMD bundles.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added column hover trigger on header cell mouseover.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed export methods so they respect column &lt;code&gt;dataType&lt;/code&gt; settings.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed, the &lt;code&gt;insert&lt;/code&gt; argument in the &lt;code&gt;dataTable.setRow()&lt;/code&gt; method was not respected.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed, the custom cell &lt;code&gt;className&lt;/code&gt; was missing when the cell &lt;code&gt;formatter&lt;/code&gt; returned null.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Fixed sparkline cell update when previous value was &lt;code&gt;null&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Fixed issue where the &lt;code&gt;afterEdit&lt;/code&gt; event was not triggered when editing cells using view renderer content.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.0.1</title><link>https://changelog.highcharts.com/highcharts-grid/2.0.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.0.1/</guid><description>Grid: Tweaked menu styling and demo code block colors to inherit the active theme, fixing unreadable elements in dark mode examples and popovers. Grid: Updated focus outlines for table cells to use…</description><pubDate>Mon, 03 Nov 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Tweaked menu styling and demo code block colors to inherit the active theme, fixing unreadable elements in dark mode examples and popovers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Updated focus outlines for table cells to use the shared &lt;code&gt;--ig-focus-ring&lt;/code&gt; token so keyboard navigation renders a single, consistent ring.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Introduced theme-aware variables for editable cell backgrounds and restored the select arrow appearance inside edited cells across light and dark themes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Exposed &lt;code&gt;--ig-default-font-family&lt;/code&gt; and normalised the fallback stack so custom font overrides continue to cascade correctly.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed regression where &lt;code&gt;columns[].cells.className&lt;/code&gt; and &lt;code&gt;columns[].header.className&lt;/code&gt; were ignored for numeric columns.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Important Notice&lt;/strong&gt;: If you upgrade directly from 1.x.x you should read the &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/grid-migration&quot;&gt;migration guide&lt;/a&gt; for 2.0.0&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v4.0.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/4.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/4.0.0/</guid><description>Range Modifier now defines the start-end slice of source table rows; all other range logic is covered by Filter Modifier. Upgrade notes Important Notice: Datagrid is now Grid Pro and no longer part…</description><pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Range Modifier&lt;/code&gt; now defines the start-end slice of source table rows; all other range logic is covered by &lt;code&gt;Filter Modifier&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Important Notice:&lt;/strong&gt; &lt;code&gt;Datagrid&lt;/code&gt; is now Grid Pro and no longer part of the Dashboards package. To use it as a component, you need to import it from an external library - either &lt;code&gt;Grid Pro&lt;/code&gt; or &lt;code&gt;Grid Lite&lt;/code&gt;. See the &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/grid-migration&quot;&gt;Migration Guide&lt;/a&gt; for more details.&lt;/li&gt;
&lt;li&gt;Any workflows relying on &lt;code&gt;Range Modifier&lt;/code&gt; beyond simple row slicing by row index must be migrated to the &lt;code&gt;Filter Modifier&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v2.0.0</title><link>https://changelog.highcharts.com/highcharts-grid/2.0.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/2.0.0/</guid><description>Grid: Sorting changed through header click or setOrder method updates the column options. Grid: Added column header toolbar and context menu. Grid: Added filtering functionality. Grid: Added…</description><pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Sorting changed through header click or &lt;code&gt;setOrder&lt;/code&gt; method updates the column options.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added column header toolbar and context menu.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added filtering functionality.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added pagination functionality.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Replaced the old column distribution modes (&lt;code&gt;full&lt;/code&gt;, &lt;code&gt;fixed&lt;/code&gt;, &lt;code&gt;mixed&lt;/code&gt;) with new column resizing modes (&lt;code&gt;adjacent&lt;/code&gt;, &lt;code&gt;independent&lt;/code&gt;, &lt;code&gt;distributed&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Removed previously deprecated &lt;code&gt;rendering.columns.distribution&lt;/code&gt; option.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Support for defining column widths via CSS has been removed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Important Notice to Dashboards users:&lt;/strong&gt; &lt;code&gt;Datagrid&lt;/code&gt; is now Grid Pro and no longer part of the Dashboards package. To use Grid Pro as a standalone component, you need to import it from an external library - either &lt;code&gt;Grid Pro&lt;/code&gt; or &lt;code&gt;Grid Lite&lt;/code&gt;. See the &lt;a href=&quot;https://www.highcharts.com/docs/dashboards/grid-migration&quot;&gt;Migration Guide&lt;/a&gt; for more details.&lt;/li&gt;
&lt;li&gt;The old column distribution modes (&lt;code&gt;full&lt;/code&gt;, &lt;code&gt;fixed&lt;/code&gt;, &lt;code&gt;mixed&lt;/code&gt;) have been replaced with new column resizing modes (&lt;code&gt;adjacent&lt;/code&gt;, &lt;code&gt;independent&lt;/code&gt;, &lt;code&gt;distributed&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;The previously deprecated &lt;code&gt;rendering.columns.distribution&lt;/code&gt; option has been removed. To configure column resizing, use the new &lt;code&gt;rendering.columns.resizing.mode&lt;/code&gt; option.&lt;/li&gt;
&lt;li&gt;If you used the resizing property in column definitions, move this logic to &lt;code&gt;rendering.columns.resizing.enabled&lt;/code&gt; at the appropriate level.&lt;/li&gt;
&lt;li&gt;Review your project for any CSS rules targeting column widths and migrate those settings to the grid configuration options.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Map Collection v2.3.2</title><link>https://changelog.highcharts.com/highcharts-map-collection/2.3.2/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-map-collection/2.3.2/</guid><description>Browse all maps at code.highcharts.com/mapdata. Fixed #153, set the date back from 2019 to 2017 as the last actual date for some Norway maps. Fixed #188, resolved wrong encoding (showing as ”?”) for…</description><pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Browse all maps at &lt;a href=&quot;https://code.highcharts.com/mapdata/&quot;&gt;code.highcharts.com/mapdata&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/153&quot;&gt;#153&lt;/a&gt;, set the date back from 2019 to 2017 as the last actual date for some Norway maps.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/188&quot;&gt;#188&lt;/a&gt;, resolved wrong encoding (showing as ”?”) for Malta.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/179&quot;&gt;#179&lt;/a&gt;, resolved wrong encoding (showing as ”?”) for all other maps.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/77&quot;&gt;#77&lt;/a&gt;, removed United Kingdom from European Union map after Brexit.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/187&quot;&gt;#187&lt;/a&gt;, updated Asia and World maps to follow UN cartographic standards for Taiwan. The old maps are available with the “with Taiwan” suffix in the map title and with “-taiwan” addition to the filename. When a new map was not created (World maps with embedded map projection), the old map is available in the same filename with the suffix change only in the title of the map because of the need for backwards compatibility.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/180&quot;&gt;#180&lt;/a&gt;, resolved wrongly assigned islands for multiple maps (see the full list in the linked issue).&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/191&quot;&gt;#191&lt;/a&gt;, updated Africa to follow UN cartographic standards for the Morocco and Western Sahara region. The old maps are available with the “with SADR-administered areas” suffix in the map title and with “-sadr” addition to the filename, where SADR stands for Sahrawi Arab Democratic Republic.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/26&quot;&gt;#26&lt;/a&gt;, removed wrong ISO code of Northern Cyprus.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/167&quot;&gt;#167&lt;/a&gt;, added new map of Ireland (due to the administrative changes in 2014 - details in the linked issue). The old map is available as historical: Ireland (2013).&lt;/li&gt;
&lt;li&gt;Updated XMLNS attributes in all SVG files to a working URL (&lt;a href=&quot;https://highcharts.com/docs/mc&quot;&gt;https://highcharts.com/docs/mc&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.6.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.6.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.6.0/</guid><description>Bug fixes Fixed #23445, components with multiple connectors loaded only first data table correctly. Fixed #23447, independent JSON connectors were in some cases using the same column array. Fixed…</description><pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23445&quot;&gt;#23445&lt;/a&gt;, components with multiple connectors loaded only first data table correctly.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23447&quot;&gt;#23447&lt;/a&gt;, independent JSON connectors were in some cases using the same column array.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23332&quot;&gt;#23332&lt;/a&gt;, &lt;code&gt;getOptions&lt;/code&gt; did not return correct values for a grid with resized columns.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v1.4.0</title><link>https://changelog.highcharts.com/highcharts-grid/1.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/1.4.0/</guid><description>Grid Pro: Added timeInput and dateTimeInput cell content renderers. Grid Pro: Added a unique and caseUnique cell validator. Grid Pro: Added numberInput renderer type. Bug fixes Grid: Fixed keyboard…</description><pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added &lt;code&gt;timeInput&lt;/code&gt; and &lt;code&gt;dateTimeInput&lt;/code&gt; cell content renderers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added a &lt;a href=&quot;https://api.highcharts.com/grid/xAxis.uniqueNames&quot;&gt;&lt;code&gt;unique&lt;/code&gt;&lt;/a&gt; and &lt;code&gt;caseUnique&lt;/code&gt; cell validator.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added &lt;code&gt;numberInput&lt;/code&gt; renderer type.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed keyboard navigation, the focus was getting trapped when using shift + tab.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed error thrown when adjusting row heights of empty grid.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed inconsistent cell widths per column after sorting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23241&quot;&gt;#23241&lt;/a&gt;, Grid with sorted column was not updated after modification of its Data Table.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed, the credits logo was incorrect when the &lt;code&gt;highcharts-dark&lt;/code&gt; or &lt;code&gt;highcharts-light&lt;/code&gt; class was added to the parent container.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts v12.4.0</title><link>https://changelog.highcharts.com/highcharts/12.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts/12.4.0/</guid><description>Enhanced bell-curve and histogram series to accept the data option directly. An array of numbers can now be passed in, instead of being derived from another series in the chart. Added inlining of web…</description><pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Enhanced &lt;a href=&quot;https://www.highcharts.com/docs/chart-and-series-types/bell-curve-series&quot;&gt;bell-curve&lt;/a&gt; and &lt;a href=&quot;https://www.highcharts.com/docs/chart-and-series-types/histogram-series&quot;&gt;histogram&lt;/a&gt; series to accept the &lt;code&gt;data&lt;/code&gt; option directly. An array of numbers can now be passed in, instead of being derived from another series in the chart.&lt;/li&gt;
&lt;li&gt;Added inlining of web fonts when exporting chart to image. View &lt;a href=&quot;https://www.highcharts.com/samples/highcharts/exporting/webfonts&quot;&gt;live demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Implemented more granular border radius options on polar bar charts and radial gauge plot bands, see &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23489&quot;&gt;#23489&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added support for boosted &lt;code&gt;series.colorByPoint&lt;/code&gt; and fixed boosted halo, &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23370&quot;&gt;#23370&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The new font inlining feature can be bypassed by defining a &lt;code&gt;fontFamily&lt;/code&gt; in &lt;a href=&quot;https://api.highcharts.com/highcharts/exporting.chartOptions&quot;&gt;exporting.chartOptions&lt;/a&gt;. View &lt;a href=&quot;https://www.highcharts.com/samples/highcharts/exporting/webfonts-disabled&quot;&gt;live demo&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22943&quot;&gt;#22943&lt;/a&gt;, tree axis labels with styled mode had the wrong width.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22821&quot;&gt;#22821&lt;/a&gt;, right-side axis labels clipped when &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.marginLeft&quot;&gt;marginLeft&lt;/a&gt; or &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.spacingLeft&quot;&gt;spacingLeft&lt;/a&gt; set.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23118&quot;&gt;#23118&lt;/a&gt;, made &lt;code&gt;tooltipPos&lt;/code&gt; public to expose point position for pie and donut charts.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23216&quot;&gt;#23216&lt;/a&gt;, a regression causing an error when title options were incomplete.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22415&quot;&gt;#22415&lt;/a&gt;, legend checkboxes disappeared after responsive layout change or &lt;code&gt;legend.update&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22950&quot;&gt;#22950&lt;/a&gt;, markers were hidden when disabling boost dynamically.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/19663&quot;&gt;#19663&lt;/a&gt;, packed bubble data labels group had wrong initial opacity.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23252&quot;&gt;#23252&lt;/a&gt;, &lt;a href=&quot;https://api.highcharts.com/highcharts/lang.thousandsSep&quot;&gt;lang.thousandsSep&lt;/a&gt; was not applied to exported data tables. Formatting of numbers is now handled by  &lt;a href=&quot;https://api.highcharts.com/highcharts/chart.numberFormatter&quot;&gt;chart.numberFormatter&lt;/a&gt; for table data.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23480&quot;&gt;#23480&lt;/a&gt;, error when casting series type from &lt;code&gt;variwide&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23465&quot;&gt;#23465&lt;/a&gt;, CSS for tooltip box was overwritten.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23302&quot;&gt;#23302&lt;/a&gt;, intersection in Venn diagram was wrong for certain values.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21032&quot;&gt;#21032&lt;/a&gt;, point color was not applied to boosted scatter charts when array-style options were provided.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23432&quot;&gt;#23432&lt;/a&gt;, could not drill down to treemap nodes when children were added dynamically.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20954&quot;&gt;#20954&lt;/a&gt;, the &lt;code&gt;noData&lt;/code&gt; label was not visible for pie series with all points hidden.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22907&quot;&gt;#22907&lt;/a&gt;, the tooltip anchor was misplaced in some cases when hovering close to the edge of the chart.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23208&quot;&gt;#23208&lt;/a&gt;, non-cartesian zoom didn’t work for inverted charts.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22807&quot;&gt;#22807&lt;/a&gt;, &lt;code&gt;SVGRenderer.fontMetrics&lt;/code&gt; did not support numeric arguments.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/9799&quot;&gt;#9799&lt;/a&gt;, markers on axis were partially clipped in &lt;code&gt;boost&lt;/code&gt; mode.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22843&quot;&gt;#22843&lt;/a&gt;, boosted series &lt;code&gt;width&lt;/code&gt; (thickness) appeared only initially after toggling visibility via legend.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23335&quot;&gt;#23335&lt;/a&gt;, boosted heatmap scrollbar was not shown after zooming.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23151&quot;&gt;#23151&lt;/a&gt;, polar chart points were not hoverable at some &lt;code&gt;startAngle&lt;/code&gt; values.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22586&quot;&gt;#22586&lt;/a&gt;, waterfall series drew the line graph wrongly when zoomed.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22489&quot;&gt;#22489&lt;/a&gt;, interactions were sometimes blocked by &lt;code&gt;scrollablePlotArea&lt;/code&gt; after chart size updated to full view.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23062&quot;&gt;#23062&lt;/a&gt;, data label &lt;code&gt;connectorWidth&lt;/code&gt; wasn’t updated correctly when set to 0.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23087&quot;&gt;#23087&lt;/a&gt;, &lt;code&gt;series.options.keys&lt;/code&gt; properties did not exist on boost points.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23023&quot;&gt;#23023&lt;/a&gt;, poor performance when hovering parallel coordinates chart with a lot of series.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Gantt v12.4.0</title><link>https://changelog.highcharts.com/highcharts-gantt/12.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-gantt/12.4.0/</guid><description>Most changes listed under Highcharts 12.4.0 above also apply to Highcharts Gantt 12.4.0. Bug fixes Fixed #21532, #21666, tree grid label icon was not properly refreshed when toggling series…</description><pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.4.0 above also apply to Highcharts Gantt 12.4.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21532&quot;&gt;#21532&lt;/a&gt;, &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21666&quot;&gt;#21666&lt;/a&gt;, tree grid label icon was not properly refreshed when toggling series visibility.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/13898&quot;&gt;#13898&lt;/a&gt;, collapsible subtask were not working properly with scrollbar.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Maps v12.4.0</title><link>https://changelog.highcharts.com/highcharts-maps/12.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-maps/12.4.0/</guid><description>Most changes listed under Highcharts 12.4.0 above also apply to Highcharts Maps 12.4.0.</description><pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.4.0 above also apply to Highcharts Maps 12.4.0.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Stock v12.4.0</title><link>https://changelog.highcharts.com/highcharts-stock/12.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-stock/12.4.0/</guid><description>Most changes listed under Highcharts 12.4.0 above also apply to Highcharts Stock 12.4.0. Bug fixes Fixed #22122, prevented keyboard reset when adjusting drag handles with the keyboard. Fixed #22263,…</description><pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.4.0 above also apply to Highcharts Stock 12.4.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22122&quot;&gt;#22122&lt;/a&gt;, prevented keyboard reset when adjusting drag handles with the keyboard.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22263&quot;&gt;#22263&lt;/a&gt;, a regression with grid lines drawn between panes where there should be a gap.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23329&quot;&gt;#23329&lt;/a&gt;, point markers appeared after toggling the range extremes in high resolutions.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.5.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.5.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.5.0/</guid><description>Introduced FilterModifier to enable DataTable row filtering via serializable conditions. Bug fixes Optimized the Grid Component, so that it does not always re-renders when the table data has changed.…</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Introduced &lt;code&gt;FilterModifier&lt;/code&gt; to enable &lt;code&gt;DataTable&lt;/code&gt; row filtering via serializable conditions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Optimized the Grid Component, so that it does not always re-renders when the table data has changed.&lt;/li&gt;
&lt;li&gt;Fixed styling, added the missing light-mode &lt;code&gt;--highcharts-neutral-color-10&lt;/code&gt; CSS variable override.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v1.3.0</title><link>https://changelog.highcharts.com/highcharts-grid/1.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/1.3.0/</guid><description>Grid: Added sorting.compare option, allowing for defining custom sorting logic per column. See #22936. Bug fixes Grid: Fixed Grid table header background colour. Grid Pro: Fixed missing imports for…</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;sorting.compare&lt;/code&gt; option, allowing for defining custom sorting logic per column. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22936&quot;&gt;#22936&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed Grid table header background colour.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Fixed missing imports for renderer and sparkline option types in master &lt;code&gt;.d.ts&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23086&quot;&gt;#23086&lt;/a&gt;, resized column width was not saved in user options.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Fixed, grid crashed when incorrect &lt;code&gt;dataType&lt;/code&gt; or &lt;code&gt;renderer.type&lt;/code&gt; was used.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.4.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.4.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.4.0/</guid><description>Added mounted event, triggered when all the components are mounted in the board. Bug fixes Fixed #23056, the sidebar should not be visible when adding a new component and when the settings are…</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added &lt;code&gt;mounted&lt;/code&gt; event, triggered when all the components are mounted in the board.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23056&quot;&gt;#23056&lt;/a&gt;, the sidebar should not be visible when adding a new component and when the &lt;code&gt;settings&lt;/code&gt; are disabled.&lt;/li&gt;
&lt;li&gt;Removed &lt;code&gt;fromJSON&lt;/code&gt; and &lt;code&gt;toJSON&lt;/code&gt; methods- use &lt;code&gt;getOptions&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23095&quot;&gt;#23095&lt;/a&gt;, cancel data polling requests after destroying a board.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23133&quot;&gt;#23133&lt;/a&gt;, cell toolbar overlapped context menu.&lt;/li&gt;
&lt;li&gt;Fixed, the &lt;code&gt;esc&lt;/code&gt; button did not hide toolbar and remove highlight.&lt;/li&gt;
&lt;li&gt;Fixed sync grid highlighting.&lt;/li&gt;
&lt;li&gt;Fixed, the resizer was not cleaned after removing the row.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23130&quot;&gt;#23130&lt;/a&gt;, math modifier negative value multiplication.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v1.2.0</title><link>https://changelog.highcharts.com/highcharts-grid/1.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/1.2.0/</guid><description>Grid Pro: Introduced line, area, column, bar and pie sparklines. Useful for displaying trends in time series data or other sequential datasets. Check demo and documentation. Grid Pro: Added support…</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro&lt;/strong&gt;: Introduced line, area, column, bar and pie sparklines. Useful for displaying trends in time series data or other sequential datasets. Check &lt;a href=&quot;https://www.highcharts.com/demo/grid/sparklines&quot;&gt;demo&lt;/a&gt; and &lt;a href=&quot;https://www.highcharts.com/docs/grid/sparklines&quot;&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro&lt;/strong&gt;: Added support for more input types, such as checkbox and select dropdown, via the new &lt;code&gt;renderers&lt;/code&gt; API property. Check out &lt;a href=&quot;https://www.highcharts.com/demo/grid/todo-app&quot;&gt;demo&lt;/a&gt; and &lt;a href=&quot;https://www.highcharts.com/docs/grid/cell-renderers&quot;&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro&lt;/strong&gt;: Use the new &lt;code&gt;validationRules&lt;/code&gt; API property to validate user input when editing data in cells. Check out &lt;a href=&quot;https://www.highcharts.com/docs/grid/cell-editing#validation&quot;&gt;documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added voice over announcers to the cell editor validator.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid Pro:&lt;/strong&gt; Added &lt;code&gt;afterRender&lt;/code&gt; event to the header cell.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;rendering.columns.resizing.mode&lt;/code&gt; option and deprecated &lt;code&gt;distribution&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added &lt;code&gt;rendering.columns.resizing.enabled&lt;/code&gt; option and deprecated &lt;code&gt;columnDefaults.resizing&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added possibility to define &lt;code&gt;column.width&lt;/code&gt; option for the &lt;code&gt;fixed&lt;/code&gt; resizing strategy.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23193&quot;&gt;#23193&lt;/a&gt;, not all grid rows were properly removed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23173&quot;&gt;#23173&lt;/a&gt;, the grid &lt;a href=&quot;https://api.highcharts.com/grid/lang.locale&quot;&gt;lang.locale&lt;/a&gt; property wasn’t updated properly.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts v12.3.0</title><link>https://changelog.highcharts.com/highcharts/12.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts/12.3.0/</guid><description>Refactored the exporting modules ( exporting.js and offline-exporting.js ), making local export default for the PNG, JPEG, and SVG types. Introduced a new module non-cartesian-zoom, which adds…</description><pubDate>Sat, 21 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Refactored the exporting modules (&lt;code&gt;exporting.js&lt;/code&gt; and &lt;code&gt;offline-exporting.js&lt;/code&gt;), making &lt;a href=&quot;https://api.highcharts.com/highcharts/exporting.local&quot;&gt;local export&lt;/a&gt; default for the PNG, JPEG, and SVG types.&lt;/li&gt;
&lt;li&gt;Introduced a new module &lt;code&gt;non-cartesian-zoom&lt;/code&gt;, which adds
&lt;a href=&quot;https://api.highcharts.com/highcharts/chart.zooming&quot;&gt;zooming&lt;/a&gt; functionality
to non-cartesian series like treegraph, sankey, wordcloud, pie and more. Read
more in &lt;a href=&quot;https://www.highcharts.com/docs/chart-concepts/zooming&quot;&gt;the docs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added new theme, &lt;a href=&quot;https://www.highcharts.com/docs/chart-design-and-style/themes#dark-mode-in-highcharts-the-adaptive-theme&quot;&gt;adaptive.js&lt;/a&gt;, supporting dark/light mode switching with the default palette in non-styled mode.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;upgrade-notes&quot;&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;PNG, JPEG and SVG exports from the context menu will now be handled locally in the browser, unless explicitly disabled by setting &lt;a href=&quot;https://api.highcharts.com/highcharts/exporting.local&quot;&gt;exporting.local&lt;/a&gt; to false.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22892&quot;&gt;#22892&lt;/a&gt;, hovering a changing packed bubble series could result in error thrown.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22563&quot;&gt;#22563&lt;/a&gt;, Accessibility module caused a deprecation warning in Edge.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22264&quot;&gt;#22264&lt;/a&gt;, users could not supply strings of numbers for &lt;a href=&quot;https://api.highcharts.com/highcharts/accessibility.keyboardNavigation.focusBorder.style.borderRadius&quot;&gt;style.borderRadius&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20330&quot;&gt;#20330&lt;/a&gt;, hovered points in boost mode persisted outside the plot area after zoom.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23081&quot;&gt;#23081&lt;/a&gt;, bar series hover style with was not applied in styled mode.&lt;/li&gt;
&lt;li&gt;​Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22945&quot;&gt;#22945&lt;/a&gt;, selection event did not fire when selecting full x-axis range.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22168&quot;&gt;#22168&lt;/a&gt;, could not toggle series visibility after loading &lt;code&gt;highcharts-more.js&lt;/code&gt; dynamically.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22953&quot;&gt;#22953&lt;/a&gt;, disappearing points in item charts with height constraint.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/8333&quot;&gt;#8333&lt;/a&gt;, local PDF export for a boosted chart was not working.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/20611&quot;&gt;#20611&lt;/a&gt;, wrong linear x-axis extremes for variwide series.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22045&quot;&gt;#22045&lt;/a&gt;, sorting the data export table broke the DOM structure, affecting styling.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Gantt v12.3.0</title><link>https://changelog.highcharts.com/highcharts-gantt/12.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-gantt/12.3.0/</guid><description>Most changes listed under Highcharts 12.3.0 above also apply to Highcharts Gantt 12.3.0.</description><pubDate>Sat, 21 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.3.0 above also apply to Highcharts Gantt 12.3.0.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Maps v12.3.0</title><link>https://changelog.highcharts.com/highcharts-maps/12.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-maps/12.3.0/</guid><description>Most changes listed under Highcharts 12.3.0 above also apply to Highcharts Maps 12.3.0.</description><pubDate>Sat, 21 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.3.0 above also apply to Highcharts Maps 12.3.0.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Stock v12.3.0</title><link>https://changelog.highcharts.com/highcharts-stock/12.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-stock/12.3.0/</guid><description>Most changes listed under Highcharts 12.3.0 above also apply to Highcharts Stock 12.3.0. Bug fixes Fixed #22679, the tooltip background sometimes disappeared after dragging range selector when using…</description><pubDate>Sat, 21 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.3.0 above also apply to Highcharts Stock 12.3.0.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22679&quot;&gt;#22679&lt;/a&gt; , the tooltip background sometimes disappeared after dragging range selector when using &lt;code&gt;useHTML&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22981&quot;&gt;#22981&lt;/a&gt;, rounding of y-values for the plot lines with Highcharts Stock resulted in misaligned grid lines.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21217&quot;&gt;#21217&lt;/a&gt;, navigator was still rendered after disabling it in &lt;code&gt;setOptions&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21715&quot;&gt;#21715&lt;/a&gt;, IE11 failure because polyfill for the &lt;code&gt;Array.fill&lt;/code&gt; method was not included in es5 files.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22657&quot;&gt;#22657&lt;/a&gt;, annotation dragging and resizing over flags series was incorrect.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21606&quot;&gt;#21606&lt;/a&gt;, chart was not panning to the &lt;code&gt;overscroll&lt;/code&gt; area.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Map Collection v2.3.1</title><link>https://changelog.highcharts.com/highcharts-map-collection/2.3.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-map-collection/2.3.1/</guid><description>Browse all maps at code.highcharts.com/mapdata. Fixed #172, corrected wrong map keys in the maps of Peru. Added category France Regions Admin 2 as historical (2024). Updated map of France with second…</description><pubDate>Mon, 02 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Browse all maps at &lt;a href=&quot;https://code.highcharts.com/mapdata/&quot;&gt;code.highcharts.com/mapdata&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/172&quot;&gt;#172&lt;/a&gt;, corrected wrong map keys in the maps of Peru.&lt;/li&gt;
&lt;li&gt;Added category France Regions Admin 2 as historical (2024).&lt;/li&gt;
&lt;li&gt;Updated map of France with second level subdivisions based on OSM data. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/165&quot;&gt;#165&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Updated the map of Slovenia. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/160&quot;&gt;#160&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Updated the map of South Dakota and Virginia. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/136&quot;&gt;#162&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added previous map of South Dakota and Virginia as historical (2015, 2013).&lt;/li&gt;
&lt;li&gt;Updated the map of Kazakhstan. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/136&quot;&gt;#136&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added previous map of Kazakhstan as historical (2022).&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/151&quot;&gt;#151&lt;/a&gt;, corrected wrong map keys in the maps of China.&lt;/li&gt;
&lt;li&gt;Updated the main map of China. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/169&quot;&gt;#169&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Updated the India with Andaman and Nicobar Islands map, which is now the primary map. Removed the India Mainland map. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/156&quot;&gt;#156&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added new map of Italy with first level of subdivisions based on OSM data. Archived old Italy map. Closes&lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/168&quot;&gt;#168&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added new map of Italy with second level of subdivisions based on OSM data. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/49&quot;&gt;#49&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added ISO 3166-2:GB maps for England, Scotland, and Wales based on OSM data. Closes&lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/166&quot;&gt;#166&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added previous maps of India as historical (2013).&lt;/li&gt;
&lt;li&gt;Added and renamed maps for the Morocco and Western Sahara region. Closes &lt;a href=&quot;https://github.com/highcharts/map-collection-dist/issues/87&quot;&gt;#87&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;“Morocco without Southern Provinces” - new.&lt;/li&gt;
&lt;li&gt;“Morocco with Southern Provinces” - renamed, changed from “Morocco”.&lt;/li&gt;
&lt;li&gt;“Western Sahara without Southern Provinces” - renamed, changed from “Western Sahara”.&lt;/li&gt;
&lt;li&gt;“Western Sahara with Southern Provinces” - new.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.3.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.3.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.3.0/</guid><description>Added support for multiple dataTables in one connector. Check out the demo. Bug fixes Fixed #23018, the board’s destroy method removed the custom HTML layout. Fixed #22982, added the data connector…</description><pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added support for multiple &lt;code&gt;dataTables&lt;/code&gt; in one &lt;code&gt;connector&lt;/code&gt;. Check out the &lt;a href=&quot;https://jsfiddle.net/BlackLabel/h9qp4nL2/&quot;&gt;demo&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/23018&quot;&gt;#23018&lt;/a&gt;, the board’s &lt;code&gt;destroy&lt;/code&gt; method removed the custom HTML layout.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22982&quot;&gt;#22982&lt;/a&gt;, added the data connector request abort controller.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22999&quot;&gt;#22999&lt;/a&gt;, the board froze when re-adding a previously removed component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22868&quot;&gt;#22868&lt;/a&gt;, added new component return error.&lt;/li&gt;
&lt;li&gt;Fix, the sidebar was not visible when adding the Highcharts component to an empty board.&lt;/li&gt;
&lt;li&gt;Disabled iframe click events in the edit mode.&lt;/li&gt;
&lt;li&gt;Fixed issue with overlapped toolbar.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22859&quot;&gt;#22859&lt;/a&gt;, a resizer was missing when the component was added to an empty board.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v1.1.0</title><link>https://changelog.highcharts.com/highcharts-grid/1.1.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/1.1.0/</guid><description>Grid: Added the ability to set column.width via an API option and to create custom column distribution strategies. See #22804.</description><pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Added the ability to set &lt;code&gt;column.width&lt;/code&gt; via an API option and to create custom column distribution strategies. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22804&quot;&gt;#22804&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts v12.2.0</title><link>https://changelog.highcharts.com/highcharts/12.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts/12.2.0/</guid><description>Added support for native color-mix. This means colors don’t have to be parsed and analyzed in order to allow tweening and modification. Which means full support for CSS variables, named colors and…</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Added support for native &lt;code&gt;color-mix&lt;/code&gt;. This means colors don’t have to be parsed and analyzed in order to allow tweening and modification. Which means full support for CSS variables, named colors and all color definitions known to the browser. &lt;a href=&quot;https://www.highcharts.com/docs/chart-design-and-style/colors#solid-colors&quot;&gt;Read more in the docs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added experimental flag, &lt;a href=&quot;https://www.highcharts.com/samples/highcharts/members/renderer-usehtml-foreignobject&quot;&gt;HTMLElement.useForeignObject&lt;/a&gt;. When true, labels with the &lt;code&gt;useHTML&lt;/code&gt; flag are rendered inside a &lt;code&gt;&amp;#x3C;foreignObject&gt;&lt;/code&gt; in SVG, instead of the traditional parallel div structure.&lt;/li&gt;
&lt;li&gt;Added ESM bundles for dynamic imports. Use &lt;code&gt;highcharts/esm/highcharts.js&lt;/code&gt; or &lt;a href=&quot;https://www.highcharts.com/docs/getting-started/installation-with-esm#dynamic-imports-from-cdn&quot;&gt;load from our CDN&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added new options, &lt;a href=&quot;https://api.highcharts.com/highcharts/tooltip.fixed&quot;&gt;tooltip.fixed&lt;/a&gt; and &lt;a href=&quot;https://api.highcharts.com/highcharts/tooltip.position&quot;&gt;tooltip.position&lt;/a&gt;, as a simple declarative way of keeping the tooltip fixed.&lt;/li&gt;
&lt;li&gt;Added the &lt;a href=&quot;https://api.highcharts.com/highcharts/plotOptions.series.nullInteraction&quot;&gt;nullInteraction&lt;/a&gt; option for more series types than before. Null points will now support data labels and tooltips.&lt;/li&gt;
&lt;li&gt;Added &lt;a href=&quot;https://www.highcharts.com/docs/advanced-chart-features/internationalization&quot;&gt;language modules&lt;/a&gt; for some selected languages, as well as a structure to continue building on.&lt;/li&gt;
&lt;li&gt;Added level headers in treemap as separate cells through the &lt;a href=&quot;https://api.highcharts.com/highcharts/plotOptions.treemap.dataLabels.headers&quot;&gt;dataLabels.headers&lt;/a&gt; option. Followed up with improved layout control with the new &lt;a href=&quot;https://api.highcharts.com/highcharts/plotOptions.treemap.groupPadding&quot;&gt;treemap.groupPadding&lt;/a&gt; and &lt;a href=&quot;https://api.highcharts.com/highcharts/plotOptions.treemap.nodeSizeBy&quot;&gt;treemap.nodeSizeBy&lt;/a&gt; options.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21913&quot;&gt;#21913&lt;/a&gt;, sunburst data labels got stuck in top left corner after traversing.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21972&quot;&gt;#21972&lt;/a&gt;, &lt;a href=&quot;https://api.highcharts.com/highcharts/series.packedbubble.layoutAlgorithm.splitSeries&quot;&gt;layoutAlgorithm.splitSeries&lt;/a&gt; for individual packed bubble series did not work.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22233&quot;&gt;#22233&lt;/a&gt;, tooltip was not prioritizing correctly when multiple scatterpoints hovered.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22235&quot;&gt;#22235&lt;/a&gt;, decimal lon/lat values were not handled correctly in geoheatmaps with interpolation.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22489&quot;&gt;#22489&lt;/a&gt;, column series click events failed after enabling then disabling scrollable plot area.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22664&quot;&gt;#22664&lt;/a&gt;, labels were accidentally being hidden when they should not.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22709&quot;&gt;#22709&lt;/a&gt;, optional chaining threw a syntax error in dumbbell module.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22845&quot;&gt;#22845&lt;/a&gt;, a regression causing choppy tooltip animation on pie charts and some other chart types where &lt;code&gt;followPointer&lt;/code&gt; was set to true.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22764&quot;&gt;#22764&lt;/a&gt;, a regression causing axis labels with &lt;code&gt;useHTML&lt;/code&gt; to wrap when not needed.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22707&quot;&gt;#22707&lt;/a&gt;, YYYY-MM date format was not parsed in Safari and Firefox.&lt;/li&gt;
&lt;li&gt;Fixed test for overlapping scatterpoints was failing on master.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22533&quot;&gt;#22533&lt;/a&gt;, boosted scatter cropped original data on zoom.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22609&quot;&gt;#22609&lt;/a&gt;, axis label with soft hyphen was not wrapping text correctly.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22543&quot;&gt;#22543&lt;/a&gt;, added default vertical offset for all navigation buttons.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22617&quot;&gt;#22617&lt;/a&gt;, a regression in waterfall data label alignment.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22380&quot;&gt;#22380&lt;/a&gt;, circles were misaligned in a polar chart when &lt;a href=&quot;https://api.highcharts.com/highcharts/pane.startAngle&quot;&gt;pane.startAngle&lt;/a&gt; was set to a non-zero value.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22456&quot;&gt;#22456&lt;/a&gt;, line wrapping regression in split tooltips with &lt;code&gt;useHTML&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22516&quot;&gt;#22516&lt;/a&gt;, prevented inactive state for series with shared &lt;code&gt;markerGroup&lt;/code&gt; when hovering a boosted series.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22438&quot;&gt;#22438&lt;/a&gt;, no shared tooltip appeared when zoomed in boost.&lt;/li&gt;
&lt;li&gt;Fixed various issues with packed bubbles - (partly) frozen point, frozen halo, clicking plot selecting last clicked point.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22455&quot;&gt;#22455&lt;/a&gt;, series’ plot line rendered on the bottom chart edge was sometimes fully clipped.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22450&quot;&gt;#22450&lt;/a&gt;, ES5 build failed in legacy browsers due to Unicode property escape used in regex.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22526&quot;&gt;#22526&lt;/a&gt;, disabled context button added extra tabfocus.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21994&quot;&gt;#21994&lt;/a&gt;, legend a11y proxy elements not tracking legend items correctly.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21928&quot;&gt;#21928&lt;/a&gt;, setting plot options for pie chart with multiple data labels did not work.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22295&quot;&gt;#22295&lt;/a&gt;, shared tooltip anchor position was not animated correctly between a single and multiple points.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22317&quot;&gt;#22317&lt;/a&gt;, removed Batik-specific rgba replacement on export.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22334&quot;&gt;#22334&lt;/a&gt;, overscroll values were incorrect with &lt;code&gt;rangeSelector&lt;/code&gt; enabled.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22194&quot;&gt;#22194&lt;/a&gt;, Boost not rendering column series with a single point that was outside plot area.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21886&quot;&gt;#21886&lt;/a&gt;, redraws were fired for every level when drilling up.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21743&quot;&gt;#21743&lt;/a&gt;, minor grid lines rendered outside the axis plot area.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22296&quot;&gt;#22296&lt;/a&gt;, missing tick after drill-up when parent series had a single point.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Gantt v12.2.0</title><link>https://changelog.highcharts.com/highcharts-gantt/12.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-gantt/12.2.0/</guid><description>Most changes listed under Highcharts 12.2.0 above also apply to Highcharts Gantt 12.2.0.</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.2.0 above also apply to Highcharts Gantt 12.2.0.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Maps v12.2.0</title><link>https://changelog.highcharts.com/highcharts-maps/12.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-maps/12.2.0/</guid><description>Most changes listed under Highcharts 12.2.0 above also apply to Highcharts Maps 12.2.0.</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.2.0 above also apply to Highcharts Maps 12.2.0.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Stock v12.2.0</title><link>https://changelog.highcharts.com/highcharts-stock/12.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-stock/12.2.0/</guid><description>Most changes listed under Highcharts 12.2.0 above also apply to Highcharts Stock 12.2.0. Added support for chart options in standalone navigator. See #22212. Bug fixes Fixed #22135, setting ellipsis…</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;Most changes listed under Highcharts 12.2.0 above also apply to Highcharts Stock 12.2.0.&lt;/li&gt;
&lt;li&gt;Added support for chart options in standalone navigator. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22212&quot;&gt;#22212&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22135&quot;&gt;#22135&lt;/a&gt;, setting ellipsis annotation options via &lt;code&gt;annotationOptions&lt;/code&gt; did not work as expected.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21299&quot;&gt;#21299&lt;/a&gt;, scrollbar and navigator margin settings were incorrect.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22557&quot;&gt;#22557&lt;/a&gt;, navigator series was missing after reenabling navigator.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21879&quot;&gt;#21879&lt;/a&gt;, control point option was not working for measure annotation.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21642&quot;&gt;#21642&lt;/a&gt;, mousewheel zoom was not triggering zoom on standalone navigator.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Grid v1.0.1</title><link>https://changelog.highcharts.com/highcharts-grid/1.0.1/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-grid/1.0.1/</guid><description>Bug fixes Grid: Fixed the errors resulting from not supporting innerHTML editing by AST.</description><pubDate>Thu, 27 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Grid:&lt;/strong&gt; Fixed the errors resulting from not supporting &lt;code&gt;innerHTML&lt;/code&gt; editing by AST.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Highcharts Dashboards v3.2.0</title><link>https://changelog.highcharts.com/highcharts-dashboards/3.2.0/</link><guid isPermaLink="true">https://changelog.highcharts.com/highcharts-dashboards/3.2.0/</guid><description>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…</description><pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;ul&gt;
&lt;li&gt;&lt;code&gt;DataGrid&lt;/code&gt; has been renamed to &lt;code&gt;Grid&lt;/code&gt;, and the &lt;code&gt;DataGrid.dataGrid&lt;/code&gt; factory function is deprecated. Use &lt;code&gt;Grid.grid&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;Implemented a loading indicator for the DataGrid, added the &lt;code&gt;showLoading&lt;/code&gt; and &lt;code&gt;hideLoading&lt;/code&gt; methods to manage the indicator’s visibility, closes &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22225&quot;&gt;#22225&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Added support for displaying calculated values in the KPI component, including &lt;code&gt;sum&lt;/code&gt;, &lt;code&gt;average&lt;/code&gt;, &lt;code&gt;median&lt;/code&gt;, &lt;code&gt;max&lt;/code&gt;, &lt;code&gt;min&lt;/code&gt;, &lt;code&gt;count&lt;/code&gt;, and &lt;code&gt;product&lt;/code&gt;. Custom formulas can also be defined. See &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/21559&quot;&gt;#21559&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;bug-fixes&quot;&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22720&quot;&gt;#22720&lt;/a&gt;, component destroy mispositioned resize buttons.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22684&quot;&gt;#22684&lt;/a&gt;, connector polling restarting based on assignment.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22676&quot;&gt;#22676&lt;/a&gt;, Fullscreen case-sensitive naming.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22546&quot;&gt;#22546&lt;/a&gt;, Firefox support for mouseenter when dragging.&lt;/li&gt;
&lt;li&gt;Fixed issue with missing overwrite option in cell format and formatter.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22624&quot;&gt;#22624&lt;/a&gt;, lang was not applied on new row item in add-component section.&lt;/li&gt;
&lt;li&gt;Fixed, the newly added chart component had incorrect options in the sidebar.&lt;/li&gt;
&lt;li&gt;Fixed the time format in the DataGrid.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22301&quot;&gt;#22301&lt;/a&gt;, cells could be misaligned in multi-row headers when a horizontal scrollbar was visible.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22492&quot;&gt;#22492&lt;/a&gt;, updating &lt;code&gt;HighchartsComponent&lt;/code&gt; with the new &lt;code&gt;chartConstructor&lt;/code&gt; did not work.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22271&quot;&gt;#22271&lt;/a&gt;, highlight was not removed when dragged new component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22207&quot;&gt;#22207&lt;/a&gt;, error was return when dragged new component.&lt;/li&gt;
&lt;li&gt;Fixed &lt;a href=&quot;https://github.com/highcharts/highcharts/issues/22208&quot;&gt;#22208&lt;/a&gt;, the edit mode button did not reflect the state of the mode.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item></channel></rss>