Added concentric donut charts and added an alliance breakdown

This commit is contained in:
2026-07-20 13:38:50 +10:00
parent 60a3bce3bf
commit 8464fa11d4
14 changed files with 489 additions and 110 deletions
@@ -11,6 +11,8 @@ const props = defineProps<{
:height="280"
:labels="flightStats.classes.value.labels"
:series="flightStats.classes.value.series"
total-label="Flight Classes"
center-mode="count"
/>
</template>
<style scoped>