apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.44k stars 19.61k forks source link

bmap lines tooltips not surpport? #14672

Closed stormrise closed 3 years ago

stormrise commented 3 years ago

Version

5.0.2

Steps to reproduce

https://echarts.apache.org/examples/zh/editor.html?c=lines-bmap-bus

tooltip: {
            formatter: function (e) {
                return e;
            }
        },

add this before bmap, nothing happend

What is expected?

https://echarts.apache.org/examples/zh/editor.html?c=lines-airline

should like geo coordinateSystem, the tooltip should show

What is actually happening?

nothing happend

echarts-bot[bot] commented 3 years ago

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 that you 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! 🍵

pissang commented 3 years ago

You need to remove silent option in the examples

stormrise commented 3 years ago

thanks, it works