We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The highest label on the Y axis represents the highest value in the list, what about graphs with higher Y labels then the highest value in the list?
Can I somehow setup the Y axis?
The text was updated successfully, but these errors were encountered:
Found the answer myself: lineChart.setScale(new Scale(0, highestValueY)); ...for a graph with 0 and the highestValue.
lineChart.setScale(new Scale(0, highestValueY));
You may close this ticket, thanks.
Sorry, something went wrong.
No branches or pull requests
The highest label on the Y axis represents the highest value in the list, what about graphs with higher Y labels then the highest value in the list?
Can I somehow setup the Y axis?
The text was updated successfully, but these errors were encountered: