Sign in to follow this  
yanghui4661

Use Whole Area As A Hotspot Link In Stackedarea2D

Recommended Posts

Guest Sumedh

i want to use each area as a hotspot link in StackedArea chart, but seems there is no way could i do that !

 

Anybody give me a hint?

 

thanks

 

Hi,

 

You can set the full chart as a single hotspot.

 

 

To set the entire chart as a hotspot, just specify the target link in clickURL attribute of <chart> element as under:

 

<chart ... clickURL='DetailedChart.html' ...>

 

For more information, refer this: http://docs.fusioncharts.com/charts/contents/?DrillDown/ClickURL.html

 

For live demo, refer this: http://docs.fusioncharts.com/charts/Code/DrillDown/ChartHotSpot.html

 

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Sumedh

So there is no way could i use each area as a different hotspot link in StackedArea chart...

 

But still , thanks

 

Hi,

 

If you are willing to have links on each data point, it can be achieved using link attribute.

 

Ref. Code:

 

<dataset seriesName='Product A'>

<set value='27400' link='http://www.fusioncharts.com'/>

 

Please find attached illustration for your reference

 

Hope this helps.

Test_StackedArea2D.zip

Share this post


Link to post
Share on other sites

Hi,

 

If you are willing to have links on each data point, it can be achieved using link attribute.

 

Ref. Code:

 

<dataset seriesName='Product A'>

<set value='27400' link='http://www.fusioncharts.com'/>

 

Please find attached illustration for your reference

 

Hope this helps.

 

Actually i am looking for the way that set entire area as an hotspot , not just a data point , then i don't need to click a tiny weeny data point for drilling down to an other chart or trigger a js function .

 

If it supports this feature ,the xml would be like this :

....

 

<dataset seriesName='Product A' link='javascript:func()'>

<set value='27400'/>

<set value='29800' />

<set value='25800' />

<set value='26800' />

<set value='29600'/>

</dataset>

...

 

Is there any luck ? Or any plan about this feature ?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hey,

 

Apologies for the delayed reply.

 

We have added the feature request to our wishlist.

 

If feasible, we would update this feature in our roadmap and update you on the same.

 

Thank you for your continued patience and support.

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