Skip to content

Instantly share code, notes, and snippets.

View xanscale's full-sized avatar

Alessandro Scarozza xanscale

  • Localhost Software SRL
  • Rome, Italy
  • 18:02 (UTC +02:00)
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;