Skip to content

Commit

Permalink
fix: allow property size in ApexLegend.markers
Browse files Browse the repository at this point in the history
  • Loading branch information
rootEnginear committed Aug 5, 2024
1 parent 1dd87ab commit 3865a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/apexcharts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ type ApexLegend = {
useSeriesColors?: boolean
}
markers?: {
size?: number
strokeColor?: string
strokeWidth?: number
fillColors?: string[]
Expand Down Expand Up @@ -871,7 +872,7 @@ type ApexMarkers = {
strokeDashArray?: number | number[]
fillOpacity?: number | number[]
discrete?: ApexDiscretePoint[]
shape?: ApexMarkerShape
shape?: ApexMarkerShape
offsetX?: number
offsetY?: number
showNullDataPoints?: boolean
Expand Down

0 comments on commit 3865a28

Please sign in to comment.