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 am using the library and want to add labels next to the last value of the linechart.
currently overriding drawExtras inside a newLineChartRenderer
but I have overlapping of the labels when the last values are very close. I am trying to workaround this, but if you can provide any help it would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Check out ChartMarker or ChartLimitLine which suits better. To me, ChartLimitLine may be better, just don't show the line, only the text. e.g. use clear color, or override drawLimitLine() to not to draw lines, only text.
I am using the library and want to add labels next to the last value of the linechart.
currently overriding drawExtras inside a newLineChartRenderer
but I have overlapping of the labels when the last values are very close. I am trying to workaround this, but if you can provide any help it would be greatly appreciated.
The text was updated successfully, but these errors were encountered: