FusionCharts Forum: Drag-node chart with imageNode - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Drag-node chart with imageNode

#1 User is offline   Cassia 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 13-August 09

Posted 13 August 2009 - 04:28 PM

Hi there! :)



I'm testing the drag-node chart but I have found some problems...



I created a node like this:



Quote


< set x='50' y='79' id='1' name='Node 1 with a very very very long label'width='80' height='60' alpha='0'

imageNode='1' imageURL='ble.png' imageWidth='80' imageHeight='20' imageAlign='TOP' color='7EE271'/>





I put alpha='0' because I don't wanna show a shape, only an image.

But, it's strange...



Take a look at the image below.

If a change the image's height, the text is cut.

So I can't set the image to the same size of the "set" because the text disappear. :)



Is it a bug?

Is there any workaround to this?





Thanks!

Attached image(s)

  • Attached Image: monthly_09_2010/post-6016-128441574293.png

0

Other Replies To This Topic

#2 User is offline   gary.brain 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 18
  • Joined: 01-September 09

Posted 08 September 2009 - 06:33 PM

Hi you can add the following to remove the border.

<dataset plotBorderAlpha='0' allowDrag='1' showformbtn='0'>

as for the height, this is used for the area around the image and not the image it self.

so I do

imageURL='/images/server.gif' imageAlign='MIDDLE'

then height = "height of the gif + xx px for the area above it for the text"

G.

0

Other Replies To This Topic

#3 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 09 September 2009 - 02:25 AM

Thank you so much for this. :)
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic