Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. Candlestick with negative values

    Hi, I'm afraid our candlestick chart doesn't support negative numbers, as we had primarily made it for price based values, which we assumed couldn't be negative.
  2. Export to JPEG

    Hi, FusionCharts supports native printing using the right click context menu.
  3. Rotating the SYAxisName

    Ben, I'm afraid currently this is not possible in the standard version. We'll need to customize it for you.
  4. about plot

    You'll then have to pass equal values for each data column.
  5. Hi, If you open the dataURL link in browser, does it return the XML? I'm pretty sure it has to be some security related issue where the server is not letting chart request XML.
  6. Problems with charts in Powerpoint

    Yes - I think some macros or VBA would do the trick, though I don't really have much idea on the same.
  7. Legends for Pie Charts

    As for legend, you can combine the pie chart and single series grid component from FusionCharts core package to form a legend. The label distance doesn't work when smart labels are on.
  8. [Stacked Bar Chart] Labels outside of the bar?

    Chris, In a stacked bar/column chart, you can have only the summation value outside the bar/column, as other values wouldn't be able to visually relate with their respective column/bar.
  9. Hi, Can you make sure that you're: 1. Using FusionCharts JavaScript class to embed the charts? 2. Providing the width and height of the chart in pixels, and not percent.
  10. Hi, I'm afraid we do not have a state indicator built natively in the chart. However, we do have a horizontal linear/LED gauge in our FusionGadgets suite (www.fusioncharts.com/gadgets) which can be used to show this type of scales. You'll need to combine the line chart and the gauge effectively.
  11. Rotating the SYAxisName

    Hi Ben, I'm afraid you cannot opt to rotate a single y-axis name. Either both the axis names get rotated or neither.
  12. Flash cs3 and actionscript 3

    Hi, Since FusionCharts is made in Flash 8 and AS2, it cannot be compiled with Flash CS3, or be used inside those movies.
  13. Michael, You may write a script in any of the scripting languages to do this automatic conversion.
  14. I'm afraid you cannot display the series name inside the bars. Only values can be displayed inside the bar.
  15. Can you please send us a live link where this is happening?
  16. Legend to enumerate ?

    Hi, I'm afraid you cannot reverse the legend currently, without modifying the code.
  17. Nested Axes?

    You can use the multi-axis line chart from PowerCharts suite at www.fusioncharts.com/PowerCharts.asp
  18. Problem with IE7

    Can you make sure you've not specifying % width and height for the chart?
  19. Chart does not display

    I'm afraid FusionCharts supports only LtoR languages. As such, you'll have to programatically reverse the sequence of characters in your word, before providing it to FusionCharts.
  20. Category width in Gantt Chart

    Can you please email us your XML at [email protected]?
  21. Number Scaling for Y Axis values only?

    I'm afraid you cannot just set the number scale for y-axis only. It applies globally to all values on the chart.
  22. Fusion charts and ssl

    Can you try the renderChart method that uses JavaScript embedding?
  23. To get pdf of fusion chart

    Hi, You cannot generate a PDF of FusionCharts at server side. You'll have to resort to client side PDF print drivers to do so.
  24. The values in stacked charts are automatically displayed inside itself.
  25. Whole numbers on y axis

    You can set