Skip to content

Commit 95874cf

Browse files
authored
Merge pull request #208 from highcharts-for-python/develop
PR for v.1.10.1
2 parents 4dbbb51 + fb44120 commit 95874cf

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
Release 1.10.1
3+
=========================================
4+
5+
* **BUGFIX:** Fixed missing handling of JS module for `HeatmapOptions` and `HeatmapSeries` (closes #207).
6+
7+
----
8+
9+
210
Release 1.10.0
311
=========================================
412

highcharts_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.10.0'
1+
__version__ = '1.10.1'

highcharts_core/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def __repr__(self):
129129
<script src="https://code.highcharts.com/modules/full-screen.js"/>
130130
<script src="https://code.highcharts.com/modules/funnel.js"/>
131131
<script src="https://code.highcharts.com/modules/funnel3d.js"/>
132+
<script src="https://code.highcharts.com/modules/heatmap.js"/>
132133
<script src="https://code.highcharts.com/modules/histogram.js"/>
133134
<script src="https://code.highcharts.com/modules/item-series.js"/>
134135
<script src="https://code.highcharts.com/modules/lollipop.js"/>

highcharts_core/module_requirements.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@
394394
"plotOptions.geoheatmap": [
395395
"modules/geoheatmap"
396396
],
397+
"plotOptions.heatmap": [
398+
"modules/heatmap"
399+
],
397400
"plotOptions.heikinashi": [
398401
"modules/heikinashi"
399402
],
@@ -840,6 +843,9 @@
840843
"series.gauge": [
841844
"highcharts-more"
842845
],
846+
"series.heatmap": [
847+
"modules/heatmap"
848+
],
843849
"series.heikinashi": [
844850
"modules/heikinashi"
845851
],

0 commit comments

Comments
 (0)