Don't group history in graphs modal table

This commit is contained in:
Jonathan Wong 2015-09-28 15:46:14 -07:00
commit fcbf82c6e0

View file

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