robinunix

通过如下参数控制

legend: {
            orient: \'vertical\',
            left: \'left\',
            padding:[0,0,100,0],   //可设定图例[距上方距离,距右方距离,距下方距离,距左方距离]
            data: this.chartLegendData
          },
          grid: {
              top: \'20%\',
              left: \'0%\',
              right: \'6%\',
              bottom: \'3%\',
              containLabel: true
          },

 

legend的意思是图例

grid的意思是网格即图标

分类:

技术点:

相关文章: