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

Added axis formatting to chart options in Box and Bubble plots. #1025

Closed
wants to merge 3 commits into from

Conversation

carowjp
Copy link

@carowjp carowjp commented Aug 29, 2016

Added axis formatting to chart options in Box and Bubble plots.
Added x-axis formats to forms.
Changed to one decimal place in percent formatting.

carowjp and others added 3 commits August 28, 2016 15:25
Changed to one decimal place in percent formatting.
Added axis formatting to chart options in Box and Bubble plots.
@@ -653,7 +653,7 @@ def __init__(self, viz):
"default": '.3s',
"choices": [
('.3s', '".3s" | 12.3k'),
('.3%', '".3%" | 1234543.210%'),
('.1%', '".1%" | 1234543.2%'),
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Author

Choose a reason for hiding this comment

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

It seems unusual for percentage axis numbers to be shown as 60.000% when 60℅ or 60.0℅ will do.

Copy link
Contributor

@xrmx xrmx Aug 30, 2016

Choose a reason for hiding this comment

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

It may be unusual but we may be breaking other people configurations :) So if you really need that please just add another entry instead.

@mistercrunch
Copy link
Member

Sorry this never made it in, I'm cleaning up older PRs with merge conflicts at the moment. Please resubmit the PR if you want this feature to make it in.

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
…ction (apache#1025)

* feat: add syria to Country Maps

* PR fixes

* fix: add `Syria` to control panel options
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
…ction (apache#1025)

* feat: add syria to Country Maps

* PR fixes

* fix: add `Syria` to control panel options
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
…ction (apache#1025)

* feat: add syria to Country Maps

* PR fixes

* fix: add `Syria` to control panel options
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
…ction (apache#1025)

* feat: add syria to Country Maps

* PR fixes

* fix: add `Syria` to control panel options
Sign up for free to 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.

None yet

3 participants