-
I would like a way for me to programmatically allow/disallow a tooltip show for spots programmatically. For example when they are part of a specific line (like trendlines) that is there only for visual help and are not actual data. |
Beta Was this translation helpful? Give feedback.
Answered by
FMorschel
Oct 4, 2023
Replies: 1 comment
-
I "solved it" by testing the same thing inside |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FMorschel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I "solved it" by testing the same thing inside
LineTouchData.getTouchedSpotIndicator
andLineTouchTooltipData.getTooltipItems
. If my test returned false, I would return null there.