ArkITechT

Members
  • Content count

    7
  • Joined

  • Last visited

About ArkITechT

  • Rank
    Forum Newbie
  1. Image In Displayvalue

    I would like to display an image above my column (in a column2d chart). I have tried doing this: <set label='LABEL' value='5' color='ac2129' displayValue='<img src="/images/myimage.png">' /> And creating a style: <styles> <definition> <style name='myFont' type='font' font='Verdana' color='0x756BB1' isHTML='1'/> </definition> <application> <apply toObject='DataValues' styles='myFont' /> </application> </styles> It seems to parse the HTML, but does not show the image. Is there any way to accomplish this?
  2. I would like to display an image above my column (in a column2d chart). I have tried doing this: <set label='LABEL' value='5' color='ac2129' displayValue='<img src="/images/myimage.png">' /> And creating a style: <styles> <definition> <style name='myFont' type='font' font='Verdana' color='0x756BB1' isHTML='1'/> </definition> <application> <apply toObject='DataValues' styles='myFont' /> </application> </styles> It seems to parse the HTML, but does not show the image. Is there any way to accomplish this?
  3. saving images

    Are there any plans / or is there any way to implement server-side request of the image?
  4. saving images

    Chart saving is a great addition, thanks so much! I would like to reiterate the questions above: Is there a way (or could there be) to request the image version. IE. If I wanted to (dynamically / automatically) create a print version with static images, so I wanted the image to show up not the flash version? Also is there a way to pass additional arguments to the save script? IE. a filename? These two things would be amazing.
  5. I am using a background SWF, but its placing it in the top left corner. How can I get it to center and/or scale to fit the whole thing?
  6. Hover Actions

    I would like to accomplish hover action as seen in your example here: http://www.fusioncharts.com/maps/Demos/FlashExample/Index.html But would like to do so via Javascript. Is this currently possible? If not - how can I accomplish via Flash what you have done in the demo?