4.3.0
https://gallery.echartsjs.com/editor.html?c=xUhovyiwR&v=1
直接打开
scatter颜色为自己设置的颜色
scatter颜色不对
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 [email protected]. Please attach the issue link if it's a technical questions.
If you are interested in the project, you may also subscribe our mail list.
Have a nice day! 🍵
@AN-535 Since you've config visualMap. In series that controlled by visualMap, if a data item needs to escape from controlled by visualMap, you can set like this:
data: [{
name: '拉萨',
visualMap: false,
value: geoCoordMap['拉萨'].concat([100]),
}],
refer to: https://www.echartsjs.com/en/option.html#visualMap
close it since inactivity
Most helpful comment
@AN-535 Since you've config visualMap. In series that controlled by visualMap, if a data item needs to escape from controlled by visualMap, you can set like this:
refer to: https://www.echartsjs.com/en/option.html#visualMap