Open source CSS framework for data visualization.
npm install charts.css!GitHub Version !Minified Size !Minified Zipped Size !GitHub Repo stars !License
Charts.css is an open source CSS framework for data visualization.
Visualization help end-users understand data. Charts.css help frontend developers turn data into beautiful charts and graphs using simple CSS classes.
No dependencies. 60kb minified size. 6kb gzipped file size!
Check the full documentation on ChartsCSS.org.
* Get Started
* Components
* Charts
* Customization
* Development
* Examples
Use jsdelivr CDN:
``html`
Or unpkg CDN:
`html`
Install using npm:
`bash`
npm install charts.css
Or using yarn:
`bash`
yarn add charts.css
The data is structured using semantic HTML tags and styled using CSS classes which change the visual representation displayed to the end user.
` html``
Year
Income
2016
$ 40K
2017
$ 60K
2018
$ 75K
2019
$ 90K
2020
$ 100K
👑
The framework offers developers flexibility. You choose what components to display and how to style them. Each component offers several CSS classes and CSS variables to customizes your style.
The key feature is the ability to customize everything using basic CSS. Frontend developers can target any HTML element and customize it. This philosophical guideline is what makes the framework so flexible, easy and fun to use.
For questions and support please use the official forum on GitHub.
If you like the project, please consider to star the repo on GitHub.
Charts.css is licensed under the MIT license.