-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi Manoj, I am afraid, FusionCharts does not support the Zooming functionality for any other chart except for the ZoomLine chart, as of now.
-
Hi Manoj, FusionCharts provides advanced print management using JavaScript for Mozilla/WebKit/Gecko based browsers like Firefox, Safari etc. Even though displayed properly on screen, printed output had been not proper in these browsers. The implementation of Print Manager is fairly simple. You would just need to add a single line of code in JavaScript which enables Print Manager for all charts present in a web page. Once enabled, all the charts present in a page are prepared to print correctly. Once the charts are ready, which can be tracked by listening to an event raised by the Print Manager, you can use browser's File >> Print menu or Print Manager's advanced function - managedPrint() . For further details on the above, please refer to the following link. http://www.fusioncharts.com/docs/?JavaScript/JS_PrintManager.html Hope this helps.
-
Hi, Could you please try setting the value for the attribute "numDivLines" explicitly in the <chart> element? Also, please try setting the value of the attribute "decimals" to '1' in the <chart> element. Hope this helps.
-
Hi, I am afraid, the issue could not be replicated after testing with the XML. The customized labels are displayed with FusionCharts v3.1.1 as well the upgraded version, i.e, FusionCharts v3.2 onwards. Please check with the screenshots for your reference. Could you please confirm the FusionCharts version that you are currently using to render the chart, enabling the "debugMode" (the second last) parameter in the HTML code? Ref.- var chart = new FusionCharts("Column2D.swf", "ChartId", "600", "350", "1", "0"); Awaiting your reply.
-
Error Displaying Labels When The Content Has A '=' Character
Sanjukta replied to jvegaseg's topic in Bug Reports
Hi, Could you please try to encode the apostrophe (') sign as "'"? Please refer to the following details for the usage of punctuations in FusionCharts. http://www.fusioncharts.com/docs/?SpPunctuation.html Hope this helps. -
Legenditems And Switching Off Legend Click Option
Sanjukta replied to MartinS's topic in FusionCharts and ASP.NET
Hi Martin, You are welcome. For the second issue, when a <dataset> element is transparent, the Legend of the plot color shows up perfectly. But clicking the legend icon only makes the icon color grey, no data-plots shows up any way. In case you wish to keep the transparent dataset's icon invisible, try giving the same plot color as that of the background (in this case it is White). Please refer to the screenshots of the rendered Multi-series Column2D chart with a transparent dataset. Hope this helps. -
Hi, We are glad that your issue is resolved. Thanks for sharing. Please feel free to revert in case you have any further queries.
-
Legenditems And Switching Off Legend Click Option
Sanjukta replied to MartinS's topic in FusionCharts and ASP.NET
Hi Martin, Please try setting the attribute "interactiveLegend" to '0' in the <chart> element to disable this functionality. This attribute lets you interact with the legend in your chart. When you click a legend key, the data-plots associated with that series are eliminated from the chart. Re-clicking the key causes the data-plots to reappear. Could you please specify this issue a bit elaborately? More preferably with a screenshot of your requirement. Hope this helps. -
Pie3D Chart And Showvalues / Showpercentvalues
Sanjukta replied to [email protected]'s topic in General usage
Hi, Welcome to FusionCharts Forum! I am afraid, the Pie chart of the FusionCharts pack supports the display of any one kind of label at one point of time, as of now. You can try showing the normal values on the chart and percentage values in tool-tip. Hope this helps. -
How Do I Increase The Font Size Of The Chart Messages
Sanjukta replied to rite2mario's topic in FusionCharts and ASP.NET
Hi Mario, I am afraid, there's no work-around to this, as of now. -
How Do I Increase The Font Size Of The Chart Messages
Sanjukta replied to rite2mario's topic in FusionCharts and ASP.NET
Hi Mario, I am afraid, FusionCharts does not support the font size configuration of the chart messages, as of now. -
Hi, I am afraid, FusionCharts does not support the display of the labels inside the pie slices, as of now. In case you are using FusionCharts v3.2 or later version, please try using the attributes "manageLabelOverflow" and "useEllipsesWhenOverflow" to manage long labels from getting truncated or spread a lot. Hope this helps.
-
Hi, Please check with the Drag Node chart of the PowerCharts pack and see if it help. Ref.- http://www.fusioncharts.com/PowerCharts/gallery/ http://www.fusioncharts.com/PCDocs/Contents/ChartSS/DragNode.htm Hope this helps.
-
Hi, I am afraid, the Drag-able chart does not support this feature, as of now. Could you please try checking with the Waterfall chart of the PowerCharts pack and see if it helps? Ex: http://www.fusioncharts.com/PowerCharts/gallery/ http://www.fusioncharts.com/PCDocs/Contents/ChartSS/Waterfall.htm Hope this helps.
-
Hi, Apologies for the inconvenience. I am afraid, the Waterfall chart of the PowerCharts pack does not support this, as of now.
-
Trendline Not Displayed Where Value Is Greater Than Series Values
Sanjukta replied to gurkan's topic in General usage
Hi, Please try setting a greater value (larger than the maximum data-values against the secondary axis) for the attribute "sYAxisMaxValue" in the <chart> element to display the trendline. Hope this helps. -
Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
-
Number Truncation On X-Axis & Labels Not Rotating
Sanjukta replied to dfilip's topic in General usage
Hi Dave, I am afraid, there is no option to prevent the truncation of long data-values of the Y-axis (seems to be the X-axis in Bar chart), as of now. -
Hi Dave, I am afraid, there is no option to prevent the truncation of long data-values of the Y-axis (seems to be the X-axis in Bar chart), as of now.
-
Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support the display of the div lines at irregular intervals (as you wish to display), as of now. Please try not to display Y-axis values by setting "showYaxisValues" to '0' in the <chart> element. Instead, draw trendlines wherever you want to display the div line. Ex: <trendLines> <line startValue='0.2' color='009933' displayvalue='0.2' /> <line startValue='0.4' color='009933' displayvalue='0.4' /> <line startValue='0.7' color='009933' displayvalue='0.7' /> <line startValue='1' color='009933' displayvalue='1' /> </trendLines> Hope this helps.
-
Hi, Welcome to FusionCharts Forum! Please refer to the attached screenshot and modified XML file to render the chart perfectly. Hope this helps. Sample.xml
-
Is There A Way To Add Trendlines In Multiaxis Line Chart?
Sanjukta replied to icesyc's topic in Using PowerCharts XT
Hi, Welcome to FusionCharts Forum! I am afraid, Multi-axis Line chart does not support Trendlines, as of now. All the charts of the PowerCharts pack does not support Trendlines. Select Scatter chart, Candlestick chart, Logarithmic chart, Spline chart, Inverse Y-axis chart, Error Bar chart and Kagi chart supports trendlines. Hope this helps. -
Hi, I am afraid, the ZoomLine chart of the FusionCharts pack does not support any attribute to customize the tool-tip's border thickness, as of now. You can only specify the background color, border color and tool-tip shadow. Ref.- http://www.fusioncharts.com/docs/?ChartSS/ZoomLine.html#Anchor8 Hope this helps.
-
Hi Nikki, I apologize not being able to resolve your issue. Please feel free to revert in case you have any further queries.
-
Hi Sachin, Could you please try updating your Flash Player and see if it helps? This is Flash Player issue. I am afraid, we do not have any solution to this issue, as of now.