A powerful Android chart view / graph view library, supporting line- bar- pie- radar- and candlestick charts as well as scaling, dragging and animations..
MPAndroidChart is hosted in the following web site
https://github.com/PhilJay/MPAndroidChart
If you think the Android project MPAndroidChart listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MPAndroidChart.
Item | Value |
---|---|
Java File Count | 93 |
Supported screen sizes | [nodpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 22 |
Fragment Count | 3 |
jar files used | android-support-v4.jar android-support-v4.jar nineoldandroids-2.4.0-2.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\OpenSans-Bold.ttf assets\OpenSans-BoldItalic.ttf assets\OpenSans-ExtraBold.ttf assets\OpenSans-ExtraBoldItalic.ttf assets\OpenSans-Italic.ttf assets\OpenSans-Light.ttf assets\OpenSans-LightItalic.ttf assets\OpenSans-Regular.ttf assets\OpenSans-Semibold.ttf assets\OpenSans-SemiboldItalic.ttf assets\cosine.txt assets\hugecosine.txt assets\hugesine.txt assets\n.txt assets\nlogn.txt assets\sine.txt assets\square.txt assets\stacked_bars.txt assets\three.txt |
There are 2 image files in MPAndroidChart. The names of the image files are listed as follows.
marker.png marker2.png
The following screenshort is generated from the image listed above.
MPAndroidChart has the following Java source files.
com.github.mikephil.charting.charts.BarChart.java com.github.mikephil.charting.charts.BarLineChartBase.java com.github.mikephil.charting.charts.CandleStickChart.java com.github.mikephil.charting.charts.Chart.java com.github.mikephil.charting.charts.HorizontalBarChart.java com.github.mikephil.charting.charts.LineChart.java com.github.mikephil.charting.charts.PieChart.java com.github.mikephil.charting.charts.PieRadarChartBase.java com.github.mikephil.charting.charts.RadarChart.java com.github.mikephil.charting.charts.ScatterChart.java com.github.mikephil.charting.data.BarData.java com.github.mikephil.charting.data.BarDataSet.java com.github.mikephil.charting.data.BarEntry.java com.github.mikephil.charting.data.BarLineScatterCandleData.java com.github.mikephil.charting.data.BarLineScatterCandleRadarData.java com.github.mikephil.charting.data.BarLineScatterCandleRadarDataSet.java com.github.mikephil.charting.data.CandleData.java com.github.mikephil.charting.data.CandleDataSet.java com.github.mikephil.charting.data.CandleEntry.java com.github.mikephil.charting.data.ChartData.java com.github.mikephil.charting.data.DataSet.java com.github.mikephil.charting.data.Entry.java com.github.mikephil.charting.data.LineData.java com.github.mikephil.charting.data.LineDataSet.java com.github.mikephil.charting.data.LineRadarDataSet.java com.github.mikephil.charting.data.PieData.java com.github.mikephil.charting.data.PieDataSet.java com.github.mikephil.charting.data.RadarData.java com.github.mikephil.charting.data.RadarDataSet.java com.github.mikephil.charting.data.ScatterData.java com.github.mikephil.charting.data.ScatterDataSet.java com.github.mikephil.charting.data.filter.Approximator.java com.github.mikephil.charting.exception.DrawingDataSetNotCreatedException.java com.github.mikephil.charting.interfaces.ChartInterface.java com.github.mikephil.charting.interfaces.OnChartGestureListener.java com.github.mikephil.charting.interfaces.OnChartValueSelectedListener.java com.github.mikephil.charting.interfaces.OnDrawLineChartTouchListener.java com.github.mikephil.charting.interfaces.OnDrawListener.java com.github.mikephil.charting.listener.BarLineChartTouchListener.java com.github.mikephil.charting.listener.PieRadarChartTouchListener.java com.github.mikephil.charting.matrix.Vector3.java com.github.mikephil.charting.renderer.ColumnToBarTransformer.java com.github.mikephil.charting.renderer.Transformer.java com.github.mikephil.charting.utils.ColorFormatter.java com.github.mikephil.charting.utils.ColorTemplate.java com.github.mikephil.charting.utils.FileUtils.java com.github.mikephil.charting.utils.FillFormatter.java com.github.mikephil.charting.utils.Highlight.java com.github.mikephil.charting.utils.LabelBase.java com.github.mikephil.charting.utils.LargeValueFormatter.java com.github.mikephil.charting.utils.Legend.java com.github.mikephil.charting.utils.LimitLine.java com.github.mikephil.charting.utils.MarkerView.java com.github.mikephil.charting.utils.PointD.java com.github.mikephil.charting.utils.SelInfo.java com.github.mikephil.charting.utils.Utils.java com.github.mikephil.charting.utils.ValueFormatter.java com.github.mikephil.charting.utils.XLabels.java com.github.mikephil.charting.utils.YLabels.java com.xxmassdeveloper.mpchartexample.AnotherBarActivity.java com.xxmassdeveloper.mpchartexample.BarChartActivity.java com.xxmassdeveloper.mpchartexample.BarChartActivityMultiDataset.java com.xxmassdeveloper.mpchartexample.CandleStickChartActivity.java com.xxmassdeveloper.mpchartexample.CubicLineChartActivity.java com.xxmassdeveloper.mpchartexample.DrawChartActivity.java com.xxmassdeveloper.mpchartexample.DynamicalAddingActivity.java com.xxmassdeveloper.mpchartexample.HorizontalBarChartActivity.java com.xxmassdeveloper.mpchartexample.InvertedLineChartActivity.java com.xxmassdeveloper.mpchartexample.LineChartActivity1.java com.xxmassdeveloper.mpchartexample.LineChartActivity2.java com.xxmassdeveloper.mpchartexample.LineChartActivityColored.java com.xxmassdeveloper.mpchartexample.ListViewBarChartActivity.java com.xxmassdeveloper.mpchartexample.ListViewMultiChartActivity.java com.xxmassdeveloper.mpchartexample.MultiLineChartActivity.java com.xxmassdeveloper.mpchartexample.MyMarkerView.java com.xxmassdeveloper.mpchartexample.MyValueFormatter.java com.xxmassdeveloper.mpchartexample.PieChartActivity.java com.xxmassdeveloper.mpchartexample.RadarChartActivitry.java com.xxmassdeveloper.mpchartexample.ScatterChartActivity.java com.xxmassdeveloper.mpchartexample.StackedBarActivity.java com.xxmassdeveloper.mpchartexample.fragments.BarChartFrag.java com.xxmassdeveloper.mpchartexample.fragments.ComplexityFragment.java com.xxmassdeveloper.mpchartexample.fragments.PieChartFrag.java com.xxmassdeveloper.mpchartexample.fragments.ScatterChartFrag.java com.xxmassdeveloper.mpchartexample.fragments.SimpleChartDemo.java com.xxmassdeveloper.mpchartexample.fragments.SimpleFragment.java com.xxmassdeveloper.mpchartexample.fragments.SineCosineFragment.java com.xxmassdeveloper.mpchartexample.listviewitems.BarChartItem.java com.xxmassdeveloper.mpchartexample.listviewitems.ChartItem.java com.xxmassdeveloper.mpchartexample.listviewitems.LineChartItem.java com.xxmassdeveloper.mpchartexample.listviewitems.PieChartItem.java com.xxmassdeveloper.mpchartexample.notimportant.DemoBase.java com.xxmassdeveloper.mpchartexample.notimportant.MainActivity.java