Mike Bostock
Mike Bostock
I think we should focus on doing this specifically for Apache Arrow table instances first (since these are the most widely-used columnar data representation, including by the DuckDBClient/SQL code blocks...
Here’s is trivial example of how to pass in columnar data. Given an Arrow table: ```js const data = Arrow.tableFromArrays({ id: [1, 2, 3], name: ["Alice", "Bob", "Charlie"], age: [35,...
We support dark mode in our documentation and I even tweeted about it: https://twitter.com/mbostock/status/1653069773645938689 Maybe we can close this issue? Maybe the last remaining issues are the default white background...
@glennDittmann No, the conditional formatting is implemented internally to the default axes. You can see the formatConditional implementation in the source for how it works. We could file a separate...
Is there any reason not to use the simpler form? ```js const mid = Math.trunc((lo + hi) / 2); ``` I mean sure, you could run out of integer precision...
Related https://lemire.me/blog/2022/12/06/fast-midpoint-between-two-integers-without-overflow/
Probably superseded by #1320 which goes the d.ts route. Close?
Superseded by #1343.
This looks useful.
Related https://observablehq.com/@mootari/custom-inspectors.