chartlooly
v0.0.2
Published
An easy-to-use charting package.
Readme
Chartlooly
An easy-to-use charting package.
dataType
{
label: string,
value: number,
color?: string
}Note that the color is not nessacary, as defaultColor is a setting in both barChart and pieChart.
BarChart
<BarChart data:dataType[] height:number=500 width:number=500 .../>PieChart
<PieChart data:dataType[] height:number=500 width:number=500 .../>See more detailed instructions in the svelte app, avalible here.
