Add more airlines and fix edit bugs
This commit is contained in:
@@ -18,6 +18,7 @@ const chartOptions = computed(() => ({
|
||||
type: 'donut',
|
||||
background: 'transparent',
|
||||
fontFamily: 'inherit',
|
||||
lazy: true,
|
||||
},
|
||||
theme: { mode: 'dark' },
|
||||
labels: props.labels,
|
||||
|
||||
+1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user