evidence-dev / evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
https://evidence.dev
MIT License
3.65k stars 178 forks source link

Custom Tooltips #1836

Open hughess opened 2 months ago

hughess commented 2 months ago

Feature Description

Ability to customize tooltips in charts and maps

Goal of Feature

Current Solution / Workarounds

In some cases, echartsOptions can be used to customize.

Implementation Notes

timothyhoward commented 2 months ago

This might be better placed as another request, but custom tooltips for column headers in the DataTable would also be extremely useful. We have columns that get renamed to acronyms (e.g. CAGR) and it would be extremely helpful to add the full name as a tooltip.

hughess commented 2 months ago

@timothyhoward I played around with something like that before - is this similar to what you're imagining? CleanShot 2023-08-15 at 11 00 43

timothyhoward commented 2 months ago

@hughess That's exactly what I was imagining!