Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pie Chart

Hi All,

Clicking on Pie Chart Segment. It is should open a URL. Is it possible?

9 Replies
Chanty4u
MVP
MVP

you can create atext object and  add an action to that and place in segment of pie and make transpernt to 100% and apply

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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

Chanty4u
MVP
MVP

you can create same  copy paste as 4objects and paste on each segment

Chanty4u
MVP
MVP

copy nd paste with diff link actions

Kushal_Chawda

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

Anonymous
Not applicable
Author

I tried above solution but no luck...

Kushal_Chawda

check if URL is not blocked by firewall, otherwise it shud work

avinashelite

I think you need to play with the Onaction and Onchange trigger combination that only you can achieve this