cy163 Report post Posted November 20, 2009 (edited) Hello ALL, i am using FusionCharts V3 Evaluation version to render a Doughnut2d graph. I wonder if the hover event (mouse staying on a certain sector) can be caught and used. Currently only hover tooltip is available. Moreover, I wonder if some text can be dynamically shown in the central circle of the Doughnut2D graph. Does FusionCharts V3 Evaluation version support pyramid charts? Does pyramid charts support capturing hover event? Or, Is there any type of charts supporting capturing hover event? Felix Edited November 20, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 20, 2009 Hello, 1. I'm afraid, only the toolTip functionality is available to highlight a dataset, as of now. 2. FusionCharts V3 Doughnut 3D chart does not have the functionality to display text in the center circle. However, you can design an image with the text you wish to display and use it as the background image of the chart using the bgSWF attribute in the <chart> element. ref. -http://www.fusioncharts.com/docs/Contents/AttDesc/Background.html 3. Pyramid charts are present in FusionWidgets V3. ref. - http://www.fusioncharts.com/widgets/Gallery.asp#funnel However, the hoverEvent is not present, except for the toolTip. 4. FusionCharts V3 package does not have the functionality for capturing hover events. We have not used this functionality as it takes up a lot of resources. 5. If you wish to create hover events on our charts you can always choose to buy our source code and modify it to disclose the hover event. Hope this helps. Share this post Link to post Share on other sites
cy163 Report post Posted November 20, 2009 Thank you for your response. I am interesting in the following instructions. 2. FusionCharts V3 Doughnut 3D chart does not have the functionality to display text in the center circle. However, you can design an image with the text you wish to display and use it as the background image of the chart using the bgSWF attribute in the <chart> element. ref. -http://www.fusioncharts.com/docs/Contents/AttDesc/Background.html Actually, i would like FusionChart can show the label text in the center circle, when the mouse hovering a sector. That is, I want the label text to appear both in the tooltip and in the center circle. Can I achieve this on a Doughnut2/3 graph. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 20, 2009 Hello, I'm afraid, FusionCharts does not support this functionality, as of now. However, if you have the source codes, you can always modify them according to your needs. Share this post Link to post Share on other sites