Decouple legend and tooltip from XYChart #486
Labels
enhancement
New feature or request
:legend
Legend related issue
released
Issue released publicly
:tooltip
Related to hover tooltip
Is your feature request related to a problem? Please describe.
The current implementation of Legend and the tooltip is partially coupled with XYChart type.
We should decouple it to allow reusing the Legend and the tooltip freely among all chart types.
Describe the solution you'd like
Move Legend and Tooltip into the global component folder, decouple LegendItems and associated types from XYChart.
The text was updated successfully, but these errors were encountered: