Hello, I am creating a pie chart
And currently the hover text shows the perecentage of each slice.
Is there a way to make the hover text show additional information for each slice.
Such as
Germany, 20%
Population : 500
Rating : 8.0
Size: 100
and have that show up for the hover text?
Page 1 of 1
Hover Text for a Pie Chart
Other Replies To This Topic
#2
Posted 30 September 2008 - 07:22 AM
Hi,
Could you please try with hoverText?
hoverText="String value"
Example: <set name=''Germany' value='12345' color='636363' hoverText='Germany: 20%25, Population: 500, Rating: 8.0, Size: 100' >
Sometimes, you might just want to show the abbreviated names on the x-axis (to avoid cluttering or to make the chart look more legible). However, you still have the option of showing the full name as tool tip using this attribute.
Thanks,
Arindam
Arindam
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote