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

How do you set min/max values on the linearAxis/is there a way to customise each y axis scale? #50

Open
Jennachilla opened this issue Oct 26, 2023 · 0 comments
Labels
question Further information is requested

Comments

@Jennachilla
Copy link

How do you set min/max values on the linearAxis and is there a way to customise each of the y axis scales (for example y axis 1 round ticks to 3dp, y axis 5 round ticks to whole numbers)?

  • Version: Current version
  • Browser: Chrome

I tried this but nothing seems to change with the scales when I add min/max values
elements: { linearAxis: { axisWidth: 10, border: { color: "grey" }, grid: { display: false }, ticks: { color: "grey", includeBounds: true, }, offset: true, min: 0, max: 1 }, },

@Jennachilla Jennachilla added the question Further information is requested label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant