shaf-chart
v1.1.6
Published
Custom element that upgrades table to a chart
Downloads
183
Maintainers
Readme
Installation
<!-- Custom Elements v1 polyfill -->
<script src="https://unpkg.com/@webcomponents/[email protected]"></script>
<script src="https://unpkg.com/[email protected]/dist/Chart.min.js"></script>
<script src="https://unpkg.com/[email protected]/index.js"></script>
Basic usage
<shaf-chart>
<table>
<thead>
<tr>
<th>Date</th>
<th>Unique visitors</th>
<th>Pageviews</th>
</tr>
</thead>
<tbody>
<tr>
<th>2016-11-18</th>
<td>31</td>
<td>51</td>
</tr>
<tr>
<th>2016-11-19</th>
<td>34</td>
<td>76</td>
</tr>
</tbody>
</table>
</shaf-chart>
Roadmap
- Inherit width/height from element attributes
- show-table attribute