The size of the scatter circle in echarts cannot be set.

clipboard.png

the code is as follows

series: [{
    name: "",
    type: "scatter",
    coordinateSystem: "geo", //
    data: mapData,
    symbolSize: function(val) { //
        return parseInt(val[2]/10);
    },
    label: {
        normal: {
            formatter: "{b}",
            position: "right",
            show: true //
        },
        emphasis: {
            show: true //
        }
    },
    itemStyle: { //
        normal: {
            color: "-sharpddb926"
        }
    }
}
Mar.05,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38053-2c0c5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38053-2c0c5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?