charts.css
charts.css copied to clipboard
Pie chart tooltip
Hi!
I'm trying to add tooltip for this simple pie chart https://chartscss.org/charts/pie/ but it sounds that it's not yet supported. Am I right?
This can be done using daisyUI:
https://daisyui.com/components/tooltip/
For example,
<tr>
<th scope="row">USA</th>
<td style="--size: 0.46">46</td>
<td style="--size: 0.37">37</td>
<td style="--size: 0.38" class="tooltip tooltip-right" data-tip="38 medals">38</td>
</tr>
Oh, I just saw there are tooltips also in Charts.css 👍
https://chartscss.org/components/tooltips/
@jaimeiniesta thank you. Yeah for different types of charts its working, but not for pie chart.
@GGuinea I see what you mean. It doesn't work for me either, even using daisyUI tooltips, tips don't work for pie charts.