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.
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.