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
Possibly Related Finding 1
In the RFC for the XYChart, OverlayBandBar was mentioned, is this something that is on the roadmap?
There are also some primitives we have such as OverlayBandBar that is used to 'highlight' on hover that will be much easier and composable when the scales are available via context #734 (comment)
Possibly Related Finding 2
What's the reasoning behind Glyphs being their own Series versus a property (glyph={type: GlyphCircle, etc.}) on for example the LineSeries? Related to the above, seems a tad more difficult to coordinate hover effect across Glyphs and Paths if they're not colocated?
This discussion was converted from issue #1384 on December 22, 2021 21:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi and thanks for a great lib!
What's the best way generally of applying Hover effects similar to these examples from Echarts?
https://echarts.apache.org/examples/en/editor.html?c=dataset-link
Possibly Related Finding 1
In the RFC for the XYChart,
OverlayBandBar
was mentioned, is this something that is on the roadmap?Possibly Related Finding 2
What's the reasoning behind Glyphs being their own Series versus a property (glyph={type: GlyphCircle, etc.}) on for example the LineSeries? Related to the above, seems a tad more difficult to coordinate hover effect across Glyphs and Paths if they're not colocated?
Beta Was this translation helpful? Give feedback.
All reactions