Pie component.
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);
Inherit from ComponentOptions.
Pie have no specific options.