plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

[mkdocs] some examples don't run in the docs

Open LiamConnors opened this issue 1 month ago • 0 comments

If you take an example like this from the current docs, it doesn't run in the mkdocs site

https://plotly.com/javascript/tile-map-layers/#openstreetmap-tiles

This example uses d3 but the mkdocs site isn't loading that.

We should:

  • determine what other JS libraries are needed by the docs and ensure the are loaded and/or
  • rewrite examples to make sure no additional JS libraries are needed

LiamConnors avatar Nov 17 '25 15:11 LiamConnors