aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/charts
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* Javadoc fixesNick Burch2017-11-271-2/+2
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-2611-65/+143
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-162-2/+2
* remove incomplete javadocsJaven O'Neal2017-06-301-9/+0
* add @Internal annotation to methods that return a CT* classJaven O'Neal2017-06-304-3/+60
* Expose one more bit of style information generically (for XSSF). If someone ...Greg Woolsey2017-06-294-0/+17
* Standardize some more common chart axis properties.Greg Woolsey2017-06-124-16/+180
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-083-452/+452
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-043-34/+43
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-227-11/+311
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-221-0/+93
* Bug 54696: Add overlay setting to ChartLegendCédric Walter2013-11-051-0/+21
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-053-3/+0
* fixed javadoc warningsYegor Kozlov2011-12-091-1/+1
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-108-271/+206
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-202-77/+258
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-064-14/+270
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-205-0/+644