Skip to content

Commit

Permalink
Graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Fan committed Nov 4, 2019
1 parent 10e3ae8 commit a53049e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WinRate/app/src/main/java/com/ucsc/winrate/PieChart.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.anychart.sample.charts;
package com.ucsc.winrate;
// https://github.com/AnyChart/AnyChart-Android
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.Toast;

import com.anychart.AnyChart;
Expand All @@ -13,7 +12,6 @@
import com.anychart.charts.Pie;
import com.anychart.enums.Align;
import com.anychart.enums.LegendLayout;
import com.anychart.sample.R;

import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit a53049e

Please sign in to comment.