MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

XAxisRenderer doesn't use LimitLine getTypeface()

Open weiga-apps opened this issue 1 year ago • 0 comments

Summary The LimitLine added to XAxis doesn't use the typeface set.

Expected Behavior The LimitLine label should be rendered with specified typeface.

Possible Solution in function public void renderLimitLineLabel(Canvas c, LimitLine limitLine, float[] position, float yOffset) call and respect limitLine.getTypeface()

Device (please complete the following information): any

Additional Context no specific conditions / all calls

weiga-apps avatar Oct 14 '24 20:10 weiga-apps