Curran Kelleher
Curran Kelleher
https://observablehq.com/@washpostgraphics/geo-albers-usa-pr via https://github.com/d3/d3-geo/issues/217#issuecomment-851388785
Status: This direction of trying to get the fit methods out of D3 did _not_ work. Option: copy-paste the D3 internals? Not ideal, but they are not exposed from D3.
LLMs might be really good at this. Here's example output from ChatGPT where I just pasted this image and said "Please describe this chart". Is this sort of text what...
Yes! I'm also working on / interested in this Related: * https://github.com/vizhub-core/vzcode/issues/201 * https://github.com/vizhub-core/vzcode/issues/177
Found the API for it https://github.com/typescript-language-server/typescript-language-server/tree/b224b878652438bcdd639137a6b1d1a6630129e4?tab=readme-ov-file#go-to-source-definition
The interaction in VSCode: * Hold CTRL * Hover on a variable, it underlines if you can jump to its definition * CTRL+Click to jump to definition
Oh sorry! I totally should have included the sample document. It was actually not very large. This is the one I was using for testing: ```js import { select, transition,...
For my use case, the font size and font family never change, and I suspect measuring of the text may be the bottleneck here. I'd love to be able to...