-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Even if it's not yet usable as an installable library (#27), it currently requires a bit of digging to understand how to build graphs like on the demo site.
For example, for a bar chart:
- load https://github.com/ffoodd/chaarts/blob/main/dist/chaarts.css , not just the CSS from the example
- it looks like part (or all?) of the example styles are already inside
chaarts.css - add a container element with class
chaarts-container,<table class="chaarts bar"…>is not enough - add
data-theme="dark"to thehtmlelement to get the dark theme (at least if there is noprefers-color-schememanagement on the site?)
fkohrt
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation