Skip to content

Commit f3036c4

Browse files
authored
Merge pull request #593 from sophiiae/scatterChartInterface
fix scatter interface
2 parents eb55c71 + 24897a6 commit f3036c4

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)