apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.43k stars 1.31k forks source link

Synced Donut Chart #4619

Open octo-kumo opened 3 months ago

octo-kumo commented 3 months ago

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.

image

github-actions[bot] commented 1 month ago

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.

octo-kumo commented 1 month ago

bump