Pie Chart Label - Percentage instead of Number

I’ve been researching and can’t really seem to find anything. Is there a way of get the sum of list items and use that to convert that to a percentage? Am I missing something?

#= kendo.format("{0:p0}", value / 908 ) # // 908 should be dynamically produced based on the lists/views total.

it should produce something like this below.

screenshot

Thanks.

Well great. Shortly after I posted this I answered my own question.
See below if someone would like to use this.

Add Template:
#=percentage.toFixed(3) * 100 # %