Customize active line point
See original GitHub issueIs your feature request related to a problem? Please describe.
I have been trying to figure out how to customise the active point in a line chart. I was looking at similar examples (e.g. synced scatter plot) but the line chart package seems to be structured differently. I tried to create a custom function to pass to to pointSymbol
, but isActive/isInactive
is not available there (as far as I understand). I also thought of piggybacking on the custom callback function passed to tooltip
but not sure hot to access/modify the respective component from there. I also tried via pure CSS (:hover), but had to realise that the overlaid mesh would not make it possible.
Describe the solution you’d like I would like to be able to customise the active point symbol in a line chart (for which the tooltip is showing, slices disabled) by specifying styling attributes (or even a custom function to render the symbol).
Describe alternatives you’ve considered (see above).
Additional context Add any other context or screenshots about the feature request here.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5
Top GitHub Comments
bump
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!