Reputation: 123
I am new to fusion charts.
How to interchange the hover value and the display value. Presently upon hover, shows the percentage value. I would need to know if the percentage and actual display value can be interchanged?
Also, if you could point to some basic documentations on fusion charts, It will help...
Upvotes: 0
Views: 258
Reputation: 319
Here is the detail documentation. You need to use the tooltext
attribute of the data
element to configure what text you show on hover. Look for detail chart attributes documentation.
Hope this will solve your issue.
Upvotes: 2