File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff 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+
209221HighchartsUnsupportedExportTypeError (from :class: `ValueError <python:ValueError> `)
210222==========================================================================================
211223
Original file line number Diff line number Diff 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 ::
You can’t perform that action at this time.
0 commit comments