echarts 去掉最外部边框

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

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

插入代码前:

插入代码后:

原文地址:https://www.cnblogs.com/moguzi12345/p/7927810.html