设置echarts 生成canvas内容的区域位置

 

option = {
  grid: { //对饼状图无效,饼状图在series中使用 radius:['0', '90%'],
    left: '30%',
    right: '4%',
    bottom: '3%',
    containLabel: true
  }
}

 

posted @ 2024-03-15 13:58  龙卷风吹毁停车场  阅读(186)  评论(0)    收藏  举报