echarts Map label set position / offset , no take effect

iqxoj9l9  于 2022-11-03  发布在  Echarts
关注(0)|答案(2)|浏览(151)

Version

5.0.2

Steps to reproduce

series: [{
                    name: '香港18区人口密度',
                    type: 'map',
                    mapType: 'HK', // 自定义扩展图表类型
                    label: {
                        position: [10, 100], // no take effect
                        offset: [50,10]  // no take effect
                    },
                   data: [
                        { 
                            name: '中西区',
                            value: 20057.34,
                            label: {
                                position: [20,20],  // no take effect
                                offset: [30,40]  // no take effect
                            }
                         }
                   ]
}]

What is expected?

map label position , offset can take effect

What is actually happening?

no take effect

j7dteeu8

j7dteeu81#

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure thatyou have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list .

Have a nice day! 🍵

相关问题