I'm working with Piecharts.
I have a selectbox for selection of organizationname
Based on selection the first piechart is loaded with units.
A second piechart is loaded based on the first piechart-units with location.
I have 2 problems.
1) I don't want the % in the pie, only the label and the value
2) When I change the organization (in selectbox) the second pie chart doesn't refresh automaticaly.
Can anyone help me?
Stephan Freudl on
Sure: the pie chart's attributes can be configured using the inspector panel as depicted below.
There is a preconfigured set of style attriubutes you might change by activating the button right of the style combobox.
This reveals a settings dialog where you can configure the value description, e.g. without percentages.
Regarding interactions: Actually I am not sure if I understood your problem correctly. If you want to update two charts once the combobox' selection changed you need to define two filter conditions.
It is important to note that you define the filter condition at the chart that shall be animated. Regardless where the action event was triggered. So I suggest that you define the filter rule at the two pie charts both receiving the value to filter for from the selection box.