legend: {
  data: ['国有土地使用','食品药品安全','生态环境和资源保护','国有财产保护'],
  orient: 'horizontal',
  left: '10',
  bottom:'5',
  formatter: function(name){
    return name.length>5?name.substr(0,5)+"...":name;
  }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案