search

Home  >  Q&A  >  body text

html - How to customize tooltip in echarts

The floating window on the picture displays number of registrations, and then displays 10:21 which is very unsightly. I want to customize it to number of registrations: 21 times That is, is it okay to use numbers as x-coordinates?

为情所困为情所困2709 days ago1243

reply all(1)I'll reply

  • 黄舟

    黄舟2017-07-03 11:44:22

    Recustomize the display value of tooltip. Reference document: http://echarts.baidu.com/opti...

    tooltip: {
        formatter: '{a}{c}次'
    }

    reply
    0
  • Cancelreply