I am using SmartGWT version v11.1p_2018-02-21/PowerEdition Deployment. I have a grid which I a working with that I wish to display as a chart:
I am calling ListGrid.chartData() with the Region column as the label field. This results in a nice chart:
I then use the popup menu to swap the facets and unstack the bars:
Is there a way to programmatically make changes to the FacetChart returned from the call to ListGrid.chartData() so that it appears like this?
I am calling ListGrid.chartData() with the Region column as the label field. This results in a nice chart:
I then use the popup menu to swap the facets and unstack the bars:
Is there a way to programmatically make changes to the FacetChart returned from the call to ListGrid.chartData() so that it appears like this?
Comment