echarts-gl中的scatter3d的symbol支持png图片

kxe2p93d  于 2022-11-13  发布在  Echarts
关注(0)|答案(4)|浏览(656)

What problem does this feature solve?

我目前在使用echarts-gl想通过data的值显示不同的symbol,
但是echarts提示echarts-gl.js:22388 Different symbol type will be ignored.
所以我希望echarts-gl能和echarts的scatter中的symbol一样可以支持png图片功能,谢谢!

What does the proposed API look like?

visualMap: [
            { 
                dimension: 3,
                max: [5],
                // max: max.color / 2,
                inRange: {
                  //  symbolSize:[30,40,50,60,70,80],
                    color:['#1710c0', '#0b9df0', '#00fea8', '#00ff0d', '#f5f811', '#f09a09', '#fe0300'],
                    symbol: ['circle', 'rect', 'roundRect', 'triangle', 'diamond', 'triangle'],
                }, 
            },
bkhjykvo

bkhjykvo1#

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 questions.

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

Have a nice day! 🍵

v8wbuo2f

v8wbuo2f4#

这是没有下文了吗?

相关问题