etpinard
etpinard
Can we just reuse https://github.com/plotly/plotly.js/blob/master/src/components/colorscale/make_color_scale_func.js
Only gl3d `surface` and `mesh3d` uses colormap I believe. We should definitely keep it out of the regl2d rewrite.
> Would removing `vector-effect:non-scaling-stroke` result in any change in appearance for figures when displayed live? It wouldn't result in any visual changes on first draw, but it would on scroll...
> Also, though not strictly related, there does not seem to be any documentation of the options "familysrc", "sizesrc", or "colorsrc" anywhere. Those shouldn't even be displayed in the docs...
> It would be very helpful to be able to add outlines to text layers. About this here, can you share a screenshot to help us understand what you're looking...
From https://github.com/plotly/plotly.js/pull/3191#issuecomment-434676329 > Definitely an improvement! I'm just wondering if we want to go one step further and make a new attribute (`tickshadow`?) that defaults to `paper_bgcolor` but people could...
Thanks for posting. Looks like an unwanted change of behaviour happened during the release of `v1.37.0`. I suspect the regression got introduced though https://github.com/plotly/plotly.js/pull/2574 https://codepen.io/etpinard/pen/bGdBWJq uses `v1.36.0`, does it behave...
For reference: - codepen showing the bug using `1.52.2`: https://codepen.io/etpinard/pen/dyoOWEx - codepen showing @empet 's workaround: https://codepen.io/etpinard/pen/JjdbNgV - but please note that setting blank objects for the first two traces...
> With custom hover attributes, perhaps users could create their tooltips by using a combination of annotations, shapes, and images that are triggered on and off through custom hover styles....
We could maybe attach `method` and `args` attributes to traces similar to `updatemenus` buttons and `slider` steps which act as a callback on hover and/or click. For example, ```js Plotly.newPlot('graph',...