Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Clicking on Pie Chart Segment. It is should open a URL. Is it possible?
you can create atext object and add an action to that and place in segment of pie and make transpernt to 100% and apply
Thank you for the help.
Forgot to mention one more thing the Pie chart is divided into four segment each segment should open different URL
IN that case would it not be easier to change from a pie chart to a bar chart and then as Chanty suggested you could layer transparent text objects over each bar to fire the url's? It may be easier than trying to layer objects over pie segments.
Kindest Regards
Brian
you can create same copy paste as 4objects and paste on each segment
copy nd paste with diff link actions
When you click on any segment, dimension value gets selected, so use field event trigger for that
Go to Document Properties->Triggers-> FieldEvent trigger -> Select the Field used in Piechart as dimension-> OnSelect->External->Open URL-> Put below condition in URL
=if(Field ='A','URL1',if(Field ='B','URL2')) like wise 4 condition for 4 segment values
Here, Field is, dimension in Pie chart, 'A' & 'B' are values selected from pie chart
I tried above solution but no luck...
check if URL is not blocked by firewall, otherwise it shud work
I think you need to play with the Onaction and Onchange trigger combination that only you can achieve this