Alex Johnson
Alex Johnson
Merging #2001 -> ensure our solution works for both scatter and bar traces.
This is unlikely to be an issue in react-plotly.js per se, if it’s in Plotly code it’s probably in plotly.js. But to investigate that we’d really need to be able...
Either we should get @etpinard access to Percy again so that test will run, or we should remove it. In principle I don't see why it would be a problem...
> The pixel spacing between the end of the number and the start of the line for the vertical axis I'm assuming it's this one @hatched is talking about. A...
> the horizontal rule sticks out further past the chart than the vertical rule does I don't think the gridlines extend past the chart at all - set some other...
According to their [docs page you linked](https://docs.mapbox.com/mapbox-gl-js/guides/projections/): > Starting from v2.6, Mapbox GL JS supports multiple map projections. Unfortunately we can't advance beyond [v1.x of mapbox-gl](https://github.com/plotly/plotly.js/blob/a4ce2b71f083cdbcd6dcf04931496ee13d0872e8/package.json#L100) because they changed their...
Oh this is cool, b64 can actually encode more info than regular JSON. I think this is fine behavior, but most of the time the behavior will (ie should, and...
symlog is a little funny, as it's not a smooth mapping. A variant I've seen before though that *is* smooth is arcsinh (inverse hyperbolic sine) - this one is particularly...
Just for a little more context here - @Melmoth-the-Wanderer apologies for missing your question last fall - symlog is a piecewise combination of three mappings: a regular log mapping at...
> it's possible we should support string values as well I'd suggest not blocking on that. As long as we want to support milliseconds as a format - which I...