fix: improve chart tooltip visibility over legend labels (#19) #21

Merged
maximus merged 1 commit from fix/simpl-resultat-19-tooltip-transparency into main 2026-03-08 16:39:23 +00:00
Collaborator

Summary

  • Add boxShadow and wrapperStyle={{ zIndex: 50 }} to Recharts Tooltip in CategoryOverTimeChart and CategoryBarChart
  • The tooltip was blending with the legend labels at the bottom of the chart when showing all categories at once
  • Shadow and z-index ensure the tooltip floats above background elements with clear visual separation

Fixes #19

🤖 Generated with Claude Code

## Summary - Add `boxShadow` and `wrapperStyle={{ zIndex: 50 }}` to Recharts Tooltip in `CategoryOverTimeChart` and `CategoryBarChart` - The tooltip was blending with the legend labels at the bottom of the chart when showing all categories at once - Shadow and z-index ensure the tooltip floats above background elements with clear visual separation Fixes #19 🤖 Generated with [Claude Code](https://claude.com/claude-code)
medic-bot added 1 commit 2026-03-08 16:06:29 +00:00
Tooltip was blending with the legend labels at the bottom of the chart,
especially when showing all categories at once. Added shadow and z-index
to ensure the tooltip stands out from the background.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
maximus merged commit e32a14557f into main 2026-03-08 16:39:23 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: maximus/Simpl-Resultat#21
No description provided.