Sanjukta

Members
  • Content count

    2,213
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Sanjukta

  1. Zoom In & Zoom Out

    Hi Manoj, I am afraid, FusionCharts does not support the Zooming functionality for any other chart except for the ZoomLine chart, as of now.
  2. Print Is Not Working On Firefox

    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.
  3. Duplicate Y-Axis Values

    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.
  4. Displayvalue Doesn't Work

    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.
  5. 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.
  6. 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.
  7. Degree Symbol In Fusion Chart

    Hi, We are glad that your issue is resolved. Thanks for sharing. Please feel free to revert in case you have any further queries.
  8. 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.
  9. 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.
  10. Hi Mario, I am afraid, there's no work-around to this, as of now.
  11. Hi Mario, I am afraid, FusionCharts does not support the font size configuration of the chart messages, as of now.
  12. Pie Label Inside Slice

    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.
  13. Treemap implementation

    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.
  14. Functionality Of Drag-Node

    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.
  15. Waterfall Chart : Actual Vs Total Plan

    Hi, Apologies for the inconvenience. I am afraid, the Waterfall chart of the PowerCharts pack does not support this, as of now.
  16. 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.
  17. Interactive Legends

    Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting!
  18. 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.
  19. Number Truncation On X-Axis

    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.
  20. Different Y-Axis Intervals

    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.
  21. What's Wrong With This Xml?

    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
  22. 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.
  23. Zoomline Tooltip Border Thickness

    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.
  24. Tick Marks On X-Axis

    Hi Nikki, I apologize not being able to resolve your issue. Please feel free to revert in case you have any further queries.
  25. Flash Player Settings

    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.