Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. DotNet integration

    Hi, Also, we'll create one and post it by Monday here.
  2. Hi, I'm not sure what you mean by "download". Can you please elaborate?
  3. how to provide Javascript link in Setdatxml Method

    Kai, In dataURL method, you do NOT need to build physical XMLs. You can virtually relay them to chart - like set dataURL=Data.asp In data.asp, build the XML in a string and do Response.Write(strXML) or print strXML in PHP
  4. Legend Disappears after Navigation

    Hi, What steps do I need to take to reproduce the problem?
  5. User-drawn trend lines

    Hi, Currently user drawn trend lines are not possible in FusionCharts.
  6. DotNet integration

    Philippe, We've provided the source code of this DLL, which can be tweaked to for FusionMaps.
  7. What about localization

    You can use any set of characters with FusionCharts. Also, all the labels on the map can be redefined as explained at http://www.fusioncharts.com/maps/docs/Contents/CustomLabels.html and http://www.fusioncharts.com/maps/docs/Contents/CustomID.html
  8. For tabular generation, currently we only have 1 SWF - SSGrid.swf. Please see www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts Grid Component.
  9. installation and configuration

    It's the same bin folder as your ASP.NET application.
  10. Charts printing

    Yes - in v3.0.3
  11. IE <> FF Ajax Chart

    Actually, there are too many processes involved in this for us to debug - as we do not have enough information on your environment too. If you can pull it down to minimal skeletal structure required and just the exact error, we can help you debug it.
  12. Pie rendering problem with zero values

    Hi, We've fixed the error. Please check your email for more details.
  13. Specify line colors in Dual-Y Axis chart

    Please set <dataset color='Your color code without #' ..>
  14. line attributes how to change

    Hi, Set <dataset alpha="1" anchorAlpha='100' anchorBgAlpha='100' ..>
  15. IE <> FF Ajax Chart

    Can you please let us know the process flow happening in that place? Like how the chart is generated first time and then when form is updated?
  16. Auto resize problem

    That's not possible using FusionCharts, as we do not recommend percent based sizing.
  17. Different colors for 3D Column Chart?

    No - you cannot create your own palettes as of now. If you need to specify color for each plot, use: <set .... color='Hex Code without #' ..>
  18. Histogram

    You'll have to tweak the XML of Column chart to create a histogram.
  19. Fusioncharts 2.3 need HELP

    I'm afraid that's not possible with v2.3.
  20. Size of Legend

    Hi, I'm afraid currently it's not possible. We've intentionally not spanned the full width for legend, as it creates a visual distortion (doesn't look symmetrical).
  21. Get the chart's _x position with ActionScript

    This is a dynamic position which is stored in a private object inside Chart class - it can be referenced as this.elements.canvas.x inside the flash code, where this refers to the instance of chart class.
  22. USA Map linking to other pages?

    Yes - please see www.fusioncharts.com/maps/docs > Drill Down maps.
  23. Apostrophe in Caption/SubCaption?

    Please use dataURL method and directly provide apostrophe mark.
  24. Hi Dave, We've not yet explored the integration of FusionCharts with SQL Server Reporting Services. However, if you can expose XML in FusionCharts format from SQL Server Reporting Services, you can easily integrate FusionCharts with the same.
  25. Reverse Y-Axis

    We've inverse y-axis charts in our PowerCharts suite at http://www.fusioncharts.com/PowerCharts.asp#inverse