Skip to content

ZEPPELIN-2148: On creation of Bar graph zeppelin UI shows it as minigraph - #2074

Closed
prabhjyotsingh wants to merge 2 commits into
apache:branch-0.7from
prabhjyotsingh:ZEPPELIN-2148_branch-0.7
Closed

ZEPPELIN-2148: On creation of Bar graph zeppelin UI shows it as minigraph#2074
prabhjyotsingh wants to merge 2 commits into
apache:branch-0.7from
prabhjyotsingh:ZEPPELIN-2148_branch-0.7

Conversation

@prabhjyotsingh

Copy link
Copy Markdown
Contributor

What is this PR for?

This is an extension #2063. Since that had a merge conflict.

What type of PR is it?

[Bug Fix]

What is the Jira issue?

How should this be tested?

Check screen shot.

Screenshots (if appropriate)

Before:
zeppelin-2148-before

After:
zeppelin-2148-after

Questions:

  • Does the licenses files need update?
  • Is there breaking changes for older versions?
  • Does this needs documentation?

@prabhjyotsingh

Copy link
Copy Markdown
ContributorAuthor

@r-kamath, @felixcheung Please help review this as well.

if (type === 'TABLE') {
$scope.renderGraph($scope.graphMode, refresh);
$timeout(function() {
$scope.renderGraph($scope.graphMode, refresh);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prabhjyotsingh

Can we modify renderGraph function directly? because this function already has some timeout logic. But it seems that it doens't work.

https://github.com/prabhjyotsingh/zeppelin/blob/ca1ea2e58d0e011476b5c83e3ae94a2b27668a73/zeppelin-web/src/app/notebook/paragraph/result/result.controller.js#L382

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, let me check.

@prabhjyotsingh

Copy link
Copy Markdown
ContributorAuthor

@1ambda how about this, instead of ng-show use ng-if ? Can you test this out ?

@1ambda

Copy link
Copy Markdown
Member

Sure. I will test and give you feedback soon!

@r-kamath

Copy link
Copy Markdown
Member

LGTM

@prabhjyotsingh

Copy link
Copy Markdown
ContributorAuthor

@1ambda did you get time to review this ?

@1ambda

1ambda commented Mar 3, 2017

Copy link
Copy Markdown
Member

@prabhjyotsingh sorry for late reply 😭

prabhjyotsingh added a commit to prabhjyotsingh/zeppelin that referenced this pull request Mar 3, 2017
@prabhjyotsingh

Copy link
Copy Markdown
ContributorAuthor

Sure, I'll merge this soon, and have created a new PR #2092 as this has merge conflict with master. Please feel free to review that as well.

asfgit pushed a commit that referenced this pull request Mar 4, 2017
…raph
### What is this PR for?
This is an extension #2063. Since that had a merge conflict.
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* [ZEPPELIN-2148](https://issues.apache.org/jira/browse/ZEPPELIN-2148)
### How should this be tested?
Check screen shot.
### Screenshots (if appropriate)
Before:
![zeppelin-2148-before](https://cloud.githubusercontent.com/assets/674497/23291765/b1469780-fa80-11e6-9a13-3ecb6ca275ba.gif)
After:
![zeppelin-2148-after](https://cloud.githubusercontent.com/assets/674497/23291751/9aa39122-fa80-11e6-962e-482e12c4bca5.gif)
### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closes#2074 from prabhjyotsingh/ZEPPELIN-2148_branch-0.7 and squashes the following commits:
dbd5b34 [Prabhjyot Singh] try 2
ca1ea2e [Prabhjyot Singh] ZEPPELIN-2148: On creation of Bar graph zeppelin UI shows it as minigraph
asfgit pushed a commit that referenced this pull request Mar 7, 2017
…graph - 2
### What is this PR for?
This is based on #2074 (comment).
In this I've reverted #47a106a and applied, that.
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533]
### What is the Jira issue?
* [ZEPPELIN-2148](https://issues.apache.org/jira/browse/ZEPPELIN-2148)
### How should this be tested?
Check screen shot.
### Screenshots (if appropriate)
Before:
![zeppelin-2148-before](https://cloud.githubusercontent.com/assets/674497/23291765/b1469780-fa80-11e6-9a13-3ecb6ca275ba.gif)
After:
![zeppelin-2148-after](https://cloud.githubusercontent.com/assets/674497/23291751/9aa39122-fa80-11e6-962e-482e12c4bca5.gif)
### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closes#2092 from prabhjyotsingh/ZEPPELIN-2148-2 and squashes the following commits:
bdd0b26 [Prabhjyot Singh] apply #20745062c0b [Prabhjyot Singh] ZEPPELIN-2148: On creation of Bar graph zeppelin UI shows it as mini graph
prabhjyotsingh added a commit to prabhjyotsingh/zeppelin that referenced this pull request Mar 7, 2017
…raph
### What is this PR for?
This is an extension apache#2063. Since that had a merge conflict.
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* [ZEPPELIN-2148](https://issues.apache.org/jira/browse/ZEPPELIN-2148)
### How should this be tested?
Check screen shot.
### Screenshots (if appropriate)
Before:
![zeppelin-2148-before](https://cloud.githubusercontent.com/assets/674497/23291765/b1469780-fa80-11e6-9a13-3ecb6ca275ba.gif)
After:
![zeppelin-2148-after](https://cloud.githubusercontent.com/assets/674497/23291751/9aa39122-fa80-11e6-962e-482e12c4bca5.gif)
### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closesapache#2074 from prabhjyotsingh/ZEPPELIN-2148_branch-0.7 and squashes the following commits:
dbd5b34 [Prabhjyot Singh] try 2
ca1ea2e [Prabhjyot Singh] ZEPPELIN-2148: On creation of Bar graph zeppelin UI shows it as minigraph
@prabhjyotsingh
prabhjyotsingh deleted the ZEPPELIN-2148_branch-0.7 branch February 25, 2018 03:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@prabhjyotsingh@1ambda@r-kamath