Bug 55768

Summary: [PATCH] Improved support for charts in xssf
Product: POI Reporter: Martin Andersson <martin.andersson>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.10-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch 1: Line charts
Patch 2: Support for setting axis tick marks
Patch 3: Support for setting the title on chart series.

Description Martin Andersson 2013-11-12 07:15:10 UTC
Created attachment 31036 [details]
Patch 1: Line charts

Hi,

These tree patches adds

* Patch 1: Line charts
* Patch 2: Support for setting axis tick marks
* Patch 3: Support for setting the title on chart series.

They need to be applied in order and they all depend on
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

I don't know how to create incremental patches in svn so I generated them from git with the --no-prefix flag. Let me know if that is a problem.
Comment 1 Martin Andersson 2013-11-12 07:15:47 UTC
Created attachment 31037 [details]
Patch 2: Support for setting axis tick marks
Comment 2 Martin Andersson 2013-11-12 07:16:09 UTC
Created attachment 31038 [details]
Patch 3: Support for setting the title on chart series.
Comment 3 Cédric Walter 2013-11-22 18:26:47 UTC
patches applied in revision 1544628