0.0.3 • Published 9 years ago

component-pie v0.0.3

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

pie

Pie charts for component/piecon inspired by the original piecon. Styled with CSS!

npm.io

Installation

$ component install component/pie

Styling

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;
}

API

new Pie(selector)

Initialize a new Pie with optional CSS selector used for styling, this defaults to ".pie".

Pie#update(n)

Update the percentage to n.

Pie#size(n)

Set the diameter to n.

Pie#draw(ctx)

Draw on ctx.

License

MIT