Selection is synced (including synced center label)
Hover tooltip is synced
API Changes
No changes to API
Using the current chart.group option cause the top and bottom chart to share mouse positions, this results in mismatching labels on hover because the two charts are in different order and each slice have different sizes.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
Synced donut / pie charts.
API Changes
No changes to API
Using the current
chart.group
option cause the top and bottom chart to share mouse positions, this results in mismatching labels on hover because the two charts are in different order and each slice have different sizes.Intended Use Case
When 2 series of data share the same labels.
It would be nice if they are synced.