It would be useful to extend point rendering capabilities with two new features:
-
renderPointRing without hover/focus
- Currently,
renderPointRing only shows on hover/focus. Adding an option to render rings persistently (without interaction) would improve static visualization of nodes.
-
setPointRingColors for per-point ring colors
- A method to assign unique
ring colors to individual points would enable better node indication (e.g., for states, categories, or thresholds).
Alternatives Considered:
- Overloading
renderPointRing with a visibility option ('always' | 'hover-only').
Let me know if this aligns with the library’s direction! I’m happy to discuss or contribute.
It would be useful to extend point rendering capabilities with two new features:
renderPointRingwithout hover/focusrenderPointRingonly shows on hover/focus. Adding an option to render rings persistently (without interaction) would improve static visualization of nodes.setPointRingColorsfor per-point ring colorsringcolors to individual points would enable better node indication (e.g., for states, categories, or thresholds).Alternatives Considered:
renderPointRingwith avisibilityoption ('always' | 'hover-only').Let me know if this aligns with the library’s direction! I’m happy to discuss or contribute.