Skip to content

Instantly share code, notes, and snippets.

View xanscale's full-sized avatar

Alessandro Scarozza xanscale

View GitHub Profile
@xanscale
xanscale / RoundedBarChart.java
Last active May 30, 2025 19:43
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;