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
In Charts 2.0, I override the func drawExtras(context: CGContext) in LineChartRenderer, hack the func drawCircles(context: CGContext) then just draw my own shape. It may be not a good solution but It is work.
but In Charts 3.0, I found that I can not override the function drawCircles , the drawCircles use the _xBounds which is internal. Any solution ?
The text was updated successfully, but these errors were encountered:
Can I draw like this ?
In Charts 2.0, I override the
func drawExtras(context: CGContext)
in LineChartRenderer, hack thefunc drawCircles(context: CGContext)
then just draw my own shape. It may be not a good solution but It is work.but In Charts 3.0, I found that I can not override the function drawCircles , the drawCircles use the _xBounds which is internal. Any solution ?
The text was updated successfully, but these errors were encountered: