I'd like to show Totals for Stacked Bar / Columns Charts. Maybe this could be like Aggregates in Grid where the Aggregate is accessible via ClientTemplate?
Thanks for the proposition. Currently aggregates are supported for date series only, as outlined in this section of the docs (http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-series.aggregate). The only workaround presently would be to utilize series notes (http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-series.notes) to display results from manually calculated aggregates, if applicable.