Package Exports
- @chsk/band
- @chsk/band/dist/chsk-band.cjs.js
- @chsk/band/dist/chsk-band.es.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@chsk/band) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@chsk/band
@chsk/band is part of a data visualization framework based on @chsk/core.
It provides components for charts with one discrete (band) axis and one
continuous axis.
Features
- Bar charts visualize data using grouped, stacked, or layered bars
- Quantile charts summarize number distributions using box-and-whisker or bar-and-whisker elements
- Schedule charts visualize intervals with well-defined start and end boundaries
- Strip charts visualize number distributions by displaying all data points in a dataset
- Violin charts visualize the shapes of number distributions using smooth or step-wise curves
- Band components are general-purpose objects that can be used in any of the band-chart views (bar charts, distribution charts, etc.)
Documentation
See here