From c12c72bbd66c61758436ec60bac11d88df3bfbc7 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Tue, 29 Sep 2015 10:07:47 -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}' }; }