Mojtaba Samimi
Mojtaba Samimi
With the introduction of `scattermap`, `choroplethmap` and `densitymap` as well as `map` subplots in #7060 this PR adds deprecation warnings to the description of `scattermapbox`, `choroplethmaboxp` and `densitymapbox` as well...
@plotly/plotly_js TODOs: - [x] Fix `regl_codegen` - [x] Fix custom bundles - [x] Test new bundle in `amdefine` - [x] Test new bundle in `requirejs` - [x] Test new bundle...
Follow up of #5527, Registering scatter trace outside `core` via `lib/scatter` (which used to be unused) so that one could create custom partial bundles without scatter+cartesian overhead. cc: #5395 @plotly/plotly_js
Friday's hack and marathon addressing #2221 :sunglasses: @plotly/plotly_js cc: @ndrezn @chriddyp TODOs: - [x] Implement `cornerradius` option - [ ] Improve positioning text and size - [ ] Improve hover...
Resolves #270 :sunglasses: @plotly/plotly_js [Codepen 1](https://codepen.io/MojtabaSamimi/pen/KKLgzJo?editors=0010) [Codepen 2](https://codepen.io/MojtabaSamimi/pen/wvbzGmg?editors=0010) TODOs: - [ ] Compute `minDiff` - [ ] Add support *arrayOk* `marker.color` i.e. to paint each individual bar differently - [...
Thanks to fixes made in #4566 and #4480, this PR could fix #3243 as well as #1267. @alexcjohnson Commit https://github.com/plotly/plotly.js/commit/27ba6c1704dbf6fe51016b7a3db3607ce9d678d4 added various failing tests. Commit https://github.com/plotly/plotly.js/commit/efa3cb787da4ed0ca811b5bcdfe63a8dbe1dd1b8 old work done in...
[Minimal demo](https://codepen.io/MojtabaSamimi/pen/JjYdxWZ?editors=0010)
[bug demo](https://codepen.io/MojtabaSamimi/pen/vYLOqLW?editors=0010). i.e. similar to #4852.