ArkITechT Report post Posted September 27, 2010 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? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 26, 2010 Hi, Please refer to the attached sample. I hope this helps. sample.zip Share this post Link to post Share on other sites