aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/usermodel/charts
Commit message (Collapse)AuthorAgeFilesLines
* remove some deprecated classesPJ Fanning2020-06-2724-1381/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879276 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesNick Burch2017-11-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816453 13f79535-47bb-0310-9956-ffa450edef68
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-2624-54/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816383 13f79535-47bb-0310-9956-ffa450edef68
* github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ↵Javen O'Neal2017-10-311-0/+12
| | | | | | Alain-Bearez. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813868 13f79535-47bb-0310-9956-ffa450edef68
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808741 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* Standardize some more common chart axis properties.Greg Woolsey2017-06-122-2/+16
| | | | | | Implement the ChartAxis ss interface for date axes, which are pretty much a category axis with one extra property, a date granularity (not currently passed through, get it still from the CT* class). Created the class and test from the category axis versions. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798414 13f79535-47bb-0310-9956-ffa450edef68
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-089-455/+455
| | | | | | | | $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
* change CellValue#getCellType() to return an int instead of an enum for ↵Javen O'Neal2016-09-131-2/+2
| | | | | | backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751240 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2016-07-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751007 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ↵Nick Burch2014-11-045-21/+14
| | | | | | Typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636755 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-228-4/+236
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544628 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54676: added new chart axis type: Category axisCédric Walter2013-11-221-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544612 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54696: Add overlay setting to ChartLegendCédric Walter2013-11-051-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1539169 13f79535-47bb-0310-9956-ffa450edef68
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296979 13f79535-47bb-0310-9956-ffa450edef68
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-1012-23/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167579 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-068-12/+271
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132553 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-2013-0/+545
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125275 13f79535-47bb-0310-9956-ffa450edef68