diff --git a/src/app/panels/graph/axisEditor.html b/src/app/panels/graph/axisEditor.html
index 1c25fb26aab..6470c12ed89 100644
--- a/src/app/panels/graph/axisEditor.html
+++ b/src/app/panels/graph/axisEditor.html
@@ -43,6 +43,7 @@
+
diff --git a/src/app/panels/graph/legend.js b/src/app/panels/graph/legend.js
index 3632ee0deb1..9a8b8e37a7e 100644
--- a/src/app/panels/graph/legend.js
+++ b/src/app/panels/graph/legend.js
@@ -65,6 +65,20 @@ function (angular, app, _, kbn, $) {
$container.toggleClass('graph-legend-table', panel.legend.alignAsTable);
+ if (panel.legend.bigTableMode) {
+ $container.toggleClass('graph-legend-big-table', true);
+ var header = '
';
+ header += ' | ';
+ header += ' | ';
+ header += 'min | ';
+ header += 'max | ';
+ header += 'avg | ';
+ header += 'current | ';
+ header += 'total | ';
+ header += '
';
+ $container.append($(header));
+ }
+
for (i = 0; i < data.length; i++) {
var series = data[i];
var html = '