Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Drill Down using Frames Example Issue

    For once, can you try running the code from a server (localhost/remote) instead of local file system?
  2. The valueOnRight parameter is for trend values - do you want the trend values to appear on right or ?
  3. Anchor Text

    Ryan, We can customize the chart to show a label along side the bubble. You may please contact us at [email protected]
  4. Chart of all parameters?

    Hi, Thanks for your suggestion. Putting all these attributes in a single place was not feasible for us - as different charts have different XML elements and structures. As such, we grouped them by each chart, and then by functionality type.
  5. APPENDING # ON APPLICATION TITLE

    Hi, Is it happening on all browsers?
  6. Fusion Charts and DNN

    Hi, You'll need to code external modules for DNN in ASP.NET to use FusionCharts. You might take code samples from our ASP.NET code and then implement the same.
  7. Hi, The line value is shown in a 3D perspective, which makes it align to an imaginary scale over 3D columns. However, if you need it the other way around, we do have a separate set of charts that doesn't use this 3D perspective. If you can please send us your Order Id at [email protected], we'll send you the charts.
  8. How do I stop caching of the xml files?

    Something like Chart.swf?CurrDateTime=34231233
  9. Yes - when you enter empty sets, the chart calculates width as per the known non-empty sets. As such, the width gets increased.
  10. Embedding in flash movie

    Yes - please see www.fusioncharts.com/docs > Guide for Flash Developers.
  11. Transparent background

    Hi, Apart from setting [chart bgAlpha='0,0' in the XML], you'll also need to set the WMode parameter of the map as transparent in FusionMaps.js.
  12. Hi, You just need to add [chart ... sFormatNumberScale='1' ...]
  13. Charts Cache..

    Hi, Please see http://www.fusioncharts.com/forum/Topic98-29-1.aspx?Highlight=caching
  14. Vikas, You can use the scatter chart for this purpose.
  15. Hi, We normally do not recommend over 2000 points per chart, as FusionCharts uses Flash and XML on the client side.
  16. Can dataUrl be a web address?

    Hi, Owing to the cross domain security restrictions imposed by Flash Player, you cannot load data from other domains directly. You'll have to use a proxy page to attain the same.
  17. Hi, Currently we do not have a plan for a multi-series stacked column. However, I've added it to our wish-list for next version.
  18. Hiding points on multiline graph

    You can define the categories normally and then set for the empty data points.
  19. horizontal line drawing in scatter chart

    Mohan, I'm still not able to figure out your requirements. By trend line, do you actually mean the DIV lines?
  20. Hi, Can you make sure that you're allotting a different DIV and ID to each chart, as explained at http://www.fusioncharts.com/gadgets/docs/Contents/MultiCharts.html?
  21. Since in your categories, you've specified the X as 120, the right side of the chart is appearing as blank. The x-axis in a candlestick chart is numeric and as such all x values provided in the XML are accommodated in the same.
  22. how to start

    Hi, You may please see www.fusioncharts.com/docs > Guide for General Users.
  23. Remove Gradient from Bars

    >> 1) Is there a 2D equivalent of this graph? You can use MSStackedColumn2DLineDY.swf and just provide a single dataset for stacked column. >> 2) Is there any way to adjust the depth and angle of the 3D columns? I'm afraid no - as that is automatically detected and set. 3) I noticed that on the 2D Stacked Column Chart you can change the gradient color for the columns by simply adding color='ffffff,ff0000' to the dataset element. On this 3D graph, however, you can either have the 3D lighting effects turned on or off. If they're turned on, the color you specify fades to a darker shade. If they're turned off, there is no gradient at all, and adding the color='ffffff,ff0000' bit doesn't seem to work for me. In 3D, the gradient pattern is not definable, unless you change the code. >> I also noticed that the plotGradientColor attribute was not available in the data plot cosmetics for this graph, why would it be available for a 2d graph and not a 3d one? It's only applicable to a 2D graph.
  24. Hi, By block border, do you mean a border around the entire legend?