Pie charts for component/piecon inspired by the original piecon. Styled with CSS!
$ component install component/pie
Pie utilizes component/style to enable CSS styling for Canvas rasters. For example the default style is:
.pie {
color: #EC4E89;
background: #bbb;
border: 2px solid white;
}
Initialize a new Pie
with optional CSS selector
used
for styling, this defaults to ".pie".
Update the percentage to n
.
Set the diameter to n
.
Draw on ctx
.
MIT