Don't group history in graphs modal table

This commit is contained in:
Jonathan Wong 2015-09-29 10:07:47 -07:00
parent dff493c8d9
commit c12c72bbd6

View file

@ -38,6 +38,7 @@
type: "post",
data: function ( d ) {
return { 'json_data': JSON.stringify( d ),
'grouping': false,
'start_date': '${data}'
};
}