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

No x-axis values formatting #22

Open
Pandicon opened this issue Jan 25, 2024 · 0 comments
Open

No x-axis values formatting #22

Pandicon opened this issue Jan 25, 2024 · 0 comments

Comments

@Pandicon
Copy link

For some reason it is not possible to format values on the x-axis. Is that intentional, or was it just forgotten about? :D
You can see that it is an issue in the code:
y-axis has formatting:

let number = [#format(axis, axis.values.at(step))]

x-axis doesn't:
let number = axis.values.at(step)

I am using a local copy of 0.1.0 and added formatting to the x-axis for my project and it works just fine, but there may be reasons why it may behave weirdly specifically on the x-axis that I am not aware of. However, I could definetely create a PR with my fix if it was wanted.

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

No branches or pull requests

1 participant