formatter: function (tipData) {
    return tipData[0].name + '</br>'
             + '<span style="display:inline-block;margin-right:5px;border-radius:10px;width:9px;height:9px;background-color:' + tipData[0].color + '"></span>' + tipData[0].seriesName + ':'+'&nbsp'+'&nbsp'+tipData[0].data+'</br>'
             +...
}

 

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-08-31
  • 2022-12-23
  • 2022-01-06
  • 2021-06-14
猜你喜欢
  • 2021-08-14
  • 2021-06-21
  • 2022-12-23
  • 2021-07-18
  • 2021-06-09
  • 2022-12-23
  • 2021-08-21
相关资源
相似解决方案