The names of the x-axis and y-axis in echats are blocked,

Insert picture description here
The numbers on the Y axis are not blocked. The original ones were 1200 and 1500, but now the
grid is not visible : { left:50, // right:-20 }, 2. To change the color of the polyline: color: ["#0DBBFF"] , 3. Change the color of the pie chart: data: [ {value: 335, name:'direct access',itemStyle:{color:'#409eff'}}, {value: 310, name:'email marketing',itemStyle: {color:'#41a33c'}}, {value: 234, name:'Affiliate Advertising',itemStyle: {color:'orange'}}, ] 4. Downloadable attributes of the chart: toolbox: { show: true, feature: { saveAsImage: { show: true, excludeComponents: ["toolbox"], pixelRatio: 2 } } },


















Guess you like

Origin blog.csdn.net/weixin_43764828/article/details/104517229