mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #4088 from Slimfit/patch-1
Add segments array to CircularInstance
This commit is contained in:
Vendored
+1
@@ -115,6 +115,7 @@ interface CircularInstance extends ChartInstance {
|
||||
update: () => void;
|
||||
addData: (valuesArray: CircularChartData[], index: number) => void;
|
||||
removeData: (index: number) => void;
|
||||
segments: Array<CircularChartData>;
|
||||
}
|
||||
|
||||
interface LineChartOptions extends ChartOptions {
|
||||
|
||||
Reference in New Issue
Block a user