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

Problem with scaling Y axis #179

Open
NataliaKrzykala opened this issue Dec 12, 2024 · 0 comments
Open

Problem with scaling Y axis #179

NataliaKrzykala opened this issue Dec 12, 2024 · 0 comments

Comments

@NataliaKrzykala
Copy link

Hello,
I'm using YCharts for simple project containing a chart for temperature measurements depending on the date they were taken. I have a problem with scaling Y axis according to dynamically changing dataset. For example:

  • when I set min and max values for Y (fe. 33 and 43) and try to scale my dataset to it, the smallest and the bigest value in the dataset still end up at 33 and 43. I was wondering if it is possible to plot a chart not adjusted to the dataset min max values (or if I'm doing something wrong). Example of a problem:
    image

  • when I do not set strict min and max values for Y (but get them from dataset) and set a strict numer of steps I end up whith multiple labels repeated (data seems to be scaled properly and every value is where it's supposted to be). I was wondering if there's a way to ommit displaying repeated labels. Example of a problem:
    image

Additionaly, why does the lowest horizontal grid line stop at the last value and other don't?

I also have a problem with first X label being cut off but I saw someone else mention it in an issue and for all I know it hasn't been solved yet, right?

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

No branches or pull requests

1 participant