Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. We do have a lot of examples for MS chart in our doc (Code folder) and the even more complex examples in our blueprint applications (open source; in multiple programming languages).
  2. As of now, I'm afraid it's not possible.
  3. Documentation in Spanish

    I'm afraid we do not have the documentation in Spanish.
  4. MSColumn3DLineDY.swf

    It's present in the evaluation download. Can you please check again?
  5. Thermometer Gauge

    I'm afraid FusionCharts cannot natively control numbers - you can however specify converted numbers in XML and FusionCharts will display it.
  6. eliminating white space

    It's in the XML file - the one that provides data to map.
  7. Missing MSLine.swf

    Hi, Can you make sure you've the right FusionCharts zip and not any blueprint app zip?
  8. Y axis name

    You can wrap it using [chart rotateYAxisName='0' ]
  9. Hi, All licensed customers can send mails directly to [email protected]. We normally reply within 24 hours. As for feedData for spark charts, I'm afraid we do not support it.
  10. Handling setDataURL errors

    Hi, I'm afraid, as of now, there isn't a way to handle this. However, we'll try to see if we can implement something in future for this.
  11. Setting specific position for canvas

    In FusionWidgets charts, you can using canvas margins.
  12. Daniel, Could you give us link to one such live example?
  13. com folder missing from trial

    I'm afraid yes - as those are the source files.
  14. David, Can you please elaborate the technicals preferably with code?
  15. Hi, I'm afraid you cannot update the limits of a chart after it has been rendered.
  16. how to controll a gauge using scroll bar ?

    It's explained at www.fusioncharts.com/widgets/docs
  17. passing value to Angular Gauge

    Please see www.fusioncharts.com/widgets/docs > Angular Gauge
  18. Updating data on the fly?

    Andy, In a browser you could use our FusionWidgets suite that support auto-update of charts. Please see www.fusioncharts.com/widgets
  19. Popup Blocker in Map GUI

    Can you try Ctrl+click once?
  20. You can use any sources and combine them in your ASP script - FusionCharts just needs a single XML data stream.
  21. setDataXML can't handle <

    It's not a bug precisely. It's the way the browser treats XML.
  22. my yAxisMaxValue has what is happening?

    Just add: adjustDiv='0'
  23. If you call setDataXML from JS, then you do NOT need to encode it again.
  24. YAxisMaxValue automatically goes to 100

    Since you've no data in the chart, the chart takes it to 0,100.