Skip to content
Snippets Groups Projects

Feat(vis1 d)/add tooltip

Merged Marcos Pieras requested to merge feat(vis1D)/addTooltip into main
1 unresolved thread

Merge request reports

Pipeline #141556 passed

Pipeline passed for d2937015 on feat(vis1D)/addTooltip

Merged by Marcos PierasMarcos Pieras 4 months ago (Nov 14, 2024 3:51pm UTC)

Loading

Pipeline #141557 passed

Pipeline passed for 2e147ef6 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
195 hoverlabel: {
196 bgcolor: 'rgba(255, 255, 255, 0.8)', // Custom background color
197 bordercolor: 'rgba(0, 0, 0, 0.2)', // Custom border color
198 font: {
199 family: 'Inter, sans-serif',
200 size: 14, // Font size
201 color: '#374151', // Text color
202 },
203 },
198 204 }}
199 205 onHover={handleHover}
200 onUnhover={() => setHoveredPoint(null)}
206 onUnhover={handleUnhover}
201 207 />
202
208 {/*
  • Leonardo Christino requested changes

    requested changes

  • Marcos Pieras added 1 commit

    added 1 commit

    Compare with previous version

  • Marcos Pieras added 7 commits

    added 7 commits

    Compare with previous version

  • :tada: This MR is included in version 1.115.2 :tada:

    The release is available on GitLab release.

    Your semantic-release bot :package: :rocket:

  • Please register or sign in to reply
    Loading