Mike Bostock
Mike Bostock
Thanks for sharing @jcolot!
Do you want to send a pull request?
Should we also document the other public Mark methods, and add them to the Mark class TypeScript declaration? Specifically: - the Mark constructor - _mark_.initialize - _mark_.filter - _mark_.project -...
This seems like the perfect use-case for http://square.github.io/cubism/; have you tried it? Cubism [horizon charts](https://github.com/square/cubism/wiki/Horizon) let you specify an extent (ymin/ymax).
d3.ticks (which is the basis of most scale.ticks implementations) is based on powers of ten, so I’m not sure if there’s a clean way to change the tick generation strategy....
(It might be possible for scale.ticks to parse the tick format specifier, if it’s a string, and look for the `B` directive. The tick format specifier is typically passed to...
The problem is then you have to disambiguate between the *expression* and the *filename*, both of which are optional. So you probably need to use `--` to disambiguate the *filename*,...
That PR hasn’t landed yet, so this should be a draft.
That’s not especially surprising. There’s some code to try to preserve the current scroll position in resize, but it’s probably not perfect, and I think Safari is more aggressive about...
For what it’s worth, this isn’t an issue with Observable Framework because we expressly override dependency resolution to ensure a consistent version of Apache Arrow. It would be better if...