Skip to content

Instantly share code, notes, and snippets.

View samueldanda's full-sized avatar
🏠
Working from home

Samuel Danda samueldanda

🏠
Working from home
View GitHub Profile
@xanscale
xanscale / RoundedBarChart.java
Last active January 8, 2024 22:19
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;