You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/03/12 19:31:42 UTC

[Bug 54676] New: New chart axis type: Category axis

https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

            Bug ID: 54676
           Summary: New chart axis type: Category axis
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: martin.andersson@purplescout.se
    Classification: Unclassified

Created attachment 30042
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30042&action=edit
XSSFCategoryAxis implementation

This patch adds the category axis type to xssf charts.

Largely copied from XSSFValueAxis.

Test case is included.

Tested in Excel 2010 and LibreOffice

ant clean test runs successfully

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] [PATCH] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

--- Comment #5 from Martin Andersson <ma...@purplescout.se> ---
Thanks!

I added a new series of patches in
https://issues.apache.org/bugzilla/show_bug.cgi?id=55768 that applies after
this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] [PATCH] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

Cédric Walter <ce...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Cédric Walter <ce...@gmail.com> ---
merged in trunk revision 1544612

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

--- Comment #3 from Martin Andersson <ma...@purplescout.se> ---
This patch still applys to trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] [PATCH] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

Martin Andersson <ma...@purplescout.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|New chart axis type:        |[PATCH] New chart axis
                   |Category axis               |type: Category axis

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] [PATCH] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

--- Comment #4 from Cédric Walter <ce...@gmail.com> ---
Hi

Thanks for your contribution, i did has a look yesterday evening, except minor
changes, I will commit it to trunk later this evening.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

--- Comment #1 from Martin Andersson <ma...@purplescout.se> ---
Created attachment 30043
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30043&action=edit
Updated patch

Parsing of the axis was missing. Updated patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 54676] New chart axis type: Category axis

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54676

--- Comment #2 from Martin Andersson <ma...@purplescout.se> ---
I would be very happy if I, at least, could get some initial thoughts on this
patch and https://issues.apache.org/bugzilla/show_bug.cgi?id=54696

My overall goal is to make the chart api somewhat usable by implementing other
chart types and adding styling options.

A line chart implementation is available at github:
https://github.com/umartin/poi/tree/linechart

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org