Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. pallets

    In FusionCharts Free, we do not have auto palettes - you'll have to manually specify colors.
  2. FusionChartsv3 and Laszlo

    Can you please try the method explained at http://forum.openlaszlo.org/showthread.php?t=7270?
  3. external xml

    Please send us a stripped down version of your .fla. We'll debug it for you.
  4. showing values on line charts

    In v3, you've individual <set showValue='1/0' ..>
  5. Jscript: Invalid character error !!

    We use something like this in PHP: $strLink = urlencode("updateChart(" . $intYear . "," . chr(34) . $ors['Country'] . chr(34) . ");"); $strXML .= "<set label='" . escapeXML($ors['Country'], $forDataURL) . "' value='" . $ors['Average'] . "' link='" . $strLink . "'/>"; And something like this in ASP: 'Generate the link strLink = Server.URLEncode("updateProductChart(" & intYear & "," & oRs("MonthNum") & "," & ors("CategoryId") & ");") 'Append data strDataXML = strDataXML & "<set value='" & oRs("Total") & "' link='" & strLink & "'/>"
  6. pallets

    Which verison of FusionCharts are you using?
  7. setting width of a plot?

    I'm afraid that's not currently possible.
  8. Gantt Chart Task Positioning Problem

    This was release 2a, and we're coming with v3 in August.
  9. Use the same SWF and provide 1 series of data. For each set, specify your color <set value='xx' color='HexCode' />
  10. FusionCharts Licences question

    The professional license would cover both.
  11. copy and paste fusion charts

    FusionCharts is rendered on the client side using Adobe Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. Owing to limitation of Flash Player itself, which doesnt allow saving the end output of the chart as image, FusionCharts too is bounded by the same limitations. As such, you cannot directly save the charts as bitmap/image/PDF. Indirect ways of saving chart image are: - You can third party tools like www.flashcapture.com to take one-click screenshots of the generated charts and then use it. - You can use PDF Print drivers like www.pdf995.com to save the chart as PDF (by capturing it from Print Stream of your Operating System).
  12. Pie chart cropping issue

    We've added smart labels in v3, which can help you resolve this.
  13. 3D Doughnut and a minus sign

    Hi, Our pie/doughnut chart do NOT support negative values.
  14. Visual studio (C# and ASP.net)

    Can you make sure you've added the DLLs from our download into your BIN folder?
  15. labelDistance problem

    This attribute works if you set off smart labels. With smart labels, it's automatically calculated.
  16. Include link in Y axis name

    Can you just run the debug mode of chart to see if data is coming right to it?
  17. ColdFusion and JavaScript question

    Can you forward me the output XML generated for the first chart by your CF script?
  18. Gantt Chart Task Positioning Problem

    Attachment below. FI2_Gantt.zip
  19. Gantt Chart Task Positioning Problem

    Jim, Can you try using the attached chart?
  20. Make entire chart a link.

    If you're using FusionCharts v3, set <chart clickURL='your URL here' ...>
  21. setting width of a plot?

    Do you need variable width for each column on the chart?
  22. Percentage Area Charts

    I'm afraid we do not have a direct chart - but you can create stacked area charts with %, by providing directly % figures in chart.
  23. The Gantt chart is built on v2 platform and as such does not call FC_Rendered function or doesn't support setDataURL/setDataXML method (after rendering). We will be coming with a v3 of the same in August.
  24. Flash Player Detection

    As of now, there isn't an in-built mechanism. We'll be adding that in sometime.
  25. Refresh Operation in IE 6,7

    Can you please make sure you're using FusionCharts JavaScript class to embed the charts?