Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Aug 5, 2024
2 parents 2d30880 + 40f92d5 commit e0d8af4
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 @@ -823,6 +823,7 @@ type ApexLegend = {
useSeriesColors?: boolean
}
markers?: {
size?: number
strokeWidth?: number
fillColors?: string[]
shape?: ApexMarkerShape
Expand Down Expand Up @@ -865,7 +866,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 e0d8af4

Please sign in to comment.