Skip to main content

Plots

Similar to the original UpSet and UpSetR, support plots showing histograms, scatterplots, bar charts, or pie charts of attributes of the elements can be created and linked.

The @upsetjs/plots package contains wrappers around VEGA plots which support selection and queries, to be easily linked with UpSet.js plots.

plots

Install#

npm install @upsetjs/plots @upsetjs/react

or

yarn add @upsetjs/plots @upsetjs/react

Example#

Live Editor
Result