We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d72d22 commit f00ace4Copy full SHA for f00ace4
CHANGES.rst
@@ -1,4 +1,15 @@
1
2
+Release 1.7.7
3
+=========================================
4
+
5
+* **BUGFIX:** Fixed over-eager trimming of ``None`` data values when serializing ``.to_json()`` for
6
+ export via the Export Server. Closes #168.
7
+* **BUGFIX:** Fixed ``DumbbellSeries.data`` incorrect type (reverted from ``CartesianData`` to
8
+ ``RangeData``-descended). Closes #176.
9
10
+--------------------
11
12
13
Release 1.7.6
14
=========================================
15
highcharts_core/__version__.py
@@ -1 +1 @@
-__version__ = '1.7.6'
+__version__ = '1.7.7'
0 commit comments