gets the sum of property values
$$("mychart").group({ by:"year", map:{ sales:["sales","sum"] } }); // displays the total sales for each year