首页 > 技术文章 > echarts 去掉最外部边框

moguzi12345 2017-11-30 10:34 原文

在option中,插入一下代码即可:

grid: {show:'true',borderWidth:'0'},

插入代码前:

 

插入代码后:

 

推荐阅读