Hi,
I used flexmonster in my angular 7 project and I am very happy about it. But I have a problem about chart.
I custom captain for measure column in my report. In the grid view, it shows very cool but in Charts view, it doesn't show the custom captain in filter. It shows "Sum of..."
How can I custom captain for filter in chart?
Hello,
Thank you for writing to us.
It seems that you are looking for the showAggregationLabels
option property. When it is set with false
the "Sum of" will be removed. Please refer to our docs for more information: https://www.flexmonster.com/api/options-object/.
Please let us know if it solves the case.
Regards,
Dmytro
Hi,
Thanks very much. This is very helpful