Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug with switching viz_type in exploreV2 #1631

Merged
merged 1 commit into from
Nov 18, 2016

Conversation

vera-liu
Copy link
Contributor

@vera-liu vera-liu commented Nov 18, 2016

  • Bug: when switching from a viz_type outside nvd3 to a viz_type in
    nvd3, (for instance, switching from table to dist_bar) the Chart Container doesn't draw new graph
  • Fix: The reason was somehow the function inside nv.addGraph() wasn't
    called, extract the function outside and explicitly calling it solve
    the problem

Before:
giphy 6

After:
giphy 7

needs-review @ascott @mistercrunch

 - Issue: when switching from a viz_type outside nvd3 to a viz_type in
 nvd3, the Chart Container doesn't draw new graph
 - Fix: The reason was somehow the function inside nv.addGraph() wasn't
   called, extract the function outside and explicitly calling it solve
   the problem
@ascott
Copy link

ascott commented Nov 18, 2016

LGTM

@vera-liu vera-liu merged commit 0acf26b into apache:master Nov 18, 2016
@vera-liu vera-liu deleted the vliu_explorev2_viz_bug branch November 21, 2016 17:25
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.14.0 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants