groups data
stats | object | object with group settings: 'by' and 'map' parameters |
$$("mychart").group({
by:"year",
map:{
sales:["sales","max"]
}
});
Back to top