Skip to content

Instantly share code, notes, and snippets.

View berk-can's full-sized avatar
😴
Dreaming

BeRk CaN berk-can

😴
Dreaming
View GitHub Profile
@xanscale
xanscale / RoundedBarChart.java
Last active June 21, 2024 14:46
MPAndroidChart BarChart with rounded corner (based from v3.1.0). Just replaced drawRect with drawRoundRect
package com.scarozza;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.LinearGradient;
import android.graphics.RectF;
import android.util.AttributeSet;
import com.github.mikephil.charting.animation.ChartAnimator;