gets the minimum value of a property
property | string | a data property |
data | object | a dataset with items of a group |
number | minimum value of a property |
$$("mychart").group({
by:"year",
map:{
sales:["sales","min"]
}
});
// displays the minimum "sales" value for each year