Rahul Kumar

L1 Moderators
  • Content count

    1,253
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Rahul Kumar

  1. Using PHP Class FusionCharts_Gen.php

    Hi, Please see the code below to add styles to chart using PHP Class. Also, Please let us know the Online demo name/link (which has gradient effect?).
  2. License not working

    Hi, Please download a fresh copy from our Product Update Center and replace your old Maps SWF files with the new Maps SWF.
  3. Bar 3D

    Hi, Could you please try using the XML below?
  4. Area fill in cylinder chart

    Hi, I am afraid, it is not possible as of now.
  5. X-axis label is too far from 0 point of X-axis

    Hi, Could you please try using canvaspadding='pixel value' attribute in <chart> element?
  6. Auto adjust and decrease the width between values.

    Hi, I am afraid, both of these features is not supported as of now. But you could try using rotateLabels='1' and labelDisplay attribute in <chart> element. labelDisplay String WRAP, STAGGER, ROTATE or NONE Using this attribute, you can control how your data labels (x-axis labels) would appear on the chart. There are 4 options: WRAP, STAGGER, ROTATE or NONE. WRAP wraps the label text if it's longer than the allotted area. ROTATE rotates the label in vertical or slanted position. STAGGER divides the labels into multiple lines. rotateLabels Boolean 0/1 This attribute lets you set whether the data labels would show up as rotated labels on the chart.
  7. Export and then auto prompt save for 3.1

    Hi, Please see the example at http://www.fusioncharts.com/Demos/ExportChart/
  8. Example ChangeDataXML.html not working

    Hi, Could you please set your Flash Player's Global Security setting and try again? Please see this http://www.fusioncharts.com/forum/FindPost8077.aspx post, this post will guide you how to set your Flash Player Global Security Setting.
  9. Printing dark background in Firefox

    Hi, Could you please let us know, are you using same method (from the context menu) to print from FireFox? Also, you may update your chart and try again.
  10. ChangeDataXML.html not working

    Hi, Could you please set your Flash Player's Global Security setting and try again? Please see this http://www.fusioncharts.com/forum/FindPost8077.aspx post, this post will guide you how to set your Flash Player Global Security Setting.
  11. Avoid Data Values Overlapping

    Hi, Could you please try using rotateValues='1' attribute in <chart> element?
  12. Localization Issue

    Hi, You can customize chart messages by passing custom chart messages to the chart. Please refer to http://www.fusioncharts.com/docs/Contents/ChartMessages.html for more information.
  13. Prevent shaded chart background from printing?

    Hi, I am afraid, it is not supported as of now.
  14. Force line break in x axis labels?

    Hi, Please read the doc at http://www.fusioncharts.com/docs/Contents/TTip_Lines.html for making multi line labels.
  15. PHP & JavaScript (dataURL) problem

    Hi, Please see the doc http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html for javascript function as a link.
  16. Whole numbers on y axis

    Hi, I am afraid, it is not supported in FusionCharts FREE.
  17. Hi, I am afraid, as of now, you can use plotBorderColor={hexcolor} attribute within <dataset> element, and this works for all <set> element under that dataset and Border Color for individual <set> element is not supported.
  18. Hi, We have created a small sample in ASP please execute it and let us know the result. Sample.zip
  19. error serverside image saving asp.net

    Hi, Could you please replace you existing FCExporter.aspx.cs file with the attached file, and try again? FCExporter.aspx.zip
  20. fusioncharts in flash

    Hi, Could you please import MSColumn3DChart (import com.fusioncharts.core.charts.MSColumn3DChart;) instead Column3DChart and try again? Since the XML data is for a Multi-Series chart but you are using a single series chart.
  21. Vertical line label not showing

    Hi, Could you please make sure that you updated you chart's folder correctly, you may render the chart in debug more and can see the chart version, please check for it once just to get confirm that you are using V3.1 chart. We have tested your XML with V3.1 chart, and it is showing the Vline label. Please see the attached image.
  22. MSStackedColumn and showValues??

    Hi, Could you please try using showSum='0' in <chart> element?
  23. Make Charts Link

    Hi, Could you please try using clickURL='{http://location}' attribute in <chart> element?
  24. caption align

    Hi, I am afraid, it is not possible as of now.
  25. fusion charts/widgets in DNN

    Hi, Please refer to this: http://www.fusioncharts.com/forum/Topic2910-32-1.aspx Or you can use Iframe module and pass url to this. Also, please see to this for a simple step to add flash to DNN. http://dnn.utep.edu/Default.aspx?tabid=12675