From fcbf82c6e0ae77d66bfa28285e6d31d7e441a6f6 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Mon, 28 Sep 2015 15:46:14 -0700 Subject: [PATCH] Don't group history in graphs modal table --- data/interfaces/default/history_table_modal.html | 1 + 1 file changed, 1 insertion(+) diff --git a/data/interfaces/default/history_table_modal.html b/data/interfaces/default/history_table_modal.html index 152589eb..58345fcf 100644 --- a/data/interfaces/default/history_table_modal.html +++ b/data/interfaces/default/history_table_modal.html @@ -38,6 +38,7 @@ type: "post", data: function ( d ) { return { 'json_data': JSON.stringify( d ), + 'grouping': false, 'start_date': '${data}' }; }