Andrey Patseiko
Andrey Patseiko
No. I didn't find solution. If you will find anything, please share it.
It's still doesn't fix(implemented). 🥲
I found one work around for that, it's filter params and check marker's style in the tooltip.formatter. Simple check styles for marker. ``` tooltip: { formatter:(params) => { const isHidden...
Another workaround it's to set color for `outOfRange: { color: 'rgba(0,0,0,0)' },`. and in tooltips check this color. [Like I menteont before](https://github.com/apache/echarts/issues/19163#issuecomment-1740866097)