@pi-lib/charts
v0.12.3
Published
Simple charting solution driven by d3 and TS
Downloads
5
Readme
pi-charts
A charting library for visualization of complex data, to be used in any JavaScript based project.
Overview
A simple API for the creation of SVG charts. Responsive in any device, providing additional detail via hover/touch tooltips.
Charts added so far
Bar Chart
<div class="container"></div>
<script>
window.onload = function () {
const chart = new Chart({ container: '.container', ...randomData() }).addDefaults()
}
</script>
PNPM tasks
lint
: Code formattingtest
: Run unit testsbuild
: Build distributabledev
: Run development server