Problems encountered by echarts

1. Change the size of the left legend to square
2. The data on the right is centered with line wrapping, and the color is the same as that of the legend
after reading the document for a long time, it hasn"t been changed

Mar.03,2021

 legend: {
      itemWidth:10,//
      itemHeight:10,//
    },
     data:[{
            name:'',
            textStyle:{
                color:'-sharp0f0',//
            }
        },
        {
            name:'',
            textStyle:{
                color:'-sharp0f0',//
            }
        },
        {
            name:'',
            textStyle:{
                color:'-sharp0f0',//
            }
        }]
  1. column is square:

set the column to be equal in width and height

  1. text corresponding column color:

the textStyle under the corresponding text sets the color of the corresponding column color is OK

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-1b3ac99-2c223.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-1b3ac99-2c223.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?