-
Content count
135 -
Joined
-
Last visited
Everything posted by Bindhu
-
Pdf Conversion Giving Error Java.lang.outofmemoryerror: Java Heap Space
Bindhu replied to mt25's topic in Bug Reports
Hi, It looks like you are using older version of FusionCharts suite XT. Please upgrade to the latest version of FusionCharts suite XT (version 3.3.1 SR3) and see if it helps. You may download the latest trial verison from the link below, www.fusioncharts.com/download Hope this helps! -
Hi Durga, If you want to represent only one series, you may use Line2D chart and if you want to represent more than one series, then use MultiSeries Line 2D chart. You have to provide data in either XML or JSON data format. The x-axis takes in only string values and y-axis takes in numerical data. For the given data, the chart XML data would be like, <chart xAxisname='Time' yAxisName='Amount'> <set value='150' label='10:05'/> <set value='150' label='10:08'/> <set value='150' label='10:13'/> <set value='150' label='10:25'/> </chart> Please find attached screen shot of the chart rendered. Hope this helps!
-
Hi, We do not support time values in y-axis, as of now. Hope this clarifies.
-
Hi, Thank you for the sample. We are looking into it and would get back to you as soon as possible. Hope this helps!
-
Trendpoints not displaying correctly when lowerlimit of widget is greater than zero
Bindhu replied to lisa_dev's topic in Using FusionWidgets XT
-
Hi, Please call a JavaScript function onClick of a button and re-render the chart using the new XML/JSON data with modified toolText values. Please refer: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_ChangeData.html Hope this helps!
-
Hi, Tried it. Still no luck in replicating the issue. Please find attached screen shot. Hope this helps!
-
Trendpoints not displaying correctly when lowerlimit of widget is greater than zero
Bindhu replied to lisa_dev's topic in Using FusionWidgets XT
Hi, We are unable to replicate the issue with the latest version files. Please find attached screen shot of the chart rendered. We recommend you to please upgrade to the latest version. Hope this helps! -
Hi, Please try using the latest version files. We are unable to replicate the issue. Please find attached screen shot of the charts rendered. Please let us know if you are rendering the chart in a div which has custom CSS applied?
-
Hi, Please confirm if you have placed all the necessary files such as FusionCharts.js, FusionCharts.HC.js, FusionCharts.HC.Widgets.js and jquery.min.js under the same folder. Also, please confirm if you have included the FusionCharts.js in your web page. Hope this helps!
-
Hi, When Y values are more than yAxismaxValue, yAxisMaxValue set will be ignored. So you will have to set a suitable yAxisMaxValue and depending on the yAxisMaxValue, you have to calculate a value for numDivLines such that when you divide it you wont get decimal values. Hoe this helps!
-
Unable to plot single data point using 'MSSpline' charts
Bindhu replied to matjac1888's topic in Bug Reports
Hi Mathew, Glad to know that you have managed to resolve the issue. If its a feasible workaround, please let us know here, so that it will be helpful for others facing similar issue. And yes, our developers are working towards it. Hope this helps! -
Unable to plot single data point using 'MSSpline' charts
Bindhu replied to matjac1888's topic in Bug Reports
Hi Mathew, It is a bug with regards to Spline Chart and Spline Area Chart. Our developers are working on it and would get back to you as soon as possible. Hope this helps! -
IE11 server side export is not working.
Bindhu replied to mangeshlad86's topic in Javascript Problems
Hi, Our developers are still looking into the issue. In the mean time, please try using other ways of exporting chart images on the server like Using wkhtmltoimage or Using PhantomJS. For more details please refer to the link below, http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/ Hope this helps! -
Hi, Sure, give it a try. Please do let us know how it goes. Happy FusionCharting
-
Hi, Please use the 'yAxisMaxValue' and 'numDivLines' attributes appropriately to suit your requirement. Say, for example, if you need to display from 0 to 4 on the axis, then set numDivLines='2' and yAxisMaxValue='4'. Similarly, if you need to display from 0 to 2, set numDivLines='1' and yAxisMaxValue='2'. Hope this helps!
-
the one categorie link can click,two or more categories can't click,help.
Bindhu replied to bobo_weiqi's topic in Bug Reports
Hi, Please try using JavaScripts Charts, as we will not be supporting Flash charts anymore. For the subCaption issue with regards to StackedColumn3D charts, if you have obtained the license, please drop a mail to [email protected] mentioning the order subscription id. Hope this helps! P.S: JavaScript charts will not support links in the data labels. -
Hi, I am unable to replicate the issue using @version fusioncharts/3.2.4-release.8565 for JavaScript charts. Both versions give me similar outputs. However, it is different for Flash charts and JavaScript charts. Please find attached screen shot of the JavaScript chart rendered using fusioncharts/3.2.4-release.8565 version. Hope this helps!
-
Hi, We do not support this feature explicitly. As a work around, you may use empty datasets between actual datasets to provide spacing. Ref. Code: <chart caption='Business Results' xAxisName='Month' yAxisName='Revenue' showValues='1' numberPrefix='$' plotSpacePercent='50'> <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> </categories> <dataset seriesName='2005'> <set value='27400' /> <set value='29800'/> <set value='25800' /> </dataset> <dataset seriesName=''> <set value='' /> <set value=''/> <set value='' /> </dataset> <dataset seriesName='2006'> <set value='21400' /> <set value='39800'/> <set value='45800' /> </dataset> <dataset seriesName=''> <set value='' /> <set value=''/> <set value='' /> </dataset> <dataset seriesName='2007'> <set value='10000'/> <set value='11500'/> <set value='12500'/> </dataset> </chart> Hope this helps!
-
Hi, Can you please try using Gantt Chart from FusionWidgets XT package to suffice your requirement? For demos on Gantt Chart, please refer to the link below, http://www.fusioncharts.com/explore/gantt-charts/ For more details on 'Gantt Chart', please refer to the link below, http://docs.fusioncharts.com/widgets/Contents/?Gantt/Overview.html Hope this helps!
-
Tooltext Display on anchors not formatted correctly
Bindhu replied to jitesh's topic in General usage
Hi, You may check this thread or you may also drop a mail to us at [email protected]. A ticket will be created and will update you through email. Hope this helps! -
the one categorie link can click,two or more categories can't click,help.
Bindhu replied to bobo_weiqi's topic in Bug Reports
Hi, Please let us know the version of FusionCharts XT being used. -
Tooltext Display on anchors not formatted correctly
Bindhu replied to jitesh's topic in General usage
Hi Jitesh, This appears to be a bug with the JavaScript charts. Our development team is looking into it and would get back to you as soon as possible. Hope this helps! -
Hi, This feature will be supported in the future releases. Will update this thread when once it is available. Hope this helps!
-
To show data label and value on top of the Doughnut 2D Chart
Bindhu replied to [email protected]'s topic in General usage
Happy FusionCharting