Hi team :slightly_smiling_face: Any idea how to di...
# support
a
Hi team 🙂 Any idea how to display the values on the pie chart not only on mouse hover? For example, in this chart, we can see the Free/Usage percentage value only when the mouse pointer is on a specific pie slice. Thanks!
s
This is currently not supported.
a
Thank you Srikanth! Does any plan to support this ability?
a
until this is supported , you can do this - While this is not going to be an ideal solution but you can view all the data from the pie chart in browser's console tab you can use a simple script I wrote: Gist Link. Simply hover over each element once, and after a delay of 5 seconds, the script will log the data as a table in the console.
works well i guess
s
@Ariel Adler yes, can't give exact timeline but we will add support
a
Thank you!!
@Anukul Pandey It looks cool but we need the value on the chart UI
a
yes got that, I thought if someone needs to see prior to the addition of that feature then they can use this script thanks for your feedback @Ariel Adler