Liam Connors
Liam Connors
Plotly.js version of https://github.com/plotly/plotly.py/pull/5418
Fix typos, missing imports, and wrong imports
The are some cases of "True" given instead of "true". Seems to always be on the `visible` property /javascript/reference/scatter/#scatter-visible /javascript/reference/pie/#pie-visible
We should move away from having .html files as the files that you edit to make changes to the docs. Ideally to edit the docs you'd edit a .md file...
One of the benefits of our current docs for contributors if you are working on a doc and make some change to an example or some text, jekyll rebuilds the...
Being able to hover on the plotly logo is a great way for users to know if they are using the version that an example is running with. Maybe it's...
Some codepen examples use plotly-latest and then show a warning in the console This is the case in our existing docs too, but while we are doing the migration it...
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....
In the existing docs if you go to a page like https://plotly.com/javascript/3d-axes/ We can see although there are six examples, plotly.js is loaded from the cdn once: On the mkdocs...