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

3.0.0-beta.3 ILogarithmicScaleOptions can't beginAtZero #7861

Closed
danhyun opened this issue Oct 7, 2020 · 3 comments · Fixed by #7862
Closed

3.0.0-beta.3 ILogarithmicScaleOptions can't beginAtZero #7861

danhyun opened this issue Oct 7, 2020 · 3 comments · Fixed by #7862

Comments

@danhyun
Copy link

danhyun commented Oct 7, 2020

Feature Proposal

ILogarithmicScaleOptions should support beginAtZero to help visualize low values in large range dataset.

Feature Use Case

I'm trying to viz all values in a large ranged dataset.
image

Ideally I should have some visible component for the values here with value 1

Possible Implementation

@leeoniya
Copy link

leeoniya commented Oct 7, 2020

it is mathematically impossible to display 0 or negative values on a log scale.

@danhyun
Copy link
Author

danhyun commented Oct 7, 2020 via email

@Danita
Copy link

Danita commented Dec 29, 2020

Is there any workaround? I have the same problem. I have to plot some users that have 0 to 5 contributions, and other users with 0 to 20000 contributions. I'd like to show nice scale that works for both, where the first user would see their [1, 2, 5, 7] values, and the other can see their [250, 1000, 12000].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants