Difference between revisions of "Chart2"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Implemented Chart Features)
(Roadmap/Work in progress)
Line 47: Line 47:
 
! Task !! Target !! Status
 
! Task !! Target !! Status
 
|-
 
|-
| Polynomial Trendlines || || identifiying necessary file format changes
+
| Bubble Charts || OOo 3.x || in progress
 
|-
 
|-
| Error Bars for X values || OOo 3.x || planned
+
| Display from hidden cells || OOo 3.2 || in progress
 
|-
 
|-
| Bubble Charts || OOo 3.x || in progress
+
| Rotate data labels || OOo 3.2 || in progress
 +
|-
 +
| Asian typography for chart elements || OOo 3.2 || in progress
 
|-
 
|-
 
| Placement of axes and axes labels || OOo 3.1 || done
 
| Placement of axes and axes labels || OOo 3.1 || done
 
|-
 
|-
| RTL Chart (Issues for an Arabic version) || OOo 3.1 || done
+
| Right to left Charts & Bi-directional writing || OOo 3.1 || done
 
|-
 
|-
 
| Plotting of missing values (leave gap,assume zero,continue line) || OOo 3.1 || done
 
| Plotting of missing values (leave gap,assume zero,continue line) || OOo 3.1 || done
Line 68: Line 70:
 
|-
 
|-
 
| Ease editing regression lines (trendlines) || OOo 3.0 || done
 
| Ease editing regression lines (trendlines) || OOo 3.0 || done
|-
 
| resolution dependent chart prints and pdf export || OOo 2.4 || done
 
|-
 
| Allow removing data point labels with delete key || OOo 2.4 || done
 
|-
 
| Better automatic positions for lables on pie segments || OOo 2.4 || done
 
|-
 
| More flexible placement of labels on data points || OOo 2.4 || done
 
|-
 
| Allow to display each part of a data label in a separate line || OOo 2.4 || done
 
|-
 
| Display both value and percentage as data point label || OOo 2.4 || done
 
|-
 
| Number format for data labels || OOo 2.4 || done
 
|-
 
| Display bars on different axis next to each other || OOo 2.4 || done
 
|-
 
| Enable reverse scales on axes || OOo 2.4 || done
 
|-
 
| Display equations for regression lines || OOo 2.4 || done
 
 
|}
 
|}
  

Revision as of 15:31, 10 February 2009


The Chart module was exchanged completely on the way to OpenOffice.org 2.3 (starting with SRC680_m213). This is the basis for further enhancements and long awaited features.

This page documents ongoing work, implemented and still missing features. It also links to further useful information around the chart.

Helping with the Chart

Example Chart made with OpenOffice.org 2.3 (ods-file see File:ProgrammingLanguages.ods)

Development

If you are new to OpenOffice.org development have a look at the more general pages first:

The file format used for OpenOffice.org is the ODF format.

If you like to help developing the chart, you can find useful information at the following places:

The CVS module for the chart implementation is chart2. It is a submodule of the graphics project. The chart implementation makes heavy use of UNO (Universal Network Objects), thus it would be good to learn about UNO first. The new chart does support a published stable UNO API com::sun::star::chart for external use. There is also an internal API com::sun::star::chart2. The internal API is not published and is not guaranteed to be stable. It is subject to further changes - so don't count on it in scripts or something! Furthermore several things you can set with the internal API will not be saved by the application. So for stable work please use the published standard chart API com::sun::star::chart.

If you have questions or comments related to the chart you have several choices:

To find a concrete task to work on, check the issue queries of open chart bugs and features. Maybe there is something that catches your interest:

Roadmap/Work in progress

Task Target Status
Bubble Charts OOo 3.x in progress
Display from hidden cells OOo 3.2 in progress
Rotate data labels OOo 3.2 in progress
Asian typography for chart elements OOo 3.2 in progress
Placement of axes and axes labels OOo 3.1 done
Right to left Charts & Bi-directional writing OOo 3.1 done
Plotting of missing values (leave gap,assume zero,continue line) OOo 3.1 done
Select 'Range' for error bars OOo 3.0 done
Starting angle for pie charts - rotation of pie charts OOo 3.0 done
Clockwise pie chart OOo 3.0 done
Title for secondary y axis OOo 3.0 done
Ease editing regression lines (trendlines) OOo 3.0 done

Child-workspaces after OOo 2.4

CWS Description Target Based on/integrated into Status
chart37 Bug fixes DEV300m39 In development
chart35 Bug fixes OOo 3.1 DEV300m38 In testing
rtlchart03 RTL issues OOo 3.1 ->DEV300m40 Nominated
rtlchart02 flexible axis positioning OOo 3.1 DEV300m38 Integrated
rtlchart01 bi-directional writing OOo 3.1 DEV300m37 Integrated
chart30 Bug fixes OOo 3.1 DEV300m33 Integrated
chart22 Features OOo 3.1 DEV300m29 Integrated
chart28 Bug fixes OOo 2.4.2 and OOo 3.0 OOH680m18 and DEV300m20 Integrated
chart31 Bug fixes OOo 3.0 OOO300m4 Integrated
chart29 Bug fixes OOo 3.0 DEV300m27 Integrated
chart27 Bug fixes OOo 3.0 DEV300m23 Integrated
chart25 Bug fixes OOo 3.0 DEV300m18 Integrated
odfversionedexport Bug fixes OOo 3.0 DEV300m17 Integrated
chart23 Bug fixes OOo 3.0 DEV300m6 Integrated
chart20 Features OOo 3.0 DEV300m2 Integrated
chart19 Features OOo 3.0 SRC680m248 Integrated
chart26 Bug fixes OOo 2.4.1 and OOo 3.0 OOH680m12 and DEV300m13 Integrated

Testing

If you want to help the QA team have a look at the QA contribution page. You can help a lot with identifying new problems or verifying fixed and integrated issues!

Download the latest developer snapshot and give it a try. When you find a bug please check whether someone else already did submit an issue for that problem. The following issue list can help you with the research:

If the problem is unknown you are welcome to submit a new issue. Thanks a lot for your help!

Other Contributions

For other kinds of contributions like graphics, documentation, translation, marketing take a look at this page.

Implemented Chart Features

Open Chart Features

Basic Macro Examples

Also have a look at the BASIC Developers Guide!

Contact

Personal tools