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
I'm using the following command to create a x-axis between 0 and e€{x.0; x.5}.
chartData.setAxisXBottom(Axis.generateAxisFromRange(0f, xEndLineAftereffect, 0.5f) .setName(context.getString(R.string.chart_stages_axisunit)) .setHasLines(hasLines) );
But it doesn't print the axis like 1, 1.5, ... instead of it prints 1, 2, 2, like you can see on the screenshot below.
I'm not sure, whether I'm making something wrong or whether it is a bug?
Best regards, xXSkyWalkerXx1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using the following command to create a x-axis between 0 and e€{x.0; x.5}.
But it doesn't print the axis like 1, 1.5, ... instead of it prints 1, 2, 2, like you can see on the screenshot below.
I'm not sure, whether I'm making something wrong or whether it is a bug?
Best regards,
xXSkyWalkerXx1
The text was updated successfully, but these errors were encountered: