
Data from Multi-level Pie charts can now be exported in CSV or XLS formats.
Features
- In multi-level pie chart, `highlightParentPieSlices` and `highlightChildPieSlices` atrributes have been introduced to determine the direction of the highlight effect.
- A common theme can now be applied to all charts in a page.
- The restore button in select-scatter and drag-able chart has been moved to `options menu`. The list of attributes which have been added are as follows:
- `enableSubmit`
- `submitText`
- `enableRestore`
- `restoreText`
- Data plots in the inverse chart will now appear from the top of the canvas.
- Data from Multi-level Pie charts can now be exported in CSV or XLS formats.
- Custom fonts from client-side export can now be exported using `useSVGDeCanvo` option.
- The hyphen ( - ) character is now supported in the parameter of the JavaScript function of `link` attribute.
- The `defaultPrevented` property in the `eventObject` is used instead of the 'prevented' property.
- `getSVGString` now accepts an object as the second parameter with a property named `keepImages`. It can now export the logo or any images (background images, etc.) present in the chart.
- `fusioncharts.vml.js` file has been added to the package for Internet Explorer which contains all the VML related codes.
- `render()` function will also be fired when updating the chart type.
Fixes
- In Treemap charts, label texts were overflowing and was accumulating at the corners of the chart.
- Data plots were not getting displayed in logarithmic charts if the plot values were set less than `1` or had more than 10 decimal places.
- Following are the list of attributes which have been removed from the FusionCharts XT Suite:
- `Annrenderdelay`
- `showFormBtn` (deprecated)
- `formBtnTitle` (deprecated)
- `showRestoreBtn` (deprecated)
- `restoreBtnTitle` (deprecated)
- `btnTextColor`
- `btnFontSize`
- `formBtnWidth`
- `formBtnBorderColor`
- `formBtnBgColor`
- `btnPadding`
- `btnSpacing`
- `restoreBtnWidth`
- `restoreBtnBorderColor`
- `restoreBtnBgColor`
- In touch devices, tooltip was not hiding on touch outside the chart.
- Category labels were not drawn correctly, even if padding was applied to the `<div>` tag.
- A blank XLS file was getting exported when `setChartAttribute()` method was used.
- If there were multiple charts in a page, the plot values of all charts wouldn't appear unless the rendering animation was completed for all charts.
- FusionCharts was adding itself to the global window scope even if it was required using an AMD loader.
- Experimental API `enableFirebugLite` has been removed from the Suite, as most of the browsers now have their own debugger.
- The deprecated methods `getXML()` & `setDataXML()` have been removed.