Alex Johnson
Alex Johnson
As found by @saber1440 in https://github.com/plotly/react-plotly.js/issues/334, automargin fails if you use plotly.js on a page with ``: https://codepen.io/alexcjohnson/pen/gOErOzO Anyone aware of a workaround for this? Related: #2390
As part of their third-party cookie crackdown, Chrome will start requiring [partitioned cookies](https://developer.chrome.com/docs/privacy-sandbox/chips/) for content in an iframe at some point in the future. So far only [Chrome and derived...
Various kinds of automatic formatting are common for input fields: thousands separators, parens & hyphens for phone numbers, various ID numbers with dashes interspersed, forcing uppercase or lowercase... would be...
@LiamConnors not urgent, but every page we serve should get meta tags for Twitter, so a nice preview card shows up when a plotly link is included in a tweet....
If you have data with highly nested nodes, it might be preferable to only show a few levels at a time, diving deeper as you select inner nodes. If the...
Currently we have a dependency on `remark-gfm: ^3.0.1`. There's a v4 but when we tried updating to that in #247 it broke the tests. Further investigation is needed. Note that...
If you provide both `bargap` and `scattergap` but they're different, traces in the same alignment and offset group do not properly align. One way or another, ensuring these traces align...
`lightposition` behaves similarly for both `mesh3d` and `surface`, but it's nearly unusable. Generally x is left (-) to right (+) and y is bottom (-) to top(+), but z has...
Along with `Plotly.react`, it would be nice if we would never mutate `gd.data` and `gd.layout`, just make new changed objects and alert the user to the change. We can't make...
The x or y coordinates in shapes currently reference exactly one axis each, but if we could allow multiple axis references within one shape, you could link up features in...