Michael Lundstrom

Linking From Marker Labels

Recommended Posts

Hi,

 

I'm having an issue, I'm able to use the link property on an application marker (<marker id='1' shapeId='1Image' link='JavaScript:setFilter("Aalsmeer");'/>) but it only triggers when someone clicks on the shape, and not on the label (defined in the definition marker). Can you please help?

 

The markers part of the xml looks like:

	<markers>
	<definition>
		<marker id='1' x="160.54" y="280.55" label='Aalsmeer' labelPos='right'/> 
		<marker id='2' x="191.54" y="243.55" label='Amsterdam' labelPos='right'/> 
	</definition>
	<shapes>
		<shape id='1Image' type='image' url='/pictures/images/up.png' labelPadding='8'/>
		<shape id='2Image' type='image' url='/pictures/images/up.png' labelPadding='8'/>
	</shapes>
	<application>
		<marker id='1' shapeId='1Image' link='JavaScript:setFilter("Aalsmeer");'/>
		<marker id='2' shapeId='2Image' link='JavaScript:setFilter("Amsterdam");'/>
	</application>
</markers>

 

Thank you in advance!

 

Mike

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

I am afraid, FusionCharts does not support the feature you are looking for, at this time.sad.gif

 

We have taken a note of your request here and added the same in our wishlist.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your valuable feedback.

 

We will try to implement this feature in our future upgrades.

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

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