Sign in to follow this  
kevincorsigon

display an image icon on a display value tspan ?

Recommended Posts

Hello , i need to add some icon to the display value of my chart or add something like a Jquery popover but when i try to add a popover it don´t be visible but is in the DOM

my code is like this :

<text x="143" y="184" text-anchor="middle" stroke="none" fill="#666666" font-family="Verdana" font-size="10px" style="text-anchor: middle; font-family: Verdana; font-size: 10px;"><tspan dy="4" x="143" class="lagalaga" data-original-title="" title="">teste</tspan><div class="popover fade left in" style="top: 299px; left: 121px; display: block;"><div class="arrow"></div><h3 class="popover-title" style="display: none;"></h3><div class="popover-content"><i title="Comentário" class="glyphicon glyphicon-tag"></i></div></div></text>

Are there some fusioncharts configuration that is blocking my popover to work ? Or can i custumize the html of my disply value property ?

Share this post


Link to post
Share on other sites

Hi,

 

Could you please attach a sample here so that we can check the problem with jQuery Popover, at our end?

 

Awaiting your response.

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
Sign in to follow this