We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tooltip: { followCursor: true, intersect: false, shared: true, x: { format: 'HH:mm dd MMM', formatter: undefined }, y: { formatter: (value, { series, seriesIndex, dataPointIndex, w }) => { // value is undefined when repeat step 3 console.log(value) } } },
NaN
undefined
https://codepen.io/cuobiezi/pen/VwobjmQ
The text was updated successfully, but these errors were encountered:
bugfix apexcharts#4767 Get 'NaN' in tooltip of Timeline Series. Get '…
9448083
…undefined' at tooltip.y.formatter first arguments
744f26b
bugfix/apexcharts#4767
874c238
apexcharts#4767
d333339
bugfix apexcharts#4767
2796106
No branches or pull requests
Description
Steps to Reproduce
Expected Behavior
Actual Behavior
NaN
where step 3undefined
where step5Screenshots
Reproduction Link
https://codepen.io/cuobiezi/pen/VwobjmQ
The text was updated successfully, but these errors were encountered: