From cf6578e85d947b0f1ebff4ae28b8285d213d4227 Mon Sep 17 00:00:00 2001 From: Matthew Penny Date: Tue, 12 Jul 2016 14:05:45 -0400 Subject: [PATCH 01/22] Add map UI button and pivot fields --- .../paragraph/paragraph-chart-selector.html | 5 ++ .../notebook/paragraph/paragraph-graph.html | 5 ++ .../notebook/paragraph/paragraph-pivot.html | 52 ++++++++++++++++++- .../paragraph/paragraph.controller.js | 44 ++++++++++++++-- 4 files changed, 102 insertions(+), 4 deletions(-) diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html b/zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html index 0c763189fa5..e2e4e352b10 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html @@ -47,6 +47,11 @@ ng-class="{'active': isGraphMode('scatterChart')}" ng-click="setGraphMode('scatterChart', true)"> +