Data Interrogation in Widgets
I am having some trouble getting my mashup to display what I want in regards to batch information. I have a ProductionData stream that, among other things, captures the product ID, energy consumption and water consumption. I have stream entries being created randomly, but the product ID is always one of 4 numbers. I was hoping to show pie charts for total energy and water consumption by product and I can't seem to figure out how to do that. I can get it to show each individual record's values and product ID, but I can't ever get it to show 4 slices.
Similarly I was hoping should show mix, max and average values by product. I figure if I have to, I can create these values on a Thing and then just display from there, but I didn't know if there was an easier / better way. I also don't think that would necessarily work for the pie charts.
Thanks for your help!

