Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1880,6 +1880,12 @@ export interface ArcBorderRadius {
export type ArcSpacingMode = 'proportional' | 'angular' | 'parallel';

export interface ArcOptions extends CommonElementOptions {
/**
* Arc angle to cover. - for polar only
* @default circumference / (arc count)
*/
angle?: number;

/**
* If true, Arc can take up 100% of a circular graph without any visual split or cut. This option doesn't support borderRadius and borderJoinStyle miter
* @default true
Expand Down