@still-forest/canopy-charts
v0.4.1
Published
React charts, built with VisX and Canopy
Readme
Canopy Charts
React charts, built with VisX and Canopy
Resources
- Github repo
- Distribution
- Building blocks
- Documentation via Storybook
- Development
- Other documentation, documents
Usage
Installation
When using Vite, Canopy Charts must be included in your primary .css file in order to ensure the necessary CSS classes are included in the build. For more details, read the Tailwind CSS documentation on explicitly registering sources.
Example index.css:
@import "tailwindcss";
@source "../node_modules/@still-forest/canopy-charts/dist";
@layer base {
/* your usual CSS definitions */
}