MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

Results 328 MPAndroidChart issues
Sort by recently updated
recently updated
newest added

## PR Checklist: - [X ] I have tested this extensively and it does not break any existing behavior. - [ ] I have added/updated examples and tests for any...

## PR Checklist: - [x] I have tested this extensively and it does not break any existing behavior. - [x] I have added/updated examples and tests for any new behavior....

Please add `long` datatype support for unix timestamps in the timeseries LineChart. The current `float` datatype isn't precisely able to store timestamps which are near to each other, as a...

Graph looks okay when I draw it with graphView http://prntscr.com/hjg501 (tested with plot.ly: http://prntscr.com/hjgiim) And then graph looks bad when using hellochart/mpchart: Hellochart: http://prntscr.com/hjg8fa MPChart: http://prntscr.com/hjghbb My dataset on both...

## PR Checklist: - [x] I have tested this extensively and it does not break any existing behavior. ## PR Description - Performed a full conversion of MPChartExample project to...

Hello everyone, I want to divide the color of the circle on the linechart but it's not working well. Where is the error in my code? **Code** private fun showLineChart(listSugar:...

This library seems to not be supported anymore. Is there a maintained fork?

In a line chart, is it possible to change the line color between two entries of a single dataset by defining a threshold or multiple threshold values.? For example if...

Hello everyone, why doesn't mpaandroidchart on my android studio work? When typing in xml a red message appears like this class is referenced in layout file, com.github.mikephil.charts.charts.LineChart, not found in...

Resolves #3388, Resolves #5069, Resolves #4679, Resolves #3787, Resolves #3107, Resolves #2714. This is an alternative to PR #4897.