JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q38397F
  • License MIT

Components for charts with one categorical axis and one continuous axis

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
  • Distribution charts summarize number distributions, for example, using box-and-whisker elements
  • Schedule charts visualize intervals with well-defined start and end boundaries
  • Strip charts, similarly to distribution charts, visualize number distributions, but unlike distribution charts, display all data points
  • 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