You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try setting the return value of the data label formatter to [val, 1, 'string']. Although a warning appears saying that this is not a valid return type for the formatter, ApexCharts.js actually accepts it and displays it on the chart.
daiboom
changed the title
dataLabels formatter는 (string | number)[] 를 허용하기때문에 타입정의가 필요합니다.
The dataLabels formatter requires type definitions because it allows (string | number)[].
Nov 12, 2024
daiboom
added a commit
to daiboom/apexcharts.js
that referenced
this issue
Nov 12, 2024
Description
I try setting the return value of the data label formatter to [val, 1, 'string']. Although a warning appears saying that this is not a valid return type for the formatter, ApexCharts.js actually accepts it and displays it on the chart.
Steps to Reproduce
Reproduction Link
https://codepen.io/choidaeboem/pen/OJKraap
The text was updated successfully, but these errors were encountered: