MIT-CAVE / cave_static

A react based static web app to be used as a UI and data consumer for the CAVE app.
Apache License 2.0
0 stars 1 forks source link

Improve tooltip format of Scatter / Bubble plots #456

Closed luisvasq closed 8 months ago

luisvasq commented 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.

Current tooltip

Image

Target example

Image

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.

luisvasq commented 8 months ago

~Blocked by #457.~