Add more airlines and fix edit bugs

This commit is contained in:
2026-04-20 13:48:15 +10:00
parent 5deefcbfb3
commit 061ee9dd07
5 changed files with 9 additions and 4 deletions
@@ -18,6 +18,7 @@ const chartOptions = computed(() => ({
type: 'donut',
background: 'transparent',
fontFamily: 'inherit',
lazy: true,
},
theme: { mode: 'dark' },
labels: props.labels,
@@ -37,6 +37,7 @@ const chartOptions = computed(() => ({
toolbar: { show: false },
animations: { enabled: false },
stacked: true,
lazy: true,
},
theme: { mode: 'dark' },
plotOptions: {
@@ -20,6 +20,7 @@ const chartOptions = computed(() => ({
toolbar: { show: false },
background: 'transparent',
fontFamily: 'inherit',
lazy: true,
},
theme: { mode: 'dark' },
plotOptions: {