MPAndroidChart/MPChartLib
almic aea2ff3417
Add option to set minimum angles
Allows to force minimum slice angles when drawing charts, which means that any
slices with angles lower than the minimum will be drawn with the minimum angle.

When changing this setting on the fly, you have to call
`notifyDataSetChanged()` and `invalidate()` for the minimum angle to take
effect.

This only functions if all slices can be drawn with the minimum angle. For
example if a chart has 5 slices, the largest functioning minimum angle is
`72f` degrees on a 360 degree chart, or 20% of the chart's `maxAngle`.
2018-11-15 09:51:46 -07:00
..
src Add option to set minimum angles 2018-11-15 09:51:46 -07:00
.gitignore
build.gradle Bump version to 3.1.0-alpha 2018-10-29 13:23:18 -06:00
ic_launcher-web.png
pom.xml Update gradle and manifest file. 2015-02-28 11:45:22 +01:00