What should I do with multiple data prompts in echarts's tooltip?

the basic presentation of business requirements may not be enough

clipboard.png
,,()
(),:

clipboard.png

my solution is to add these parameters to the dimension dataset.source and use

  
    tooltip: {
        trigger: "axis",
    //      formatter: function(params){
    //             return option.dataset.dimensions[5];
    //  } ,
    },

formatter to return the display information. But how to return?
and try the following, for example, how to formatter the three colors on the left in the tip display above, the official document
https://echarts.baidu.com/opt...

.

you have to think about how to show it. It has to look better than the default.
if I have a friend who can solve it in time, I"ll add a fan to you.
if not, I will continue to look at the document and submit the answer myself!
Thank you ~

May.14,2022

https://gallery.echartsjs.com...
you can return a html string to show what you want

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bc48-2b23b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bc48-2b23b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?