Skip to content

Commit 24897a6

Browse files
author
Fei
committed
fix scatter interface
1 parent 4df5c26 commit 24897a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/interfaces/charts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export interface ScatterChartOptions extends AxisChartOptions {
107107
*/
108108
radius: number;
109109
fillOpacity?: number;
110+
filled?: boolean;
110111
};
111112
}
112113

0 commit comments

Comments
 (0)