经过好多次尝试,终于在http://blog.csdn.net/ainuser/article/details/76641963中得到解决。

grid: {
        x: '30%', //相当于距离左边效果:padding-left
        y: '30%',  //相当于距离上边效果:padding-top
        bottom: '3%',
        containLabel: true
    }

其中,X与Y在官方文档中已不可见,不知为什么,但仍旧可以用的。

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2021-09-17
  • 2021-10-03
  • 2021-05-20
  • 2021-05-28
  • 2021-11-18
猜你喜欢
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-11-23
  • 2022-01-20
  • 2022-12-23
相关资源
相似解决方案