aboutsummaryrefslogtreecommitdiff
path: root/MPChartLib
AgeCommit message (Expand)Author
2016-09-03Merge pull request #2193 from relair/PieChart_FixForBackgroundIssue_WhenSlice...Philipp Jahoda
2016-08-29Reuse indexDaniel Cohen Gindi
2016-08-24Fix for pie chart, so small values won't appear as "background" (which really...Marcin
2016-08-18Merge pull request #2110 from Akylas/dasheffectPhilipp Jahoda
2016-08-18Merge pull request #2172 from redwarp/masterPhilipp Jahoda
2016-08-18Update ComponentBase.javaBenoit Vermont
2016-08-18respect phaseX when drawing cubicFillJulian Köpke
2016-08-17fixed LineChartRenderer to get correct x values when using cubicFillJulian Köpke
2016-08-15Fill before stroke - because the fill may cover half of a thick strokeDaniel Cohen Gindi
2016-08-15Simplified some codeDaniel Cohen Gindi
2016-08-15range may also be Infinite when xMin/xMax are MAXDaniel Cohen Gindi
2016-08-15Take care of edge cases when calculating intervals (labelCount == 0)Daniel Cohen Gindi
2016-08-14Fixes and finishing up of autoScaleMinMax featurePhilipp Jahoda
2016-08-14Fix autoScaleMinMaxPhilipp Jahoda
2016-08-14Merge branch 'master' of https://github.com/PhilJay/MPAndroidChartPhilipp Jahoda
2016-08-14Cleanup, preparations for autoScaleMinMax fixPhilipp Jahoda
2016-08-14neededWidth should be enough here. formSize has no meaning globally.Daniel Cohen Gindi
2016-08-14Set those sizes to dps, convert internally.Daniel Cohen Gindi
2016-08-14Added feature for dashing legend line forms (Closes #1843)Daniel Cohen Gindi
2016-08-14Simplified legend entries configuration. Option to style dataset form...Daniel Cohen Gindi
2016-08-14Add half line width to clipping rect of grid/limit lines (Closes #2081)Daniel Cohen Gindi
2016-08-14We need an "equals or less" hereDaniel Cohen Gindi
2016-08-14Refined scaleXEnabled/scaleYEnabled conditioningDaniel Cohen Gindi
2016-08-14Use an actual Epsilon hereDaniel Cohen Gindi
2016-08-13Fix issue #2102Philipp Jahoda
2016-08-13CleanupPhilipp Jahoda
2016-08-12Fix #2119Philipp Jahoda
2016-08-12Documentation updatePhilipp Jahoda
2016-08-12Fix crash related to circle size (#2115)Philipp Jahoda
2016-08-11Renaming of setAxisMinValue etc to setAxisMinimum for consistencyPhilipp Jahoda
2016-08-10Choose a default that matches the default v2 behaviorDaniel Cohen Gindi
2016-08-09Pie's x is deprecated - log it out, and avoid in calcMinMaxDaniel Cohen Gindi
2016-08-09Avoid creating a new formatter if nullDaniel Cohen Gindi
2016-08-09If we are at it - rename those interfaces tooDaniel Cohen Gindi
2016-08-09Reverse string formatter cachesDaniel Cohen Gindi
2016-08-09Reversed "array access optimization"Daniel Cohen Gindi
2016-08-09Removed the extra offset that messed up legend locationDaniel Cohen Gindi
2016-08-09Renamed Highlighter -> IHighlighterDaniel Cohen Gindi
2016-08-08Safeguard for cubic bezier drawingDaniel Cohen Gindi
2016-08-08Added back missing `new CombinedChartRenderer`Daniel Cohen Gindi
2016-08-08DRYed scatter code, simplified IShapeRenderer implementationsDaniel Cohen Gindi
2016-08-08Reinvented Markers - interface based, enhanced default behaviourDaniel Cohen Gindi
2016-08-08Renamed x-pos to x-value where appropriateDaniel Cohen Gindi
2016-08-08These return a single pixel (x/y), for values (x value and y value)Daniel Cohen Gindi
2016-08-08Call createRenderers() instead of recreating the renderer each timeDaniel Cohen Gindi
2016-08-08Simplified scatter shape enum modelDaniel Cohen Gindi
2016-08-08Renamed `ShapeRenderer` -> `IShapeRenderer`Daniel Cohen Gindi
2016-08-08Renamed `zoomCenter` to `zoomToCenter`Daniel Cohen Gindi
2016-08-08`drawBarShadowEnabled` is working againDaniel Cohen Gindi
2016-08-08DRYed that codeDaniel Cohen Gindi