You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by fe...@apache.org on 2017/02/23 19:33:09 UTC

zeppelin git commit: ZEPPELIN-2137 Changed "show line chart with focus" to "zoom"

Repository: zeppelin
Updated Branches:
  refs/heads/master ac1e73c50 -> 32840e656


ZEPPELIN-2137 Changed "show line chart with focus" to "zoom"

https://issues.apache.org/jira/browse/ZEPPELIN-2137

Improvement

### How should this be tested?
Run it, look at it (UX change)

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?

Author: samthebest <sa...@users.noreply.github.com>

Closes #2050 from samthebest/master and squashes the following commits:

9f68fcd [samthebest] ZEPPELIN-2137 WS commit to try to force rerun of CI checks
89467ab [samthebest] ZEPPELIN-2137 WS commit to try to force rerun of CI checks
96362ab [samthebest] ZEPPELIN-2137 Changed "show line chart with focus" to "zoom"


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/32840e65
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/32840e65
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/32840e65

Branch: refs/heads/master
Commit: 32840e656d091b984f4c5ece655bc5af6be5c0ae
Parents: ac1e73c
Author: samthebest <sa...@users.noreply.github.com>
Authored: Wed Feb 22 13:19:21 2017 +0000
Committer: Felix Cheung <fe...@apache.org>
Committed: Thu Feb 23 11:33:06 2017 -0800

----------------------------------------------------------------------
 .../src/app/visualization/builtins/visualization-linechart.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/32840e65/zeppelin-web/src/app/visualization/builtins/visualization-linechart.js
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/visualization/builtins/visualization-linechart.js b/zeppelin-web/src/app/visualization/builtins/visualization-linechart.js
index aab51f8..90db33f 100644
--- a/zeppelin-web/src/app/visualization/builtins/visualization-linechart.js
+++ b/zeppelin-web/src/app/visualization/builtins/visualization-linechart.js
@@ -100,7 +100,7 @@ export default class LinechartVisualization extends Nvd3ChartVisualization {
           <input type="checkbox"
                ng-model="config.lineWithFocus"
                ng-click="save()" />
-          show line chart with focus
+          zoom
         </label>
       </div>`,
       scope: {