mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added missing optional parameter
This commit is contained in:
Vendored
+1
-1
@@ -107,7 +107,7 @@ interface LinearInstance extends ChartInstance {
|
||||
getPointsAtEvent: (event: Event) => PointsAtEvent[];
|
||||
update: () => void;
|
||||
addData: (valuesArray: number[], label: string) => void;
|
||||
removeData: () => void;
|
||||
removeData: (index?: number) => void;
|
||||
}
|
||||
|
||||
interface CircularInstance extends ChartInstance {
|
||||
|
||||
Reference in New Issue
Block a user