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
FusionCharts Support Report post Posted November 25, 2010 This is not directly supported. Share this post Link to post Share on other sites