aboutsummaryrefslogtreecommitdiff
path: root/MPChartLib/src/main/java/com/github
AgeCommit message (Expand)Author
2020-09-21Revert: e5b66192 - bring back polymorphism to value formattersDaniel Cohen Gindi
2020-02-07Update BarChartRenderer.javaAnirut Teerabut
2020-02-07Update HorizontalBarChartRenderer.javaAnirut Teerabut
2020-02-07Update BarChartRenderer.javaAnirut Teerabut
2020-02-07fix NPE when use solid color with barchartAnirut Teerabut
2020-01-24Implement a more generic Fill class instead of GradientColorDaniel Cohen Gindi
2020-01-24Fixed merge residueDaniel Cohen Gindi
2020-01-23Finalized vertical line collision checkDaniel Cohen Gindi
2020-01-23Corrected check for line in vertical boundsDaniel Cohen Gindi
2020-01-23Remove unexpected dash line during linear animationDaniel Cohen Gindi
2020-01-23Fixed a bug where a pie slice without highlight enabled is hiddenDaniel Cohen Gindi
2020-01-23maxHeight didn't account for the last labelDaniel Cohen Gindi
2020-01-22Improved negative offset for horz bar chartDaniel Cohen Gindi
2020-01-22Renamed values -> entries for consistencyDaniel Cohen Gindi
2020-01-22Multiple colors for valuelineDaniel Cohen Gindi
2020-01-22Call onChartScale listener after double-tap-zoomDaniel Cohen Gindi
2020-01-22Improve min/max calculationDaniel Cohen Gindi
2020-01-22Fixed index out of bounds issue when using stacked bar chartDaniel Cohen Gindi
2020-01-22This is for the inline bubble selectionDaniel Cohen Gindi
2020-01-22Support for labelXOffset for YAxis labelDaniel Cohen Gindi
2020-01-22Add option to disable clipping data to contentRectDaniel Cohen Gindi
2020-01-22Add a warning message if pie chart has more than one data setDaniel Cohen Gindi
2020-01-22Call notifyDataChanged for an opportunity for subclassesDaniel Cohen Gindi
2020-01-22Reset min/max when clearing ChartDataSetDaniel Cohen Gindi
2020-01-22Added dataIndex param for highlightValue (combined charts)Daniel Cohen Gindi
2020-01-22Use correct color index for bubble chartDaniel Cohen Gindi
2020-01-22Select correct axis for legend distance calculation in horz bar chartDaniel Cohen Gindi
2020-01-22Custom text alignment for no-dataDaniel Cohen Gindi
2020-01-22Avoid race condition for interval/intervalMagnitudeDaniel Cohen Gindi
2020-01-22Make min/max axis labels configurableDaniel Cohen Gindi
2020-01-22Fixed axis label disappearing when zooming inDaniel Cohen Gindi
2020-01-22Added an implementation of Douglas Peucker with resultCount inputDaniel Cohen Gindi
2020-01-22Consider axis dependency in Combined chartDaniel Cohen Gindi
2020-01-22Added highlightColor parameter for pie chartsDaniel Cohen Gindi
2020-01-22Safe guardsDaniel Cohen Gindi
2019-04-27fix little typoduchampdev
2019-04-27PercentFormatter: make space between number and percent sign optionalduchampdev
2018-11-15Add option to set minimum anglesalmic
2018-11-12Add Curved Slices to Pie Chartalmic
2018-11-11Remove unnecessary API checksalmic
2018-11-07Remove Deprecated Thingsalmic
2018-11-07New ValueFormatteralmic
2018-10-27Merge pull request #2273 from vpop/update/unused-localMick A
2018-10-27Merge pull request #2187 from vpop/update/redundant-nullcheckMick A
2018-10-26Huge Project Refreshalmic
2018-05-09Merge pull request #3451 from davidgoli/add-grid-lines-on-top-of-dataMick A
2018-05-09Merge pull request #3478 from MaximPestryakov/patch-1Mick A
2018-05-09Merge pull request #4013 from RobertZagorski/bugfix/#2369-legend-offset-is-no...Mick A
2018-05-09Merge pull request #3642 from pagrzybe/autoscale_restrictionsMick A
2018-05-09Fixed JavadocMaxim Pestryakov