Skip to content

Commit

Permalink
--- Highcharts 11.1.0 official release ---
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Jun 5, 2023
1 parent 1bde499 commit af93ae2
Show file tree
Hide file tree
Showing 16 changed files with 220 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "highcharts",
"version": "11.0.1",
"version": "11.1.0",
"description": "JavaScript charting framework",
"main": "lib/highcharts.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions build-properties.json
@@ -1,6 +1,6 @@
{
"date": "",
"version": "11.0.1-modified",
"date": "2023-06-05",
"version": "11.1.0",
"products": {
"Highcharts": {
"cdnpath": "",
Expand Down
145 changes: 145 additions & 0 deletions changelog/changelog.html
Expand Up @@ -14,6 +14,50 @@
<h2 id="highcharts">Highcharts</h2>
</div>
<div class="changelog-container">
<h3 class="release-header">
<a id="highcharts-v11.1.0"></a>
<span>Highcharts v11.1.0 (2023-06-05)</span>
<a class="release-header-hashtag" href="#highcharts-v11.1.0">#</a>
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-11.1.0.zip" title="Download the zip archive for Highcharts v11.1.0"><i class="fas fa-download"></i></a></span>
</h3>
<ul>
<li>Added support for mouse wheel zooming through <a href="https://api.highcharts.com/highcharts/chart.zooming.mouseWheel">chart.zooming.mouseWheel</a>. This feature is embedded in the <a href="https://code.highcharts.com/stock/highstock.js">Highcharts Stock bundle</a>, but requires an <a href="https://code.highcharts.com/modules/mouse-wheel-zoom.js">additional module file</a> for the <a href="https://code.highcharts.com/highcharts.js">Highcharts bundle</a>.</li>
<li>Added the <a href="https://api.highcharts.com/highcharts/plotOptions.heatmap.interpolation">heatmap.interpolation</a> option for creating smooth heatmaps.</li>
<li>Added new function, <a href="https://api.highcharts.com/class-reference/Highcharts.Chart#getTable">Chart.getOptions()</a>, to get the current active configuration options for the chart.</li>
<li>Added the <a href="https://api.highcharts.com/highcharts/series.treegraph.fillSpace">treegraph.fillSpace</a> option for treegraphs to fill the whole plot area even when some points are collaped.</li>
<li>Added <code>borderRadius</code> option support for funnel and pyramid series. See <a href="https://github.com/highcharts/highcharts/issues/18839">#18839</a>.</li>
</ul>
<div class="accordion card-group">
<div class="card">

<div id="heading-11-1-0-bug-fixes" class="card-header">
<h4 class="card-title" aria-label="Bug Fixes Highcharts v11.1.0">
<button aria-label="Bug Fixes Highcharts v11.1.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#bug-fixes-11-1-0"><span> Bug fixes </span></button>
</h4>
</div>
<div id="bug-fixes-11-1-0" class="collapse" aria-labelledby="heading-11-1-0-bug-fixes" data-parent=".accordion">
<div class="card-body">
<ul>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18869">#18869</a>, redundant chart redraws on changing title, subtitle or caption font size, or top level chart font size.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/19017">#19017</a>, failure in parsing negative numbers with spaces in the data module.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/19053">#19053</a>, a regression since 10.3 causing item series update not to work correctly.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/19051">#19051</a>, axis crossing was not always correct.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18985">#18985</a>, updating <a href="https://api.highcharts.com/highcharts/plotOptions.series.enableMouseTracking">enableMouseTracking</a> from <code>true</code> to <code>false</code> didn&#39;t work.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/17589">#17589</a>, update of multiple data labels didn&#39;t work in specific conditions.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/17791">#17791</a>, <code>pointRange</code> wasn&#39;t calculated for multiple series with single points.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/19028">#19028</a>, border radius was wrongly applied for negative column points when the <a href="https://api.highcharts.com/highcharts/plotOptions.series.zoneAxis">zoneAxis</a> option was <code>x</code>.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/12063">#12063</a>, packed bubble parent nodes had a bad position after width update.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18891">#18891</a>, invisible data labels in treegraph series reacted to hover.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18960">#18960</a>, a regression in v11, wrong placement for data labels in dumbbell series.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18110">#18110</a>, <code>yAxis.maxPadding</code> was ignored when <a href="https://api.highcharts.com/highcharts/yAxis.softMin">yAxis.softMin</a> was set.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18956">#18956</a>, a regression causing small sankey nodes rendering as circles.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18876">#18876</a>, updating the <code>tooltip</code> didn&#39;t work when wasn&#39;t declared in the chart configuration.</li>
</ul>

</div>
</div>
</div>
</div>
<h3 class="release-header">
<a id="highcharts-v11.0.1"></a>
<span>Highcharts v11.0.1 (2023-05-08)</span>
Expand Down Expand Up @@ -6719,6 +6763,51 @@ <h3 class="release-header">
<h2 id="highcharts-stock">Highcharts Stock</h2>
</div>
<div class="changelog-container">
<h3 class="release-header">
<a id="highcharts-stock-v11.1.0"></a>
<span>Highcharts Stock v11.1.0 (2023-06-05)</span>
<a class="release-header-hashtag" href="#highcharts-stock-v11.1.0">#</a>
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Stock-11.1.0.zip" title="Download the zip archive for Highcharts Stock v11.1.0"><i class="fas fa-download"></i></a></span>
</h3>
<ul>
<li>Most changes listed under Highcharts 11.1.0 above also apply to Highcharts Stock 11.1.0.</li>
</ul>
<div class="accordion card-group">
<div class="card">
<div id="hs-heading-11-1-0-upgrade-notes" class="card-header">
<h4 class="card-title">
<button aria-label="Upgrade Notes Highcharts-stock v11.1.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#upgrade-notes-hs-11-1-0"><span> Upgrade notes </span></button>
</h4>
</div>
<div id="upgrade-notes-hs-11-1-0" class="collapse" aria-labelledby="hs-heading-11-1-0-bug-fixes" data-parent=".accordion">
<div class="card-body">
<ul>
<li>For Highcharts Stock, the ordering of series and axes in the <code>chart.series</code>, <code>chart.xAxis</code>, <code>chart.yAxis</code> and <code>chart.axes</code> arrays were changed. Previously the navigator series and axes were last of the initial items, and when adding items they were appended. From now on, the internal navigator series and axes are always last, so the index of items now corresponds to that of the current options.</li>
</ul>

</div>
</div>
<div id="hs-heading-11-1-0-bug-fixes" class="card-header">
<h4 class="card-title" aria-label="Bug Fixes Highcharts-stock v11.1.0">
<button aria-label="Bug Fixes Highcharts-stock v11.1.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#bug-fixes-hs-11-1-0"><span> Bug fixes </span></button>
</h4>
</div>
<div id="bug-fixes-hs-11-1-0" class="collapse" aria-labelledby="hs-heading-11-1-0-bug-fixes" data-parent=".accordion">
<div class="card-body">
<ul>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18459">#18459</a>, dragging annotations on chart with ordinal axes was inconsistent.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/19042">#19042</a>, text of annotation label was missing after updating it.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/16068">#16068</a>, panning on ordinal axis was inconsistent.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/19024">#19024</a>, wrong position and size of <a href="https://api.highcharts.com/highstock/lang.stockTools">stockTools</a> rectangle after resizing it on second y-axis.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18863">#18863</a>, last point in zoomed ordinal axis was not visible.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18974">#18974</a>, wrong approximation set for cumulative sum when <code>dataGrouping</code> was enabled.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/17007">#17007</a>, VBP indicator did not update correctly.</li>
</ul>

</div>
</div>
</div>
</div>
<h3 class="release-header">
<a id="highcharts-stock-v11.0.1"></a>
<span>Highcharts Stock v11.0.1 (2023-05-08)</span>
Expand Down Expand Up @@ -10411,6 +10500,35 @@ <h3 class="release-header">
<h2 id="highcharts-maps">Highcharts Maps</h2>
</div>
<div class="changelog-container">
<h3 class="release-header">
<a id="highcharts-maps-v11.1.0"></a>
<span>Highcharts Maps v11.1.0 (2023-06-05)</span>
<a class="release-header-hashtag" href="#highcharts-maps-v11.1.0">#</a>
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Maps-11.1.0.zip" title="Download the zip archive for Highcharts Maps v11.1.0"><i class="fas fa-download"></i></a></span>
</h3>
<ul>
<li>Most changes listed under Highcharts 11.1.0 above also apply to Highcharts Maps 11.1.0.</li>
<li>Added support for <a href="https://www.highcharts.com/docs/maps/tiledwebmap-series">tiled web maps</a>.</li>
</ul>
<div class="accordion card-group">
<div class="card">

<div id="hm-heading-11-1-0-bug-fixes" class="card-header">
<h4 class="card-title" aria-label="Bug Fixes Highcharts-maps v11.1.0">
<button aria-label="Bug Fixes Highcharts-maps v11.1.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#bug-fixes-hm-11-1-0"><span> Bug fixes </span></button>
</h4>
</div>
<div id="bug-fixes-hm-11-1-0" class="collapse" aria-labelledby="hm-heading-11-1-0-bug-fixes" data-parent=".accordion">
<div class="card-body">
<ul>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18017">#18017</a>, animation should not change the positions of map points while quick scrolling on the touchpad.</li>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18961">#18961</a>, map drilldown didn&#39;t work with multiple series.</li>
</ul>

</div>
</div>
</div>
</div>
<h3 class="release-header">
<a id="highcharts-maps-v11.0.1"></a>
<span>Highcharts Maps v11.0.1 (2023-05-08)</span>
Expand Down Expand Up @@ -12200,6 +12318,33 @@ <h3 class="release-header">
<h2 id="highcharts-gantt">Highcharts Gantt</h2>
</div>
<div class="changelog-container">
<h3 class="release-header">
<a id="highcharts-gantt-v11.1.0"></a>
<span>Highcharts Gantt v11.1.0 (2023-06-05)</span>
<a class="release-header-hashtag" href="#highcharts-gantt-v11.1.0">#</a>
<span class="download-link" ><a href="https://code.highcharts.com/zips/Highcharts-Gantt-11.1.0.zip" title="Download the zip archive for Highcharts Gantt v11.1.0"><i class="fas fa-download"></i></a></span>
</h3>
<ul>
<li>Most changes listed under Highcharts 11.1.0 above also apply to Highcharts Gantt 11.1.0.</li>
</ul>
<div class="accordion card-group">
<div class="card">

<div id="hg-heading-11-1-0-bug-fixes" class="card-header">
<h4 class="card-title" aria-label="Bug Fixes Highcharts-gantt v11.1.0">
<button aria-label="Bug Fixes Highcharts-gantt v11.1.0" aria-expanded="false" class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#bug-fixes-hg-11-1-0"><span> Bug fixes </span></button>
</h4>
</div>
<div id="bug-fixes-hg-11-1-0" class="collapse" aria-labelledby="hg-heading-11-1-0-bug-fixes" data-parent=".accordion">
<div class="card-body">
<ul>
<li>Fixed <a href="https://github.com/highcharts/highcharts/issues/18947">#18947</a>, better colors for arrows and top-level task title in dark mode in styled mode Gantt.</li>
</ul>

</div>
</div>
</div>
</div>
<h3 class="release-header">
<a id="highcharts-gantt-v11.0.1"></a>
<span>Highcharts Gantt v11.0.1 (2023-05-08)</span>
Expand Down
6 changes: 6 additions & 0 deletions changelog/highcharts-gantt/11.1.0.md
@@ -0,0 +1,6 @@
# Changelog for Highcharts Gantt v11.1.0 (2023-06-05)

- Most changes listed under Highcharts 11.1.0 above also apply to Highcharts Gantt 11.1.0.

## Bug fixes
- Fixed [#18947](https://github.com/highcharts/highcharts/issues/18947), better colors for arrows and top-level task title in dark mode in styled mode Gantt.
8 changes: 8 additions & 0 deletions changelog/highcharts-maps/11.1.0.md
@@ -0,0 +1,8 @@
# Changelog for Highcharts Maps v11.1.0 (2023-06-05)

- Most changes listed under Highcharts 11.1.0 above also apply to Highcharts Maps 11.1.0.
- Added support for [tiled web maps](https://www.highcharts.com/docs/maps/tiledwebmap-series).

## Bug fixes
- Fixed [#18017](https://github.com/highcharts/highcharts/issues/18017), animation should not change the positions of map points while quick scrolling on the touchpad.
- Fixed [#18961](https://github.com/highcharts/highcharts/issues/18961), map drilldown didn't work with multiple series.
15 changes: 15 additions & 0 deletions changelog/highcharts-stock/11.1.0.md
@@ -0,0 +1,15 @@
# Changelog for Highcharts Stock v11.1.0 (2023-06-05)

- Most changes listed under Highcharts 11.1.0 above also apply to Highcharts Stock 11.1.0.

## Upgrade notes
- For Highcharts Stock, the ordering of series and axes in the `chart.series`, `chart.xAxis`, `chart.yAxis` and `chart.axes` arrays were changed. Previously the navigator series and axes were last of the initial items, and when adding items they were appended. From now on, the internal navigator series and axes are always last, so the index of items now corresponds to that of the current options.

## Bug fixes
- Fixed [#18459](https://github.com/highcharts/highcharts/issues/18459), dragging annotations on chart with ordinal axes was inconsistent.
- Fixed [#19042](https://github.com/highcharts/highcharts/issues/19042), text of annotation label was missing after updating it.
- Fixed [#16068](https://github.com/highcharts/highcharts/issues/16068), panning on ordinal axis was inconsistent.
- Fixed [#19024](https://github.com/highcharts/highcharts/issues/19024), wrong position and size of [stockTools](https://api.highcharts.com/highstock/lang.stockTools) rectangle after resizing it on second y-axis.
- Fixed [#18863](https://github.com/highcharts/highcharts/issues/18863), last point in zoomed ordinal axis was not visible.
- Fixed [#18974](https://github.com/highcharts/highcharts/issues/18974), wrong approximation set for cumulative sum when `dataGrouping` was enabled.
- Fixed [#17007](https://github.com/highcharts/highcharts/issues/17007), VBP indicator did not update correctly.

0 comments on commit af93ae2

Please sign in to comment.