https://bugs.freedesktop.org/show_bug.cgi?id=44195

             Bug #: 44195
           Summary: First row of data added to XYDiagram is interpretted
                    as Y-Values rather than X-Values
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.3 release
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Chart
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 54869
  --> https://bugs.freedesktop.org/attachment.cgi?id=54869
LibreOffice Basic macro which creates a new XYDiagram chart and sets the data
series

An embedded chart object of type XYDiagram is created in a Writer Document.
Data is set using XChartDataArray.getData and setData.
According to documentation: "If used for an XYDiagram, the row number 0
represents the x-values."

This works for OpenOffice 3.2 - The first row of data  (row zero) is used for
the X-Data series

But in LibreOffice 3.4.3, the first row becomes a Y-value series, and the
second row becomes a second Y-value series. 

An attachment contains the basic code to reproduce this result.  The same
result occurs when using Java. 


Please provide a bug fix or a workaround, or explain the proper way of doing
this - this is crippling a plugin I am developing, when my users use with
LibreOffice 3.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to