Hi, when I was using the RolloverModifier all the points that were displayed in the tooltip were highlighted by slightly increasing the size of the marks in the chart area. Ultimately, I wanted to have some sort of crosshair in my chart and I ended up using the CursorModifier instead of the RolloverModifier to achieve my goal. This worked fine, but the only thing I have lost from changing the modifier is this “highlighting” of the markers displayed in the tooltip. Is there any way to have this “highlighting” also with the CursorModifier ?
I have provided 2 images showing the 2 modifiers.
- Alexandru Neamtu asked 1 day ago
- You must login to post comments
Hello,
probably the easies soultion is to use both modifiers simultaneously.
Then toggle relevant features of each accordingly (labels, tooltips, lines).
However this could have some performance overhead…
Here is an example.
Alternative apparoach would be creating a Custom Modifer by extending one of those and placing a Point Marker based on hit test result.
Possibly in the future we would improve functionality of those two modifiers.
- You must login to post comments
Thank you Jim! Using both at the same time seems to work for the moment. I just thought I’d ask because it seemed, at first, like the cursor should have had almost the same behavior as the rollover from a “highlighting” standpoint 🙂
- Alexandru Neamtu answered 1 day ago
- You must login to post comments
Please login first to submit.