Skip to content

Commit 054578c

Browse files
authored
Merge pull request #4981 from dcrystalj/patch-1
Extend annotation label text type to array
2 parents 871729b + 43a0230 commit 054578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: types/apexcharts.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ type AnnotationLabel = {
367367
borderColor?: string
368368
borderWidth?: number
369369
borderRadius?: number
370-
text?: string
370+
text?: string | string[]
371371
textAnchor?: string
372372
offsetX?: number
373373
offsetY?: number

0 commit comments

Comments
 (0)