We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34670f commit e9459fbCopy full SHA for e9459fb
MPChartLib/src/main/java/com/github/mikephil/charting/charts/Chart.java
@@ -239,8 +239,6 @@ public void onAnimationUpdate(ValueAnimator animation) {
239
mInfoPaint.setTextAlign(Align.CENTER);
240
mInfoPaint.setTextSize(Utils.convertDpToPixel(12f));
241
242
- mDrawPaint = new Paint(Paint.DITHER_FLAG);
243
-
244
if (mLogEnabled)
245
Log.i("", "Chart.init()");
246
}
@@ -394,11 +392,6 @@ protected void setupDefaultFormatter(float min, float max) {
394
392
*/
395
393
private boolean mOffsetsCalculated = false;
396
397
- /**
398
- * paint object used for drawing the bitmap
399
- */
400
- protected Paint mDrawPaint;
401
402
@Override
403
protected void onDraw(Canvas canvas) {
404
// super.onDraw(canvas);
0 commit comments