Skip to content

Commit

Permalink
Nit: add tooltip for disabled chart (#6253)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal authored Dec 11, 2024
1 parent ae6298e commit 8116696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
size="20px"
/>
<svelte:fragment slot="tooltip-content">
{label}
{disabled ? `Add comparison values to use ${label} chart` : label}
</svelte:fragment>
</IconButton>
</div>
Expand Down

1 comment on commit 8116696

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.