|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/FusionChart/Contents/Introduction/ |
Upload File : |
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FusionCharts XT Version History</title>
<link rel="stylesheet" href="../assets/ui/css/style.css" type="text/css" />
<script type="text/javascript" src="../assets/prettify/prettify.js"></script>
<link rel="stylesheet" type="text/css" href="../assets/prettify/prettify.css" />
<script type="text/javascript" src="../assets/ui/js/jquery.min.js" ></script>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
a.whtbtnhide, a.whtbtnshow, a.whtbtnhidenav , a.whtbtnshownav { border-bottom:none !important; }
-->
</style>
<script type="text/javascript" language="javascript1.2" src="../assets/ui/js/whmsg.js"></script>
<script type="text/javascript" language="javascript" src="../assets/ui/js/whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="../assets/ui/js/whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="../assets/ui/js/whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="../assets/ui/js/whlang.js"></script>
<script type="text/javascript" language="javascript1.2" src="../assets/ui/js/whtopic.js"></script>
<script type="text/javascript" src="../assets/ui/js/lib.js"></script>
</head>
<body>
<!-- breadcrumb starts here -->
<div id="breadcrumb"></div>
<script type="text/javascript">
document.write( addFCBreadcrumb( [ "Home|Overview.html","Introduction", "Version History" ] ) );
</script><!-- breadcrumb ends here -->
<table width="98%" border="0" cellspacing="0" cellpadding="3" align="center">
<tr>
<td class="pageHeader">FusionCharts XT Version History</td>
</tr>
<tr>
<td valign="top" class="text">
<p>FusionCharts XT boasts of a plethora of enhancements which are listed below: </p>
</td>
</tr>
<tr>
<td valign="top" class="header"><a name="v331SR2" id="v331SR2"></a>What's new in XT (v3.3.1 - SR2)</td>
</tr>
<tr>
<td valign="top">
<p class="highlightBlock">Existing FusionCharts XT users can learn how to use the new features introduced in FusionCharts XT <a href="Upgrading32.html">here</a>.</p>
<p><strong> Fix: </strong>
<ul>
<li>Fixed runtime error in Stacked charts with <span class="codeInline">null</span> values</li>
<li>Minor fix in visualization of Pie 2D chart with thick plot border</li>
<li>External images are no longer included in the export stream</li>
<li>Minor fix while exporting charts to PDF in Internet Explorer 9+</li>
<li>Pie and Doughnut charts now correctly invoke legend-click event</li>
<li>Slice index order for <span class="codeInline">togglePieSlice()</span> in Pie and Doughnut charts is corrected</li>
<li>Terminal data labels are now visible in 3D Stacked column charts in all dimensions</li>
<li>Tooltip now correctly shows category labels when <span class="codeInline">showLabel='0'</span> is set to <span class="codeInline"><category></span></li>
<li>Pie and Doughnut charts no longer crashes when insignificant values are passed as data</li>
<li>The positive sense of rotation for <span class="codeInline">startingAngle</span> in Pie 2D and Doughnut 2D charts is corrected</li>
<li>Caption and sub-caption are now centrally aligned with respect to chart's background in Pie and Doughnut</li>
</ul>
</p>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td valign="top" class="header"><a name="v331SR1" id="v331SR1"></a>What's new in XT (v3.3.1 - SR1)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts XT users can learn how to use the new features introduced in FusionCharts XT <a href="Upgrading32.html">here</a>.</p>
<p><strong> New Features: </strong>
<ul>
<li>Ability to convert HTML Table to chart using jQuery plugin.</li>
</ul>
</p>
<p><strong> Improved: </strong>
<ul>
<li>Optimized rendering of line charts.</li>
</ul>
<p><strong> Fix: </strong>
<ul>
<li>Hot-fix in VML Rendering Library.</li>
<li>Trendline labels for Secondary Y-Axis are now positioned correctly.</li>
</ul>
</p></td></tr>
<tr>
<td> </td>
</tr>
<tr>
<td valign="top" class="header"><a name="v331" id="v331"></a>What's new in XT (v3.3.1)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts XT users can learn how to use the new features introduced in FusionCharts XT (v3.3.1) <a href="Upgrading32.html">here</a>.</p>
<p><strong> New Features: </strong>
<ul>
<li>JavaScript ZoomLine Chart now supports all JavaScript API functions:
<ul>
<li class="codeInline">zoomTo</li>
<li class="codeInline">zoomOut</li>
<li class="codeInline">getViewStartIndex</li>
<li class="codeInline">getViewEndIndex</li>
<li class="codeInline">setZoomMode</li>
<li class="codeInline">resetChart</li>
</ul>
</li>
<li><span class="codeInline">showValue</span> attribute is introduced within <span class="codeInline"><set></span> element of Flash Pie and Doughnut charts.</li>
</ul>
</p>
<p><strong> Improved: </strong>
<ul>
<li>Improved pin feature for JavaScript ZoomLine chart.</li>
</ul>
<p><strong> Fix: </strong>
<ul>
<li>JavaScript Pie and Doughnut 3D Charts no longer crash on Blackberry OS 10. </li>
<li> <span class="codeInline">displayValue</span> attribute now works within <span class="codeInline"><set></span> element of JavaScript Bubble chart.</li>
<li>Minor fix in rendering of canvas shadow while using <span class="codeInline">useRoundEdges='1'</span> in VML Browsers.</li>
<li>Minor fix for shadow not being clipped during initial animation of JavaScript Stacked Area charts.</li>
<li> <span class="codeInline">showPercentInTooltip</span> attribute now displays percent value in tooltip when set as 1 in JavaScript Stacked charts.</li>
<li> <span class="codeInline">manageLabelOverflow</span> attribute now works properly when set along with <span class="codeInline">baseFontSize</span>, in JavaScript charts.</li>
<li>Fix related to runtime error of JavaScript Bar charts with certain combination of <span class="codeInline">maxLabelWidthPercent</span> attribute and long data labels.</li>
</ul>
</p></td></tr>
<tr>
<td valign="top" class="header"><a name="v330" id="v330"></a>What's new in XT (v3.3.0)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts XT users can learn how to use the new features introduced in FusionCharts XT (v3.3.0) <a href="Upgrading32.html">here</a>.
</p>
<p><strong> New Features: </strong>
<ul>
<li>Support for <span class="codeInline">widthPercent</span> attribute in the <span class="codeInline"><category></span> element for JavaScript Marimekko chart.</li>
<li>Support for <span class="codeInline">anchorMinRenderDistance</span> attribute in JavaScript Zoom Line chart.</li>
<li>Exported JavaScript charts can now be saved to a server (using PHP and JAVA).</li>
</ul>
</p>
<p><strong> Improved: </strong>
<ul>
<li>Better and crisp visualization of JavaScript charts.</li>
<li>Added support to customize export related context-menu items of JavaScript charts.</li>
<li>Improvement in dataset order for JavaScript MSBar2D and MSBar3D charts.</li>
<li>JavaScript SSGrid chart now supports export feature.</li>
</ul>
</p>
<p><strong> Fix: </strong>
<ul>
<li>Links are no more invoked in drag events for Flash charts.</li>
<li>Common alpha can be set on gradient colors in Flash charts.</li>
<li>Fix related to exporting of JavaScript SSGrid chart.</li>
<li>Minor fix in displaying thin slices of JavaScript Pie 3D and Pie 2D charts.</li>
<li>Minor fix related to displacement of data plot in JavaScript Line and Area charts.</li>
<li>Minor fix related to <span class="codeInline">maxLabelWidthPercent</span> attribute in JavaScript Bar charts.</li>
<li>Summation values are now positioned correctly in JavaScript MSStacked charts.</li>
<li>Fix related to tooltip of Zoomline chart being displayed outside the canvas in Flash.</li>
<li>Minor fix related to <span class="codeInline">numVisiblePlot</span> in Flash Scroll Combination Dual Y 2D chart.</li>
<li> Minor fix in displaying data labels and tooltip when null values are passed to JavaScript Marimekko charts.</li>
<li><span class="codeInline">getSVGString()</span> and <span class="codeInline">exportChart()</span> can now be invoked multiple times in JavaScript charts.</li>
</ul>
</p></td></tr>
<tr>
<td valign="top" class="header"><a name="322SR5" id="322SR5"></a>What's new in XT (v3.2.2 - SR5)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here.</a>
</p>
<p><strong> New Features: </strong></p>
<ul>
<li>JavaScript Zoom Line chart now supports Log Axis.</li>
<li>JavaScript Zoom Line chart now supports <span class="codeInline">numVisibleLabels</span> attribute.</li>
<li>Scrollable charts can now be scrolled on touch devices by swiping over the canvas area.</li>
<li>Ability to turn off url-decoding of links using the <span class="codeInline">unescapeLinks</span> attribute in JavaScript charts.<br />
</li>
</ul>
<p><strong>Improved: </strong></p>
<ul>
<li>Long tool tips in Flash Zoom Line chart are now wrapped automatically.</li>
<li>Data parser now automatically removes trailing spaces from data values.</li>
<li>Data labels can now be shown individually using the <span class="codeInline">showLabels</span> attribute in the <span class="codeInline"><set></span> element in Pie or Doughnut charts.</li>
<li>Enhanced space management while using the <span class="codeInline">plotSpacePercent</span> attribute in Flash 3D Column and 3D Bar charts.</li>
<li>Enhanced visibility of the data values in Flash Stacked Bar 2D chart.</li>
<li>Better handling of quotes in <span class="codeInline">FusionCharts.php</span>.</li>
</ul>
<p><strong>Fix: </strong></p>
<ul>
<li>jQuery 1.8 compatibility issues.</li>
<li>Mixed content browser warning on Internet Explorer when using charts within secured (https) pages.</li>
<li>Exporting issues related to JavaScript <i>LinkedCharts</i>.</li>
<li>Minor fix in label position while using stagger label display mode.</li>
<li>Minor fix related to legend interactivity in JavaScript charts.</li>
<li>Minor fix related to displacement of dataplot in Line and Area charts.</li>
<li>Issues related to floating point number calculations while setting axis limits in Stacked charts.</li>
<li>Disappearing legend issue in Flash Scatter chart when <span class="codeInline">anchorSides</span> is less than 3.</li>
<li>Flash <i>LinkedCharts</i> overlay button does not disappear anymore while exporting.</li>
<li>Links are no longer invoked when mouse is dragged onto Flash chart from foreign elements.</li>
<li>Bold and Italics styles can now be applied to tool tips.</li>
<li>Gradient colors can now be applied to dataplots in Flash MSCombi2D and MSCombiDY2D charts using the color attribute in the <span class="codeInline"><dataset></span> element.</li>
<li>Axis limits can now be explicitly defined in Marimekko chart while not using percentage distribution.</li>
<li><span class="codeInline">setAdaptiveYMin</span> now remains disabled by default in Flash charts when all the values are negative.</li>
<li>JavaScript charts now export the current state of the charts.</li>
<li><span class="codeInline">getDataAsCSV</span> now works in JavaScript Dual Y-Axis charts and Multi-series Stacked charts.</li>
<li><span class="codeInline">showZeroPlaneValue='0'</span> now hides the zero value even when zero plane is not explicitly drawn in Flash Zoom Line and MSCombi3D charts.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="header"><a name="322SR4" id="322SR4"></a>What's new in XT (v3.2.2 - SR4)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>.
</p>
<p><strong> New Features: </strong></p>
<ul>
<li>JavaScript Pie and Doughnut charts' slices now move in or out when respective labels and connector lines are clicked</li>
<li> Stacked charts can now display data values in percentage using the <span class="codeInline">showPercentValues</span> and <span class="codeInline">showPercentinTooltip</span> attributes. </li>
</ul>
<p><strong>Improved: </strong></p>
<ul>
<li>Anchors in Flash charts now render as circles when anchor sides are less than 3. </li>
<li> Y-Axis Name of Flash Zoom Line chart now supports Shadow, Glow, Bevel and Blur style.</li>
<li>Chart Loading messages in JavaScript charts can be now configured using the <span class="codeInline">configure()</span> function. </li>
<li>Drawing improvement for all JavaScript 3D charts.</li>
</ul>
<p><strong>Fix:</strong></p>
<ul>
<li>Issue setting custom thousands separator for Flash charts.</li>
<li>Flash charts hang when accented characters are passed to the charts through the URL of the data source. </li>
<li>Disabled tooltip shadow is getting enabled when Flash charts are reloaded. </li>
<li>Disparity in the display of shadow across all Flash Bar charts.</li>
<li>Incorrect decimal places are shown for divisional-line values in Flash charts.</li>
<li>The value of the <span class="codeInline">plotSpacePercent</span> attribute is not getting applied as expected in Flash 3D charts. </li>
<li>Text in Zoom Line chart does not support <span class="codeInline">{br}</span> pseudo code.</li>
<li>Trendlines in Flash Zoom Line chart fail to show tooltips.</li>
<li>Flash Zoom Line chart crashes when axis type is set as 'log' and a dataplot is set as zero.</li>
<li>Flash Zoom Line chart's line with discontinuous data cannot be pinned.</li>
<li>JavaScript Zoom Line chart miscalculates <span class="codeInline">displayStartIndex</span> & <span class="codeInline">displayEndIndex</span> attributes.</li>
<li>Hidden anchors reappear when mouse hovers over JavaScript Zoom Line chart. </li>
<li>Interactive legend items are not working when the anchors are disabled using <span class="codeInline">drawAnchors="0"</span> for JavaScript Zoom Line chart.</li>
<li> Runtime error in JavaScript Zoom Line chart when category labels are hidden.</li>
<li>Legend items are displayed in reverse order for JavaScript Pie 3D and Doughnut 3D charts.</li>
<li>Data labels of Flash Pie and Doughnut charts do not support <span class="codeInline">{br}</span> pseudo code.</li>
<li>JavaScript Pie and Doughnut charts do not save slice-state upon chart resize.</li>
<li>JavaScript Pie or Doughnut charts with a single slice are unable to calculate the starting angle.</li>
<li>Issue showing individual slice labels, when all labels are hidden using <span class="codeInline">showLabels="0"</span> in the<span class="codeInline"> <chart></span> element for JavaScript Pie and Doughnut charts. </li>
<li>Runtime error on clicking slices of Pie 3D or Doughnut 3D charts under certain circumstances. </li>
<li>Runtime error when JavaScript Pie or Doughnut charts have no data value to plot but the <span class="codeInline">pieYScale</span> attribute is set through the <span class="codeInline"><chart></span> element. </li>
<li>Flash Pareto 3D chart with two data plots hides the data labels.</li>
<li>Cumulative Line in Flash Pareto charts becomes distorted under certain conditions. </li>
<li>Summation values are going outside the canvas area in JavaScript Marimekko charts.</li>
<li><span class="codeInline">plotFillColor</span> attribute is not working for Flash Area charts.</li>
<li>Plot border is visible even if <span class="codeInline">showPlotBorder</span> is set to 0 in JavaScript Multi-series charts. </li>
<li>Incorrect ordering of Legend items in JavaScript Combination charts. </li>
<li>Issue while rendering dashed lines using <span class="codeInline">lineDashed="1"</span> through the <span class="codeInline"><chart></span> element in Flash Combination charts. </li>
<li>Issue while creating individual dashed line-segments in JavaScript Single-series Line charts. </li>
<li>The <span class="codeInline">lineColor</span> attribute in the <span class="codeInline"><chart> </span>element is not working for Flash Combination charts. </li>
<li>X-Axis category labels in Scatter chart are overlapping in Flash charts.</li>
<li>Same value for the <span class="codeInline">xAxisMinValue</span> attribute and the <span class="codeInline">x</span> value for a category in Scatter chart results in wrong data representation. </li>
<li>The <span class="codeInline">decimals</span> attribute fails to work in JavaScript 100% Stacked charts. </li>
<li>Minor rendering issue with Multi-series Column 3D chart.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="322SR3" id="322SR3"></a>What's new in XT (v3.2.2 - SR3)</td>
</tr>
<tr>
<td valign="top" class="text"> <p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>.
</p>
<p><strong>New Features:</strong></p>
<ul>
<li>Support for JavaScript Pie 3D and Doughnut 3D charts</li>
<li> Ability to control number formatting for <a href="../advanced/number-format/Number_Basics.html#thousandSeparatorPosition">Indian and East Asian thousand/lac separation formats</a></li>
<li>Support <a href="../advanced/number-format/Rec_Num_Scaling.html"> for recursive number scaling</a> to display the chart data better</li>
</ul>
<p><strong>Improved:</strong></p>
<ul>
<li>Considerable reduction of memory leaks upon resize, data-update and dispose of charts</li>
<li>JavaScript Bubble charts now correctly clip all out-of-canvas data-points using the <span class="codeInline">clipBubbles</span> attribute</li>
<li>Text-selection (I-beam) cursor does not appear when hovered over text</li>
<li>JavaScript Pie and Doughnut charts now support dashed plot borders</li>
<li>Enhancements in JavaScript Zoom Line chart which includes:
<ul>
<li>Pin Mode</li>
<li>Better management of x-axis data labels</li>
<li>Icons for Zoom-Out, Reset and Pin Mode </li>
</ul>
</li>
</ul>
<p><strong>Fix:</strong></p>
<ul>
<li><span class="codeInline">ExportReady</span> event not being raised in advanced event model</li>
<li>Erratic ordering of Legend icons in Chrome</li>
<li><span class="codeInline">connectNullData</span> attribute not working as expected in JavaScript Zoom Line charts</li>
<li> Stray anchors being visible in JavaScript Zoom Line charts</li>
<li><span class="codeInline">toolText</span> attribute being ignored at <span class="codeInline"><set ... /></span> level in JavaScript Zoom Line charts</li>
<li>The loss of pie slice animation when Pie charts are resized</li>
<li>Trendline values being plotted on incorrect axis on JavaScript dual-axis charts fixed</li>
<li>JavaScript Zoom Line chart not plotting data-points whose values are equal to <span class="codeInline">yAxisMaxValue</span></li>
<li><span class="codeInline">plotBorderDashed</span> not being effective on JavaScript Pareto charts</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="322SR2" id="322SR2"></a>What's new in XT (v3.2.2 - SR2)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>.
</p>
<p><strong>Improved:</strong></p>
<ul>
<li>Style support added for legend items. (limited to font color and size only).</li>
<li>Word-wrapping for labels now include hyphen while deciding line-breaks.</li>
<li>Better and automatic handling of <span class="codeInline">slicingDistance</span> attribute of Pie and Doughnut charts.</li>
<li>Added new chart attributes <span class="codeInline">enableSlicing</span> for Pie and Doughnut charts for better interactivity control.</li>
<li>Addition of new attribute <span class="codeInline">anchorStartAngle</span> for all line and area based charts that has anchors.</li>
<li>ZoomLine chart now has a "zoom out" button and the reset text-based link has been replaced with a button.</li>
<li>Resolved compatibility issues in tool-tip positioning and gradient rendering caused by jQuery 1.7.1.</li>
<li>Setting <span class="codeInline">labelDisplay='none</span>' turns off x-axis value stepping and allows labels to overlap. </li>
</ul>
<p><strong>Fix:</strong></p>
<ul>
<li>Fix for drawing issue on 3D stacked column charts where a point had "zero" value.</li>
<li> Fixed Zoom Line chart legend items unexpectedly breaking into multiple lines.</li>
<li>Support for valuePosition at<span class="codeInline"> <set></span> level for line and area based charts.</li>
<li>Zoom Line animations not being turned off.</li>
<li> Pie and Doughnut charts getting clipped by half when it had a single data-point.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="322SR1" id="322SR1"></a>What's new in XT (v3.2.2 - SR1)</td>
</tr>
<tr>
<td valign="top"><p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>.
</p>
<p><strong>Improved:</strong></p>
<ul>
<li>Text wrapping for labels in JavaScript charts.</li>
<li>JavaScript Zoom Line chart.</li>
<li>Font style can be applied to the sum values in JavaScript stacked charts.</li>
</ul>
<p><strong>Fix:</strong></p>
<ul>
<li>Data loading and rendering issues specific to Internet Explorer 6/7/8.</li>
<li>iOS gradient issue.</li>
<li>Disappearing 'close' button in <em>LinkedCharts</em> (JavaScript chart).</li>
<li>Minor fix related to displaying sum in JavaScript scroll stacked charts.</li>
<li>Minor fix related to tool-tip when dataplot alpha is set to 0 in all line and area charts.</li>
<li>Minor fix in Zoom Line chart's dynamic resizing module.</li>
<li>Minor fix for <span class="codeInline">yAxisNameWidth</span>, <span class="codeInline">pYAxisNameWidth</span> and <span class="codeInline">sYAxisNameWidth</span>.</li>
<li>Minor fix in .NET wrapper (<span class="codeInline">FusionCharts.dll</span>).</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="322" id="322"></a>What's new in XT (v3.2.2)</td>
</tr>
<tr>
<td valign="top" class="text"> <p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>.
</p>
<ul><li>All the charts now render in pure JavaScript also. New charts in JavaScript include:
<ul><li>2D Charts: MSStackedColumn2D, MSStackedColumn2DLineDY, SSGrid</li>
<li>3D Charts: Column3D, MSColumn3D, MSBar3D, StackedColumn3D, StackedBar3D, StackedColumn3DLine, MSCombi3D (without True 3D feature), MSColumnLine3D, MSColumn3DLineDY, StackedColumn3DLineDY</li>
<li>Scrollable charts: ScrollColumn2D, ScrollLine2D, ScollArea2D, ScrollStackedColumn2D, ScrollCombi2D, ScrollCombiDY2D</li>
</ul>
</li>
<li> New framework for JavaScript charts that supports 3D and scroll charts, gradients, smart labels with auto-wrapping and ellipses, interactive legend, trend-lines and trend-zones, and axis management. Visually, the JavaScript charts look almost similar to Flash charts of FusionCharts.</li>
<li>Enhanced label management in all charts to avoid overlapping of labels when there are large labels or many of them</li>
<li>Touch support available during rotation and slicing of pie or doughnut charts on tablets</li>
<li><a href="../advanced/BgSWF.html">Background image can now be used to fill the chart in different modes, and custom alignment is possible</a></li>
<li> Ability to center the x-axis and y-axis titles with respect to chart area</li>
<li><a href="../../Code/jquery/Selector/UsingFusionChartsSelector.html">Support for auto generation of x-axis in Scatter and Bubble Charts</a></li>
<li>Scatter and Bubble charts also support<a href="../AttDesc/BubbleScatter.html#regressionLine"> regression lines</a>, configuration for<a href="../AttDesc/BubbleScatter.html#numberformat"> x-axis number formatting</a>, <a href="../AttDesc/BubbleScatter.html#vdivlines">vertical division lines, grids and zero plane</a>. </li>
<li>Multi-series Combination Chart (True 3D chart) now supports customizable x-axis ticks</li>
<li> Enhanced JavaScript API to:
<ul><li>Control <a href="../JavaScript/API/SpecialCharts/PieDoughnut_JSAPI.html">slicing movement</a> of pie and doughnut charts</li>
<li>Switch to<a href="../JavaScript/API/SpecialCharts/Combi3D_JSAPI.html"> 100% view</a> in multi-series combination 3D chart</li>
<li>Support <a href="../exporting-data/ExportDataJS.html">getCSVData()</a> function</li>
<li>Support dynamic resizing when the parent container resizes</li>
</ul>
</li>
<li>Code for FusionCharts and PowerCharts JavaScript version have now been separated into different files</li>
<li> Closed swfobject library has been removed. Now the swfobject is elevated to the window scope<br />
</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="321" id="321"></a>What's new in v3.2.1</td>
</tr>
<tr>
<td valign="top" class="text">
<p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>. </p>
<ul>
<li> Added the <span class="codeInline">useEllipsesWhenOverflow</span> attribute to the <span class="codeInline"><chart></span> element that controls whether ellipses are to be used in chart labels</li>
<li> Marimekko chart now supports the new legend</li>
<li> Bug fix in label rendering mechanism of line and area charts, where the last label was getting lesser space in rotated mode</li>
<li> Changes in FusionCharts JavaScript class:
<ul><li>
Improvements in JSON transcoder
</li>
<li>Support for font manipulation and Style manipulation when rendering JavaScript charts </li>
<li>Customization of y-axis min and max values in JavaScript rendering </li>
<li>Compatibility with older PowerCharts and FusionWidgets</li>
<li> Removal of swfUrl as compulsory construction parameter </li>
<li>Additional cosmetic changes when using JavaScript rendering </li>
</ul>
</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="32" id="32"></a>What's new in v3.2</td>
</tr>
<tr>
<td valign="top" class="text">
<p class="highlightBlock">Existing FusionCharts users can learn how to use the new features introduced in FusionCharts XT in the <a href="Upgrading32.html">here</a>. </p>
<ul>
<li>Automatic rendering of JavaScript charts on devices (like iPad and iPhone) where Flash player is not supported</li>
<li>Six new chart types:
<ul>
<li>2D Pareto Chart</li>
<li>3D Pareto Chart</li>
<li>Marimekko Chart</li>
<li>2D Stacked Column Line (Single Y axis)</li>
<li>3D Stacked Column Line (Single Y axis)</li>
<li>Zoom Line Chart (with scrolling and pinning support) </li>
</ul>
</li>
<li>Support for JSON data format</li>
<li>Support for <i>LinkedCharts</i>, where a single data source controls multiple charts</li>
<li>Interactive legends in charts that allow for selective showing or hiding of data series (or slicing, in case of pie charts) </li>
<li>Legends now support icons for each data series </li>
<li>Pie and Doughnut charts now support the legend feature</li>
<li>Stacked charts now support 100% stacked mode </li>
<li>Bubble and Scatter charts can now have visual quadrants with labels</li>
<li>Better management of labels on charts. Labels now have an auto rendering mode to prevent them from overlapping, the chart selects the best display mode for labels depending on the length of the labels and the width of the chart. Long labels are truncated, with ellipses appended to the truncated end of each label, and a tooltip bearing the completed label text is displayed when the user hovers over a truncated label. </li>
<li>Support for line breaks and wrapping in all text elements including: caption, sub caption, x-axis title, y-axis title, labels and tooltips.</li>
<li>In Line charts, data values can now be positioned either above or below the dataplots. Automatic positioning of data values is also supported.</li>
<li>Custom alignment of caption and sub caption using Styles</li>
<li>Adjustment of minimum y-axis value in stacked charts now supported </li>
<li>Advanced print management using JavaScript</li>
<li>Additional options for efficient event handling using JavaScript</li>
<li>Support for dynamic update of chart properties using JavaScript</li>
<li>Charts now support % based sizes along with dynamic resizing </li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="311" id="311"></a>What's new in v3.1: </td>
</tr>
<tr>
<td valign="top" class="text">
<br />
<ul>
<li>Ability to export the charts as PDF and images at client-side as well as server-side</li>
<li>Rotated text does not need embedded fonts any more. Any UTF-8 character can now be rotated and used on the chart, thereby, making FusionCharts XT truly multi-lingual. </li>
<li>Option to specify a text value which can replace the numeric values that are displayed on chart for each data item </li>
<li>Ability to load custom logo on the chart at pre-defined positions and then link the same </li>
<li>Option to add your custom menu item to the chart's context menu and then link the same</li>
<li>Support for wrapping of caption, sub-caption, and tooltips</li>
<li>Trend-lines now can have custom tool-text </li>
<li>User definable color palettes for the data items </li>
<li>A lot more JavaScript events to help you manipulate the chart better from your JavaScript code</li>
<li>Ability to export data from chart as CSV using context menu or JavaScript API</li>
<li>Ability to get the XML for any chart using JavaScript API</li>
<li>Ability to get a chart attribute using JavaScript API</li>
<li>Charts have been recompiled at 36fps to solve the memory issues in Firefox </li>
</ul>
</td>
</tr>
<tr>
<td valign="top" class="text"> </td></tr>
<tr>
<td valign="top" class="header"><a name="30" id="30"></a>What's new in v3.0</td>
</tr>
<tr>
<td valign="top" class="text">
<br />
<table width="95%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr valign="middle" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">New Chart Types</td>
</tr>
<tr valign="middle" class="text">
<td> </td>
<td class="text">FusionCharts v3 introduces a lot of new chart types
like:<br />
<ul>
<li>Scroll Charts - Column 2D, Line 2D and Area 2D, Stacked Column 2D, Combination 2D, Combination 2D (Dual Y) </li>
<li>Spline Charts</li>
<li>Spline Area Charts</li>
<li>Logarithmic Axis Charts</li>
<li>2D Multi-chart Single Y Combination Chart.</li>
<li>2D Multi-chart Dual Y Combination Chart. This chart be used
to plot 9 types of chart:
<ul>
<li>Column (Primary Y) + Line (Secondary Y) Combination</li>
<li>Column (Primary Y) + Area (Secondary Y) Combination</li>
<li>Column (Primary Y) + Column (Secondary Y) Combination</li>
<li>Area (Primary Y) + Line (Secondary Y) Combination</li>
<li>Area (Primary Y) + Column (Secondary Y) Combination</li>
<li>Area (Primary Y) + Area (Secondary Y) Combination</li>
<li>Line (Primary Y) + Line (Secondary Y) Combination</li>
<li>Line (Primary Y) + Column (Secondary Y) Combination</li>
<li>Line (Primary Y) + Area (Secondary Y) Combination</li>
</ul>
</li>
<li>3D Stacked Column Line Dual Y Combination Chart</li>
<li>3D Horizontal Bar </li>
<li>3D Stacked Bar </li>
<li>Advanced Candlestick chart with support for line, bar and volume
columns </li>
<li>Drag-able Column and Line Charts for advanced simulation scenarios </li>
<li>Waterfall Chart </li>
</ul>
<br /> </td>
</tr>
<tr valign="middle" class="text">
<td> </td>
<td class="highlightBlock">Few of the above listed charts are not
in the standard FusionCharts v3 pack, for example, Spline, Logarithmic, Waterfall and Drag-able charts are part of PowerCharts pack, which can be purchased separately.</td>
</tr>
<tr><td colspan="2" height="23"></td></tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Ability to export charts as image </td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>Starting FusionCharts v3.0.5, you can now export your charts as images using a combination of client side and server side manipulation.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Easy but advanced integration with JavaScript</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 offers advanced options to integrate charts with your AJAX applications or JavaScript modules. You can update charts on client side, invoke JavaScript functions as hotspot links, or make dynamic calls for XML data without involving any page refreshes. You can also specify a <span class="codeInline">DOMId</span> for each chart and have it register with JavaScript. The chart can then keep JavaScript functions posted around its activities.</p></td>
</tr>
<tr valign="middle" class="text">
<td><div align="center"><img src="../Images/Bullet.gif" width="9" height="9" /></div></td>
<td class="textBold">Visual XML Generator Utility </td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces a new visual XML and chart Generator utility which helps you easily build your XML data for the charts. You can manually enter data in a grid to form XML or convert your existing data from spreadsheets / CSV Files / tables into XML data. </p></td>
</tr>
<tr valign="middle" class="text">
<td width="15"> <div align="center"><img src="../Images/Bullet.gif" width="9" height="9" /></div></td>
<td class="textBold">Style Element</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces <span class="codeInline">Styles</span>
to help you apply font, effects and even animation to various objects
of the chart. <span class="codeInline">Styles </span>lends a simple
mechanism, using which you can easily control the visual layout of
charts. </p></td>
</tr>
<tr valign="middle" class="text">
<td width="15"> <div align="center"><img src="../Images/Bullet.gif" width="9" height="9" /></div></td>
<td class="textBold">Built in Adobe Flash 8 using ActionScript 2</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 is coded in Flash 8 and ActionScript 2 to fully
utilize the new and advanced features of Flash 8 like dynamic tweening,
filters, better speed, advanced OOP structures etc.</p></td>
</tr>
<tr valign="top" class="text">
<td width="15" valign="middle"> <div align="center"><img src="../Images/Bullet.gif" width="9" height="9" /></div></td>
<td class="textBold">New Debug Mode</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces a debug mode for each chart. The debug
mode helps you to look into what's happening in the chart - behind the
scenes. You can see how the chart is initializing, getting its data
and interacting with JavaScript. Various errors generated are also
shown in this. So, whenever you see an error on the chart now, all
you need to do is switch to the debug mode to locate and fix it.</p></td>
</tr>
<tr valign="top" class="text">
<td width="15" valign="middle"> <div align="center"><img src="../Images/Bullet.gif" width="9" height="9" /></div></td>
<td class="textBold">Gradient Support</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 supports gradients for most of chart objects like
background, canvas, data plot etc. Many new charts support a single
attribute <span class="codeInline">use3DLighting</span> to allow advanced
lighting and gradient effects on the chart for better visuals.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><div align="center"><img src="../Images/Bullet.gif" width="9" height="9" /></div></td>
<td class="textBold">Palette Support</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces <span class="codeInline">Palettes</span> to help you quickly select colors themes for your chart. Starting v3, you can select one of the five pre-defined palettes to change look of your chart. You will not need to specify any hex color codes when using <span class="codeInline">Palettes</span>.</p> </td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Dashed Line Support</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>Starting FusionCharts v3, you can use dashed lines to plot:</p>
<ul>
<li>Data (Columns, Lines, Pies etc.)</li>
<li>Grid Divisional Lines</li>
<li>Trend Lines</li>
<li>Vertical separator lines</li>
</ul>
<p>You can also specify the dash properties like dash length, gap
etc.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Multiple display modes for data labels</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>In FusionCharts v3, a lot of options have been introduced to allow
for better x-axis label control. You can now WRAP, STAGGER or ROTATE
the x-axis labels.</p> </td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Rotated value boxes and dynamic placement options</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>The data value text fields can now be rotated to avoid cluttering.
Also, in case of column charts, you can select whether to place the
value textboxes inside the columns or outside. If there is no space,
FusionCharts v3 will automatically adjust positions.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Number scale support</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces number scaling and better control
over number formatting.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Automatic Divisional Line Numbering</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces automatic divisional line numbering
and placement to best position them on the chart.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Better printing support</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>The context menu of the chart now includes a new item "Print
Chart", which offers standard cross-browser printing support.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">More control over dynamic resizing</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>v3 introduces two mode of chart resizing - <span class="codeInline">exactFit</span>
and <span class="codeInline">noScale</span>. <span class="codeInline">noScale</span>
uses pixel based resizing. In <span class="codeInline">exactFit</span>
mode, you can resize the chart based on percentage. Also, <span class="codeInline">exactFit</span>
mode allows dynamic scaling, when the container object (browser,
table, DIV etc.) is resized.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Advanced Pie and Doughnut charts</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>The pie and doughnut charts of FusionCharts v3 offers advanced
end-user interactivity options like dynamic slicing, rotation, links
etc. Also, Smart Labels have now been introduced in the Pie and Doughnut
charts.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Better Legend</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>FusionCharts v3 introduces a better looking and interactive legends
for the multi-series and combination charts. You can customize a lot
of the properties for the legend of each chart.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Advanced drill down features</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>The chart items can now link to new window, pop-up, frames or
self window.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Vertical division lines between any two data points.</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>In charts with axis support, you can now opt for vertical division lines between
any two sets of data. This particularly helps when you are plotting
data for say two years and you want a visible separator between the
two years' data on chart.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Entire chart as a hotspot</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>Starting v3, the entire chart can now act as a single hotspot.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Custom tool tip for each data plot item</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>You can now set your own custom tool tip text for each data plot item.</p></td>
</tr>
<tr valign="top" class="text">
<td valign="middle"><img src="../Images/Bullet.gif" width="9" height="9" /></td>
<td class="textBold">Multiple language support for application messages</td>
</tr>
<tr valign="top" class="text">
<td> </td>
<td><p>You can now easily customize the chart to show application messages
(loading chart, loading data, rendering chart etc.) in your own
language. To do so, you need to specify the messages in chart source
and re-compile</p></td>
</tr>
</table></td>
</tr>
</table>
<!-- footer links starts-->
<div id="fcfooter"></div>
<script type="text/javascript">
document.getElementById("fcfooter").innerHTML = addFCFooter("JavaScript charting capabilities|JSChartingCapabilities.html","Upgrading from Evaluation|UpgradingEval.html");
</script>
<!-- footer links ends -->
<script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
highlightSearch();
//-->
//]]></script>
</body>
</html>