casaval / chart.css

A Simple CSS Chart System

Home Page:http://theus.github.io/chart.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chart.css

v1.0.0

A Simple CSS Chart System

How To Use

1. Include chart.css file

<!-- Downloaded chart.css -->
<link rel="stylesheet" href="chart.css">

<!-- RawGit CDN chart.css -->
<link rel="stylesheet" href="https://cdn.rawgit.com/theus/chart.css/v1.0.0/dist/chart.css" /> 

You can use the file served by RawGit CDN or download and put chart.css file. Note that only needs one way.

2. Set up HTML

<div class="charts">
  <div class="charts__chart"></div>
  ...
</div>

3. Don't has 3rd step :P

License

The MIT License (MIT)

About

A Simple CSS Chart System

http://theus.github.io/chart.css

License:MIT License


Languages

Language:HTML 51.5%Language:CSS 36.1%Language:JavaScript 12.4%