MPAndroidChart
MPAndroidChart copied to clipboard
XAxisRenderer doesn't use LimitLine getTypeface()
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