Hello, I'm evaluating FusionCharts 3.6 and have some questions regarding the rendering of data labels in pie 3D charts. I need to display data with long labels. To configure the charts I specified these xml properties:
enableSmartLabels="1" skipOverlapLabels="1" manageLabelOverflow="0" useEllipsesWhenOverflow="1"
I've attached a screenshot of the rendered chart (fc_js_3_6.jpg).
1. Is it possible to get labels truncated with ellipses? 2. Is it possible to keep the label text left aligned, even if the label is displayed on the left side of the pie? 3. Is it possible to show tooltips with the complete text for truncated labels? 4. Is it possible to wrap some lables, if there is enough space for multiple lines? I've compared the rendering of the FusionCharts 3.6 with the Flash rendering an old version of FusionCharts and saw that the Flash chart had a perfect label management (see screenshot fc_flash_3_3.jpg). Is there a way to get the same results with the current (or maybe a future) version of FusionCharts?