MPAndroidChart
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.
``` When I use LineChart in a ScrollView(like vertical ) I found when I move a little distance on y-axis direction the move event will be thrown to the ScrollView,When...
## PR Checklist: - [*] I have tested this extensively and it does not break any existing behavior. - [*] I have added/updated examples and tests for any new behavior....
Added Y axis dashed line configuration ## PR Checklist: - [x] I have tested this extensively and it does not break any existing behavior. - [x] I have added/updated examples...
## 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....
If a BarChart has no printed values, the method entry.getRanges() returns null and the method ranges.length throws an exception (null.length). This can simply be prevented by asking the ranges to...
## 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...
Use double-s instead of float-s to minimize rounding errors that can lead to axis labels saying e.g. "9999.999" instead of "10000". There's really no excuse for using float-s here, and...
Resolves #222, Resolves #3879, Resolves #3872, Resolves #3669, Resolves #3550, Resolves #3352, Resolves #3269. If y-axis uses the default value formater then the highlighted label value will be of the...
Fixes #5237, Fixes #2826. `calculateOffsets` needs to be called after `computeAxis` because the size of labels can change after the latter. Also the view port handler needs to be refreshed...
I made a pie chart using MP Chart. The values are inside of the pie pieces, but I want to have lines pointing to each piece of the pie indicating...