Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 406 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 406 Bytes

Pie

Pie component.

Pie example

Examples

import { Pie } from "pencil.js";

const position = [100, 200];
const radius = 200;
const startAngle = 0.1;
const endAngle = 0.9;
const pie = new Pie(position, radius, startAngle, endAngle);

PieOptions

Inherit from ComponentOptions.

Pie have no specific options.