Skip to content

Commit

Permalink
Merge pull request #4621 from rootEnginear/feature/legend-marker-type
Browse files Browse the repository at this point in the history
Allow property `size` in `ApexLegend.markers`
  • Loading branch information
junedchhipa authored Aug 5, 2024
2 parents 83c543e + 3865a28 commit 40f92d5
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 40f92d5

Please sign in to comment.