Skip to content

echart地图散点设置,symbolSize: 1,时会出现散点后逐渐消失,symbolSize: 0.5就正常了 #11439

@wangmiaoduan

Description

@wangmiaoduan

### echart地图散点设置,symbolSize: 1,时会出现散点后逐渐消失,symbolSize: 0.5就正常了

series: [
        {
            type: 'scatter',
            postEffect: {
                enable: true
            },
            progressive: 0,
            coordinateSystem: 'geo',
            blendMode: 'lighter',
            large: true,
            silent: true,
            dimensions: ['lng', 'lat'],
            data: data
            symbolSize: 1,
            /*symbolSize: function (val,params) {
                return val[2] * 1;
            },*/
            label: {
                normal: {
                    show: false
                },
                emphasis: {
                    show: false
                }
            },
            large: true,
            useWorker: true,
            steps: 2,
            itemStyle: {
                normal: {
                    shadowBlur: 10,
                    color: '#bad8ef',
                    shadowColor: '#258CF9'
                },
                emphasis: {
                    borderColor: '#fff',
                    borderWidth: 1
                }
            }
        }
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleInactive for a long time. Will be closed in 7 days.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions