From c6cb0f592282e1ce257cc12d734015ac8a03755f Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 7 Jul 2025 14:10:02 -0400 Subject: [PATCH] Update static-image-export.md --- doc/python/static-image-export.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/python/static-image-export.md b/doc/python/static-image-export.md index 6ccd1af2c0..528924eb2a 100644 --- a/doc/python/static-image-export.md +++ b/doc/python/static-image-export.md @@ -273,6 +273,8 @@ The following settings are available. `mathjax`: Location of the MathJax bundle needed to render LaTeX characters. Defaults to a CDN location. If fully offline export is required, set this to a local MathJax bundle. +`plotlyjs`: Location of the Plotly.js bundle to use. Can be a local file path or URL. By default, Kaleido uses the Plotly.js bundle included with Plotly.py. + `topojson`: Location of the topojson files needed to render choropleth traces. Defaults to a CDN location. If fully offline export is required, set this to a local directory containing the Plotly.js topojson files. `mapbox_access_token`: The default Mapbox access token (Kaleido v0 only). Mapbox traces are deprecated. See the [MapLibre Migration](https://plotly.com/python/mapbox-to-maplibre/) page for more details.