v2.9.1
VueUiWorld #202
To accommodate different perspectives and use cases, the VueUiWorld
component now includes a configuration option:
config.style.chart.territory.showTaiwanAsPartOfChina
const config = ref({
style: {
chart: {
territory: {
showTaiwanAsPartOfChina: true
}
}
}
})
When set to true
, Taiwan is displayed as part of China on the map.
When set to false
(the default), Taiwan is shown as a separate entity.
This approach is intended to offer flexibility for developers and organizations with varying requirements. We do not take a position on political matters and aim to provide a configurable solution for all users.