We have a column chart of zip codes, with a pie chart of gender. When we select a particular Zip Code from Chart (A), that changes the pie chart (B) to show gender breakdown of that particular Zip Code.
They would like to see the actual value of the Zip Code displayed somewhere in or around the Pie Chart, so that they can see which Zip Code the Pie Chart information is now showing.
I solved part of the problem by using the data feed to put the Zip code in a text field. It changes anytime the user selects a particular Zip Code on the chart. However, since the initial chart has all the Zip Codes, I would like that field to be blank or have a text of "all".
Any ideas on how to do this?
Hi Bob,
you don't need to connect the label to the feed. You can directly use the selection from your bar chart to display the selected zip code. Also you can define, what text will be displayed if no bar in the chart is selected. Please see the following 2 screenshots. Just use the 'use selection' button inside the 'data assignement mode' of the label.
Kind regards
Jürgen Kirsch