Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. vLine attributes

    With FusionGadgets v3 chart (www.fusioncharts.com/gadgets) you can do this. However, it's not currently possible in FusionCharts v3.
  2. Combinat Chart

    In a scatter chart, you can opt to draw selective datasets as line using: <dataset drawLine='1' ..>
  3. Real time charts

    Run from localhost
  4. How to display tool tip

    In which chart?
  5. WinForms FSCommand Event

    Hi Brent, Thanks for your suggestion. We'll be trying this in Sep end/Oct first week.
  6. Hi, I tried your XML with IE and it seems to give an error at <BR> tag. Can you try to make the XML look valid in IE/FF?
  7. FIXED Numeric X axis

    Hi, The given link doesn't seem to work for me - can you please check it once again?
  8. Disappearing charts

    Hi, Can you please send us one such live link to check the code?
  9. Question about Area chart borders...

    Richard, You cannot directly attain both of these using FusionCharts. You'll have to modify the source code to get this.
  10. Chart shrinks in size to accomodate text

    Hi, It's present in the documentation > Chart XML Sheets > Individual chart's XML sheet. The documentation is present in your license download or at www.fusioncharts.com/docs
  11. Hi, We're currently trying to work on a process in which we wouldn't have to embed text. If it succeeds, you may soon be able to use any charset.
  12. Javascript Print via ExternalInterface

    Currently, we do not have this option. However, we'll add it in our next version.
  13. I think it's the <BR> tags in XML which is causing the error.
  14. Hi, Are you using the right click menu of map to print?
  15. How to set a width limit for bar columns?

    Hi, Currently, this is not in our feature list for next release. However, I've added it to the wishlist - we'll R&D and then put it in.
  16. 'link' error in IE 5.5, 6.0

    Hi, Can you please post a live link for us to debug?
  17. WinForms FSCommand Event

    Brent, I'm afraid it's not directly possible to track it. We'll have to customize the code to attain this.
  18. Right-click menu

    You cannot remove About Flash Player and Setting items - as those are items controlled by Flash Player.
  19. Chart shrinks in size to accomodate text

    You can explicitly set the pie chart radius using <chart ... pieRadius='xx' ..>
  20. Works in FF but IE hates me

    Can you please send the code as attachment?
  21. Tooltip: how to show percentage?

    Hi, If you use custom tooltext, it'll show only the specified tool text. You'll need to manually add the percentage values to show in that.
  22. If you just change the order of data in your XML document, you'll get the required direction.
  23. Hi, As of now, we do not have a fixed roadmap for next major version and such cannot tell you an exact version.
  24. Hi, Thanks for the suggestion. We'll try and implement this in future versions.
  25. Pie chart problem. Slicing hides label.

    Does it happen during the initial rendering of chart? Or when the slice is interacted with?