Skip to content

elooly10/chartlooly

Repository files navigation

Chartlooly

An easy-to-use charting package for Svelte.

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.

About

Simple, easy-to-use charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors