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

Menu