plot icon indicating copy to clipboard operation
plot copied to clipboard

A concise API for exploratory data visualization implementing a layered grammar of graphics

Results 314 plot issues
Sort by recently updated
recently updated
newest added

This adds a script that will generate a single `types/types.json` file which is easier to consume in a TypeScript VFS that is bundled by webpack than regular d.ts files. Once...

This adds a script that will inject the JSDoc into the README.md file for any symbols exported from src/index.js. Add to the README: ```html ``` where `foo` is anything exported...

Putting this in a separate PR to make reviewing #1016 easier. Will merge after #1016 is reviewed/merged.

Typescript for data (the expected shapes of data) and options (valueof, arrayify), with tooling and unit tests. Was researched initially in #1008, and confirmed to work with all the transforms...

Loving this new API 👍, great work all around. TypeScript declaration files would be a solid UX improvement, making the API surface even more approachable for new comers.

enhancement

Currently faceting repeats scales. What if you want a scale that varies by facet, as in a SPLOM?

enhancement

https://user-images.githubusercontent.com/7001/181717198-cce2a625-4881-416e-96ce-3b9edbd87c7c.mov

it's faster to allocate a typed array with a known size than through Array.from — when dealing with millions of points, this can boost the performance quite a bit. (results...

If we want to update the marks in place in the DOM rather than throw them away and create a new one on each tick (in the context of the...

question

**Describe the bug** Plot histograms for dates can sometimes have differently sized bins which leads to awkwardly inconsistent "skinny" bars. **To Reproduce** See [this notebook](https://observablehq.com/d/54a9e0b4f9175ee6).