0.0.5 • Published 3 months ago

css-charts v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

css-charts

The charts.css is an appealing, innovative way to display charts

<css-charts>
    <table>
        <caption> Column Example #4 </caption>
        <thead>
        <tr>
            <th scope="col">Year</th>
            <th scope="col">Progress</th>
        </tr>
        </thead>
        <tbody>
            <tr itemscope>
                <th itemprop=key>2016</th>
                <td><data itemprop=value value=20></data></td>
            </tr>
            <tr itemscope>
                <th itemprop=key>2017</th>
                <td><data itemprop=value value=40></data></td>
            </tr>
            <tr itemscope>
                <th itemprop=key>2018</th>
                <td><data itemprop=value value=60></data></td>
            </tr>
            <tr itemscope>
                <th itemprop=key>2019</th>
                <td><data itemprop=value value=80></data></td>
            </tr>
            <tr itemscope>
                <th itemprop=key>2020</th>
                <td><data itemprop=value value=100></data></td>
            </tr>
        </tbody>
    </table>
</css-charts>
0.0.5

3 months ago

0.0.4

4 months ago

0.0.1

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.0

4 months ago