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 3186d0fbb2..06ea29aec1 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html @@ -21,7 +21,7 @@ limitations under the License. ng-if="paragraph.result.type == 'TABLE'" ng-repeat="viz in builtInTableDataVisualizationList track by $index" ng-class="{'active' : isGraphMode(viz.id)}" - ng-click="setGraphMode(viz.id, true)" + ng-click="setGraphMode(viz.id, true, false)" tooltip="{{viz.name}}" tooltip-placement="bottom"> diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph-pivot.html b/zeppelin-web/src/app/notebook/paragraph/paragraph-pivot.html index 66f570b183..de6e0d92e7 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph-pivot.html +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph-pivot.html @@ -20,11 +20,11 @@ limitations under the License. All fields: