documentation
documentation copied to clipboard
Issue tracker for Plotly's open-source documentation.
we have many great choropleth examples, but not many simple geojson shape examples. That is, using GeoJSON just to highlight regions or zones but not tying it to data. There...
This is an interesting one: https://community.plot.ly/t/plot-a-shapefile-shp-in-a-choropleth-chart/27850
Can you please review the last 6 months (or so) of plotly.js changelogs here https://github.com/plotly/plotly.js/releases and compare the new features & changes to our current Python and JS and R...
In `/documentation/_posts/r/statistical/2015-07-30-histograms.Rmd`, the example stacked histogram contains `barmode = "overlay"` instead of `barmode = "stack"` (Line 137) yielding an example that has an overlaid rather than a stacked histogram (https://plot.ly/r/histograms/#stacked-histograms)....
On some new Python pages which have many inline charts (e.g. https://plot.ly/python/plotly-express/), it takes too long for the sidenav to be populated via Javascript... we should try to wrap the...
e.g. `` shouldn't point to help.plot.ly we should check the logic for the rest of them.
https://plot.ly/javascript/text-and-annotations/ The second example on the page says that the X axis label will be in the bottom right based on the xanchor and the yanchor, but it appears top...
For Javascript, a link to https://plot.ly/javascript/reference/#mesh3d is missing from the bottom of https://plot.ly/javascript/3d-mesh/ Contrast this with the Python examples page, which has the appropriate link in the `Reference` section at...
Hi plotly team! I'm trying to implement a plotly viewer for .nii files, analagously to the tutorial that already exists for mri volume slices (https://plot.ly/python/visualizing-mri-volume-slices/), but can't seem to get...