echarts-maps / echarts-countries-js

Packages countries and regions as an asset for echarts.
https://echarts-maps.github.io/echarts-countries-js/
Open Data Commons Open Database License v1.0
305 stars 292 forks source link

How to change label in Japan map? #7

Open vuthingoc opened 5 years ago

vuthingoc commented 5 years ago

In Japan map," Tokyo" label is not the correct place. How to change the label in Japan map?

chfw commented 5 years ago

According to this old post https://github.com/apache/incubator-echarts/issues/64:

The way to do it is: 1) zoom out the map so that "Tokyo" would find its right place 2) or, if it is possible, hide label when displaying.

And you will need look more about "ItemStyle" from echarts doc

vuthingoc commented 5 years ago

chfw, Thanks for answers.

chfw commented 5 years ago

https://github.com/apache/incubator-echarts/issues/4379

Following above issue, it is possible to change its center point(cp).

chfw commented 5 years ago

And if you think the center point is applicable to all users, please feel free to submit a pull request.