We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 764a702 + cf03b0a commit bc182e8Copy full SHA for bc182e8
types/apexcharts.d.ts
@@ -952,7 +952,7 @@ type ApexDataLabels = {
952
dropShadow?: ApexDropShadow
953
}
954
955
- formatter?(val: string | number | number[], opts?: any): string | number | (string | string)[]
+ formatter?(val: string | number | number[], opts?: any): string | number | (string | number)[]
956
957
958
type ApexResponsive = {
0 commit comments