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've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
I have posted a stackoverflow question, and gotten no responses.
I tried to resize the chart using
line?.notifyDataSetChanged() self.chart.data?.notifyDataChanged() self.chart.notifyDataSetChanged()
after line.visible was set to false.
line.visible
false
ℹ I expected the chart to resize the boundaries based on the shown lines.
ℹ Nothing, the hidden lines were still within the boundaries.
*Most Recent Beta 10 4.2 IOS Mojave
ℹ https://stackoverflow.com/questions/52908779/fit-chart-bounds-to-data-on-change
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've read, understood, and done my best to follow the *CONTRIBUTING guidelines.
I have posted a stackoverflow question, and gotten no responses.
What did you do?
I tried to resize the chart using
after
line.visible
was set tofalse
.What did you expect to happen?
ℹ I expected the chart to resize the boundaries based on the shown lines.
What happened instead?
ℹ Nothing, the hidden lines were still within the boundaries.
Charts Environment
*Most Recent
Beta 10
4.2
IOS
Mojave
Demo Project (None Yet)
ℹ https://stackoverflow.com/questions/52908779/fit-chart-bounds-to-data-on-change
The text was updated successfully, but these errors were encountered: