Skip to content

Commit 442131a

Browse files
committed
Added docs about unsupported series types on export.
1 parent 55a4695 commit 442131a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/errors.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,18 @@ HighchartsUnsupportedProtocolError (from :class:`ValueError <python:ValueError>`
206206

207207
--------------
208208

209+
HighchartsUnsupportedExportError (from :class:`ValueError <python:ValueError>`)
210+
==========================================================================================
211+
212+
.. autoexception:: HighchartsUnsupportedExportError
213+
214+
.. collapse:: Class Inheritance
215+
216+
.. inheritance-diagram:: HighchartsUnsupportedExportError
217+
:parts: -1
218+
219+
--------------
220+
209221
HighchartsUnsupportedExportTypeError (from :class:`ValueError <python:ValueError>`)
210222
==========================================================================================
211223

docs/using.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,13 @@ environment. The actual file itself is produced using a
904904

905905
.. include:: using/download_visualizations/_using_custom.rst
906906

907+
.. warning::
908+
909+
As of Highcharts for Python v.1.1.0, the Highcharts :term:`Export Server` does not yet fully
910+
support all of the series types added in Highcharts (JS) v.11. Attempting to programmatically download
911+
one of those new as-yet-unsupported visualizations will generate a
912+
:exc:`HighchartsUnsupportedExportError <highcharts_gantt.errors.HighchartsUnsupportedExportError>`.
913+
907914
-----------------------------
908915

909916
.. target-notes::

0 commit comments

Comments
 (0)