ArkITechT

Use Image In Displayvalue

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now