Updated Map View
This commit is contained in:
@@ -40,6 +40,7 @@ const chartEvents = computed(() => ({
|
||||
:categories="airlines.map(a => a.name)"
|
||||
:footer-value="airlines.length"
|
||||
footer-label="total airlines"
|
||||
:limit="12"
|
||||
:events="chartEvents"
|
||||
@mousemove="onMouseMove"
|
||||
@mouseleave="onMouseLeave"
|
||||
|
||||
Reference in New Issue
Block a user