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

[bug fix] Fixed forced percentage format on tooltips and bubble chart tooltips format. #5631

Merged
merged 2 commits into from Aug 14, 2018

Conversation

conglei
Copy link
Contributor

@conglei conglei commented Aug 14, 2018

Bug 1: For line charts, when the y-axis is force to set as percentage (hen computing a "Percentage" or "Contribution" selected, we force a percentage format), the tooltip is not correctly reflected on this change.

Before:

screen shot 2018-08-14 at 1 32 03 pm

After:

screen shot 2018-08-14 at 1 29 32 pm

Bug 2: For bubble chart, the format of tooltip is not correct reflect on the x and y tick formats.

Before:

screen shot 2018-08-14 at 1 31 44 pm

After:

screen shot 2018-08-14 at 1 30 56 pm

cc: @john-bodley @michellethomas @williaster

@michellethomas
Copy link
Contributor

It looks like something pylint had a stalled build in travis, you may want to try to kick off another build to get it to pass. Otherwise lgtm

@codecov-io
Copy link

codecov-io commented Aug 14, 2018

Codecov Report

Merging #5631 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5631      +/-   ##
==========================================
- Coverage   63.49%   63.49%   -0.01%     
==========================================
  Files         360      360              
  Lines       22889    22890       +1     
  Branches     2548     2548              
==========================================
  Hits        14533    14533              
- Misses       8341     8342       +1     
  Partials       15       15
Impacted Files Coverage Δ
superset/assets/src/visualizations/nvd3_vis.js 8.94% <0%> (-0.02%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c2be71...a1ada13. Read the comment docs.

@john-bodley john-bodley merged commit 2171ffb into apache:master Aug 14, 2018
john-bodley pushed a commit to john-bodley/superset that referenced this pull request Aug 15, 2018
… tooltips format. (apache#5631)

* fixed forced percentage format on tooltip and correct reflection on bubble chart tooltip format

* re-trigger build

(cherry picked from commit 2171ffb)
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
… tooltips format. (apache#5631)

* fixed forced percentage format on tooltip and correct reflection on bubble chart tooltip format

* re-trigger build
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 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.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants