diff --git a/types/apexcharts.d.ts b/types/apexcharts.d.ts index c52051760..46f6c8284 100644 --- a/types/apexcharts.d.ts +++ b/types/apexcharts.d.ts @@ -823,6 +823,7 @@ type ApexLegend = { useSeriesColors?: boolean } markers?: { + size?: number strokeWidth?: number fillColors?: string[] shape?: ApexMarkerShape @@ -865,7 +866,7 @@ type ApexMarkers = { strokeDashArray?: number | number[] fillOpacity?: number | number[] discrete?: ApexDiscretePoint[] - shape?: ApexMarkerShape + shape?: ApexMarkerShape offsetX?: number offsetY?: number showNullDataPoints?: boolean