Mojtaba Samimi

Results 62 issues of Mojtaba Samimi

Supersedes #205. Closes #248 and fixes #258. Addresses https://github.com/plotly/plotly.js/issues/5925#issuecomment-913687380. Please note that this appears to be a breaking change for this repository. @plotly/plotly_js

This is a good article FWIW. It recommends the use of files in package.json rather than npmignore. https://medium.com/@jdxcode/for-the-love-of-god-dont-use-npmignore-f93c08909d8d _Originally posted by @dmbarry86 in https://github.com/plotly/plotly.js/issues/5925#issuecomment-914550458_

b64 chars are between 43 & 122.

@plotly/plotly_js

type: bug
status: reviewable

@plotly/plotly_js cc: @chriddyp @LiamConnors

type: feature
status: reviewable

It would be interesting to select the easing method for transitions. https://bl.ocks.org/d3noob/1ea51d03775b9650e8dfd03474e202fe Right now for `treemap` & `icicle` we have https://github.com/plotly/plotly.js/blob/8206eb50805b248327573b0ea8d2514c5375b06d/src/traces/treemap/constants.js#L5 And for `sunburst`: https://github.com/plotly/plotly.js/blob/8206eb50805b248327573b0ea8d2514c5375b06d/src/traces/sunburst/constants.js#L5

type: feature

This PR make use of [this plotly.js PR](https://github.com/plotly/plotly.js/pull/5230) and changes the default behavior to pass numpy arrays as plotly.js base64 spec. ### Code Changes * Adds `to_typed_array_spec` function to use...

feature
P1

I'm not sure this is quite right - if I make the labels take up a large fraction of the total area, the axis isn't expanded enough to keep the...

Out of curiosity: is there an easy way of tying minallowed/maxallowed to the computed range? Basically to let Plotly.js compute the autorange and set min/max allowed to that automatically, thereby...