aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel/charts
Commit message (Expand)AuthorAgeFilesLines
* remove some deprecated classesPJ Fanning2020-06-2724-1381/+0
* Javadoc fixesNick Burch2017-11-271-2/+2
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-2624-54/+121
* github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ...Javen O'Neal2017-10-311-0/+12
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-2/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Standardize some more common chart axis properties.Greg Woolsey2017-06-122-2/+16
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-089-455/+455
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-131-2/+2
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-2/+2
* sonar fixesAndreas Beeker2016-07-011-1/+1
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-045-21/+14
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-228-4/+236
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-221-1/+7
* Bug 54696: Add overlay setting to ChartLegendCédric Walter2013-11-051-1/+17
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-1/+0
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-1012-23/+261
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-068-12/+271
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2013-0/+545