html - How to customize tooltip in echarts
为情所困
为情所困 2017-07-03 11:42:22
0
1
1254

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?

为情所困
为情所困

reply all(1)
黄舟

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

tooltip: {
    formatter: '{a}{c}次'
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template