|
16 | 16 | <h2 id="highcharts">Highcharts</h2> |
17 | 17 | </div> |
18 | 18 | <div class="changelog-container"> |
| 19 | + <h3 class="release-header"> |
| 20 | + <a id="highcharts-v13.0.0"></a> |
| 21 | + <span>Highcharts v13.0.0 (2026-06-11)</span> |
| 22 | + <a class="release-header-hashtag" href="#highcharts-v13.0.0">#</a> |
| 23 | + <span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-13.0.0.zip" title="Download the zip archive for Highcharts v13.0.0"><i class="fas fa-download"></i></a></span> |
| 24 | + </h3> |
| 25 | + <ul> |
| 26 | + <li>Added new options set, <a href="https://api.highcharts.com/highcharts/palette">palette</a>, making it easy to apply general design colors for light and dark mode. This replaces the former Adaptive theme.</li> |
| 27 | + <li>Added support for providing data as <a href="https://api.highcharts.com/class-reference/Highcharts.DataTable">DataTable</a> through the new options <a href="https://api.highcharts.com/highcharts/dataTable"><code>dataTable</code></a>, <a href="https://api.highcharts.com/highcharts/series.line.dataTable"><code>series.dataTable</code></a> and <a href="https://api.highcharts.com/highcharts/series.line.dataMapping"><code>series.dataMapping</code></a>.</li> |
| 28 | + <li>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.</li> |
| 29 | + <li>Refactored the data sorting functionality into a separate module, in order to simplify and reduce weight on the core script file.</li> |
| 30 | + <li>Improved entrance and exit animation of points and data labels when they are dynamically created, destroyed or zoomed in or out of view.</li> |
| 31 | + <li>Added the experimental <a href="https://api.highcharts.com/class-reference/Highcharts.Loader">autoload</a> feature, loading required modules based on the chart configuration.</li> |
| 32 | + <li>Added customizable <code>boundary</code> ticks for <code>datetime</code> axes, see the docs for <a href="https://www.highcharts.com/docs/chart-concepts/axes#datetime">Axes → Datetime</a> → Boundary ticks on datetime axis.</li> |
| 33 | + <li>Added new setting, <code>contrast</code>, for <code>dataLabels.backgroundColor</code>. Allows enhancing readability with a plain, semi-transparent background color. Extended the <code>dataLabels.distance</code> option to apply to more series types than previously.</li> |
| 34 | + <li>Added new option, <a href="https://api.highcharts.com/chart.plotBorderRadius"><code>chart.plotBorderRadius</code></a>.</li> |
| 35 | + <li>Added new options set, <a href="https://api.highcharts.com/highcharts/tooltip.header"><code>tooltip.header</code></a>, for better control over the header design i split tooltips.</li> |
| 36 | + </ul> |
| 37 | + <div class="accordion card-group"> |
| 38 | + <div class="card"> |
| 39 | + <div id="heading-13-0-0-upgrade-notes" class="card-header"> |
| 40 | + <h4 class="card-title"> |
| 41 | + <button aria-label="Upgrade Notes Highcharts v13.0.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#upgrade-notes-13-0-0"><span> Upgrade notes </span></button> |
| 42 | + </h4> |
| 43 | + </div> |
| 44 | + <div id="upgrade-notes-13-0-0" class="collapse" aria-labelledby="heading-13-0-0-bug-fixes" data-parent=".accordion"> |
| 45 | + <div class="card-body"> |
| 46 | + <ul> |
| 47 | + <li>Default pane layout and design for gauges and polar charts has gone through a major facelift. See <a href="https://www.highcharts.com/samples/highcharts/pane/v12-design-compatibility">v12 pane design compatibility</a> to see what's changed.</li> |
| 48 | + <li>Solid gauge <code>radius</code> and <code>innerRadius</code>, 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 <code>radius: '50%'</code>.</li> |
| 49 | + <li>The <code>dataSorting</code> feature now requires the <code>modules/data-sorting.js</code> file.</li> |
| 50 | + <li>Default data label positions have changed slightly. Previously, the distance to the point or column was determined by <code>padding</code> and adjusted by <code>x</code> and <code>y</code>. Introduced new option, <code>dataLabels.distance</code>, in order to allow backgrounds with padding without touching the point.</li> |
| 51 | + </ul> |
| 52 | + |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + <div id="heading-13-0-0-bug-fixes" class="card-header"> |
| 56 | + <h4 class="card-title" aria-label="Bug Fixes Highcharts v13.0.0"> |
| 57 | + <button aria-label="Bug Fixes Highcharts v13.0.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#bug-fixes-13-0-0"><span> Bug fixes </span></button> |
| 58 | + </h4> |
| 59 | + </div> |
| 60 | + <div id="bug-fixes-13-0-0" class="collapse" aria-labelledby="heading-13-0-0-bug-fixes" data-parent=".accordion"> |
| 61 | + <div class="card-body"> |
| 62 | + <ul> |
| 63 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/23771">#23771</a>, boosted points were missing keyed values after zoom.</li> |
| 64 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24274">#24274</a>, in the exporting menu, the 'View in fullscreen" label was broken after being used.</li> |
| 65 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24293">#24293</a>, fixed and split tooltip with <code>useHTML</code> shifted after first render.</li> |
| 66 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24572">#24572</a>, templating multiply helper exposed floating-point precision in axis labels.</li> |
| 67 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24521">#24521</a>, grid lines rendered above the plot border after responsive axis update.</li> |
| 68 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/20412">#20412</a>, exported charts did not have correct data after updating it with <code>null</code> values.</li> |
| 69 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24547">#24547</a>, styled mode x-range missed <code>colorIndex</code> after <code>setData</code>.</li> |
| 70 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24266">#24266</a>, year resolution date labels didn't respect localized format.</li> |
| 71 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24304">#24304</a>, consistent chart menu aria-label and i18n translations.</li> |
| 72 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24544">#24544</a>, regression with zones set below max value and axis max set, line on max was clipped.</li> |
| 73 | + </ul> |
| 74 | + |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
19 | 79 | <h3 class="release-header"> |
20 | 80 | <a id="highcharts-v12.6.0"></a> |
21 | 81 | <span>Highcharts v12.6.0 (2026-04-13)</span> |
@@ -7756,6 +7816,15 @@ <h3 class="release-header"> |
7756 | 7816 | <h2 id="highcharts-stock">Highcharts Stock</h2> |
7757 | 7817 | </div> |
7758 | 7818 | <div class="changelog-container"> |
| 7819 | + <h3 class="release-header"> |
| 7820 | + <a id="highcharts-stock-v13.0.0"></a> |
| 7821 | + <span>Highcharts Stock v13.0.0 (2026-06-11)</span> |
| 7822 | + <a class="release-header-hashtag" href="#highcharts-stock-v13.0.0">#</a> |
| 7823 | + <span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Stock-13.0.0.zip" title="Download the zip archive for Highcharts Stock v13.0.0"><i class="fas fa-download"></i></a></span> |
| 7824 | + </h3> |
| 7825 | + <ul> |
| 7826 | + <li>Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Stock 13.0.0.</li> |
| 7827 | + </ul> |
7759 | 7828 | <h3 class="release-header"> |
7760 | 7829 | <a id="highcharts-stock-v12.6.0"></a> |
7761 | 7830 | <span>Highcharts Stock v12.6.0 (2026-04-13)</span> |
@@ -12137,6 +12206,33 @@ <h3 class="release-header"> |
12137 | 12206 | <h2 id="highcharts-maps">Highcharts Maps</h2> |
12138 | 12207 | </div> |
12139 | 12208 | <div class="changelog-container"> |
| 12209 | + <h3 class="release-header"> |
| 12210 | + <a id="highcharts-maps-v13.0.0"></a> |
| 12211 | + <span>Highcharts Maps v13.0.0 (2026-06-11)</span> |
| 12212 | + <a class="release-header-hashtag" href="#highcharts-maps-v13.0.0">#</a> |
| 12213 | + <span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Maps-13.0.0.zip" title="Download the zip archive for Highcharts Maps v13.0.0"><i class="fas fa-download"></i></a></span> |
| 12214 | + </h3> |
| 12215 | + <ul> |
| 12216 | + <li>Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Maps 13.0.0.</li> |
| 12217 | + </ul> |
| 12218 | + <div class="accordion card-group"> |
| 12219 | + <div class="card"> |
| 12220 | + |
| 12221 | + <div id="hm-heading-13-0-0-bug-fixes" class="card-header"> |
| 12222 | + <h4 class="card-title" aria-label="Bug Fixes Highcharts-maps v13.0.0"> |
| 12223 | + <button aria-label="Bug Fixes Highcharts-maps v13.0.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#bug-fixes-hm-13-0-0"><span> Bug fixes </span></button> |
| 12224 | + </h4> |
| 12225 | + </div> |
| 12226 | + <div id="bug-fixes-hm-13-0-0" class="collapse" aria-labelledby="hm-heading-13-0-0-bug-fixes" data-parent=".accordion"> |
| 12227 | + <div class="card-body"> |
| 12228 | + <ul> |
| 12229 | + <li>Fixed <a href="https://github.com/highcharts/highcharts/issues/24441">#24441</a>, ensured tiled web map tiles reload after <code>mapView</code> updates.</li> |
| 12230 | + </ul> |
| 12231 | + |
| 12232 | + </div> |
| 12233 | + </div> |
| 12234 | + </div> |
| 12235 | + </div> |
12140 | 12236 | <h3 class="release-header"> |
12141 | 12237 | <a id="highcharts-maps-v12.6.0"></a> |
12142 | 12238 | <span>Highcharts Maps v12.6.0 (2026-04-13)</span> |
@@ -14333,6 +14429,16 @@ <h3 class="release-header"> |
14333 | 14429 | <h2 id="highcharts-gantt">Highcharts Gantt</h2> |
14334 | 14430 | </div> |
14335 | 14431 | <div class="changelog-container"> |
| 14432 | + <h3 class="release-header"> |
| 14433 | + <a id="highcharts-gantt-v13.0.0"></a> |
| 14434 | + <span>Highcharts Gantt v13.0.0 (2026-06-11)</span> |
| 14435 | + <a class="release-header-hashtag" href="#highcharts-gantt-v13.0.0">#</a> |
| 14436 | + <span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Gantt-13.0.0.zip" title="Download the zip archive for Highcharts Gantt v13.0.0"><i class="fas fa-download"></i></a></span> |
| 14437 | + </h3> |
| 14438 | + <ul> |
| 14439 | + <li>Most changes listed under Highcharts 13.0.0 above also apply to Highcharts Gantt 13.0.0.</li> |
| 14440 | + <li>Added text align support for grid axis titles (column header).</li> |
| 14441 | + </ul> |
14336 | 14442 | <h3 class="release-header"> |
14337 | 14443 | <a id="highcharts-gantt-v12.6.0"></a> |
14338 | 14444 | <span>Highcharts Gantt v12.6.0 (2026-04-13)</span> |
|
0 commit comments