A list of open items regarding the current implementation of subplots. ### Bugs - [x] gl2d and cartesian subplots can't coexist. Fixed by @dfcreative 's regl-based `scattergl` ### Improvement needed - [ ] A better-looking and more scalable mode bar (see #258) - [ ] A more consistent handling of _orphan subplots_ across subplot types (see #289 and #268 for more info) - [ ] Sanitize subplot data join step in a way that consolidates svg and gl - e.g. no more `selectAll().remove()`. See https://gist.github.com/etpinard/744228c927ee95871559 - [ ] Ordering of subplot isn't ideal. Current order: `cartesian` / `pie` / `ternary` / `gl` / `geo` with no way to configure it.
A list of open items regarding the current implementation of subplots.
Bugs
scatterglImprovement needed
selectAll().remove(). See https://gist.github.com/etpinard/744228c927ee95871559cartesian/pie/ternary/gl/geowith no way to configure it.