@omiu/chart

Mobile pop-up options list

Usage no npm install needed!

<script type="module">
  import omiuChart from 'https://cdn.skypack.dev/@omiu/chart';
</script>

README

Omim Chart

Simple HTML5 Charts 📈 using html tag powered by omi and chart.js.

Supported HTML Chart Elements

<o-bar></o-bar>
<o-line></o-line>
<o-scatter></o-scatter>
<o-pie></o-pie>
<o-doughnut></o-doughnut>
<o-radar></o-radar>
<o-polar-area></o-polar-area>
<o-bubble></o-bubble>

Install

Via script

<script src="https://unpkg.com/omi"></script>
<script src="https://unpkg.com/@omiu/chart"></script>

Via npm

npm install @omiu/chart

Then:

import '@omiu/chart'