Hi,
Is it possible to sort the internal slices of the pie charts in descending order? For example in the pie chart below in the red box, is it possible to make sure that the green slice is next to the light-blue slice? This example is from http://www.smartclient.com/smartgwte...ltiSeriesChart.
In my application (not the example), I tried by sorting the data that was being retrieved, but it did not work. In my application I could get the first pie chart to sort it correctly based on the values (slice size), but every pie chart after would not be sorted properly. The first pie chart matched the ordering of my data, but the second pie chart deviated from the data ordering. To clarify I am using a single FacetChart with two facets, which produces multiple pie charts like the example below.
Thanks.
In the example above, it appears that it's sorted based on North, South, East, West, but is there a way to change each chart to be sorted based on the Revenue values?
Is it possible to sort the internal slices of the pie charts in descending order? For example in the pie chart below in the red box, is it possible to make sure that the green slice is next to the light-blue slice? This example is from http://www.smartclient.com/smartgwte...ltiSeriesChart.
In my application (not the example), I tried by sorting the data that was being retrieved, but it did not work. In my application I could get the first pie chart to sort it correctly based on the values (slice size), but every pie chart after would not be sorted properly. The first pie chart matched the ordering of my data, but the second pie chart deviated from the data ordering. To clarify I am using a single FacetChart with two facets, which produces multiple pie charts like the example below.
Thanks.
In the example above, it appears that it's sorted based on North, South, East, West, but is there a way to change each chart to be sorted based on the Revenue values?
Comment