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
create a line chart with one ore more series of data
1.1. set all datapoints of one series to null
2. set option series > endLabel > show to true
Current Behavior
A script error occurs, saying "Uncaught (in promise) TypeError: aL(...).setLabelText is not a function"
Using dataZoom, this error is raised every time the null data are within the actual visible zoom frame - even when there are given datapoints !== null outside the visible range
Version
5.4.2
Link to Minimal Reproduction
https://jsfiddle.net/ovillani/Lwmzoepk/1/
Steps to Reproduce
1.1. set all datapoints of one series to null
2. set option series > endLabel > show to true
Current Behavior
A script error occurs, saying "Uncaught (in promise) TypeError: aL(...).setLabelText is not a function"
Using dataZoom, this error is raised every time the null data are within the actual visible zoom frame - even when there are given datapoints !== null outside the visible range
Expected Behavior
prevent end-label output if no data available
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: