Skip to content

You are not logged in. Register orLog In

start:

OpenOffice.org Chart

screenshot

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.

What's new?

  • New features in OOo 3.1
  • New features in OOo 3.0
  • New features in OOo 2.4
  • New features in OOo 2.3 (quick textual overview)

  • Want to help?

    Testing the new Chart

    With the exchange of a complete module there is a principle risk for new bugs. Here you can help a lot with identifying problems! Download one of the latest developer builds 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: chart bugs . If the problem is unknown you are welcome to submit a new issue. Thanks a lot for your help!

    Development

    The 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.

    For further information visit the Chart Wiki. We are looking forward to your participation!

    Development Contact: Ingrid Halama (iha)