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

I'm trying to use the method `zoomAndCenterAnimated` on a line graph, but the result I get, no matter the x-value entered, is the graph zooming and centering on the very...

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

**Summary** I have applied RoundedSlicesPieChartRenderer to pie chart to have round corner it worked but the highlight function is not working when i remove the RoundedSlicesPieChartRenderer the highligh works but...

I use a CombinedChart and set min and max zoom like this: mChart.setScaleXEnabled(true); mChart.getViewPortHandler().setMaximumScaleX(Constants.MAX_ZOOM); mChart.getViewPortHandler().setMinimumScaleX(Constants.MIN_ZOOM); When I pinch zoom, and reach the max zoom value, my chart "jumps" a bit...

I need to increase text sizes in line chart. Advanced thanks!

![screen shot 2017-05-04 at 2 33 44 pm](https://cloud.githubusercontent.com/assets/22956274/25696953/c7cbbc1a-30d6-11e7-87c7-4929d28ed5e9.png) Hi plz check above image. i need to add shadow on line of LineChart. For that plz set some property for shadow...

#3259 add a flag `mHighLightDeselectPerTapEnable` to support

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

Hello, Hope you are doing well. I am displaying barchart for 15 days when user add records. But it's displaying like below given image when I am adding only 15...

When i refresh the line chart with less mAxis.mEntries ,the Xaxis item index was wrong . ![a3f5205c-7e3a-44c2-a666-f2c108dd0bfb](https://cloud.githubusercontent.com/assets/12440588/20883237/06d68c6e-bb20-11e6-983b-46158d36307f.png) if (mAxis.mEntries.length > n) ,there not new float[] .