Closed luisvasq closed 8 months ago
The current tooltip (shown below) lacks stat labels next to their values. We should try to replicate the format of other chart tooltips (see the target example below), excluding the color bullet as it is unnecessary.
https://echarts.apache.org/en/option.html#tooltip.formatter
Not sure if the string template approach would be enough, but surely, the callback function is.
~Blocked by #457.~
The current tooltip (shown below) lacks stat labels next to their values. We should try to replicate the format of other chart tooltips (see the target example below), excluding the color bullet as it is unnecessary.
Current tooltip
Target example
Reference
https://echarts.apache.org/en/option.html#tooltip.formatter
Not sure if the string template approach would be enough, but surely, the callback function is.