You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add a limit line when pressing a button. However, whenever the value is outside of the chart boundaries, I do not see it. I have tried the following to update the chart:
lineChart.data?.notifyDataChanged()
lineChart.notifyDataSetChanged() and
lineChart.setNeedsLayout()
lineChart.setNeedsDisplay()
without success. Any ideas how to approach this?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your great work.
I add a limit line when pressing a button. However, whenever the value is outside of the chart boundaries, I do not see it. I have tried the following to update the chart:
lineChart.data?.notifyDataChanged()
lineChart.notifyDataSetChanged()
and
lineChart.setNeedsLayout()
lineChart.setNeedsDisplay()
without success. Any ideas how to approach this?
The text was updated successfully, but these errors were encountered: