After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745091 - [ODS] Per-point marker style
[ODS] Per-point marker style
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other All
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2015-02-24 14:52 UTC by Morten Welinder
Modified: 2015-02-26 05:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2015-02-24 14:52:04 UTC
t6516 was updated.  It looks like ods is dropping marker style somewhere:

@@ -4404,7 +4406,7 @@
                   <GogObject role="Point">
                     <property name="index">1</property>
                     <property name="style" type="GogStyle">
-                      <marker auto-shape="1" auto-outline="0" outline-color="0:0:0:FF" auto-fill="0" fill-color="FF:0:0:FF" size="10"/>
+                      <marker auto-shape="0" shape="none" auto-outline="1" auto-fill="1" size="5"/>
                     </property>
                     <property name="id">1</property>
                   </GogObject>
Comment 1 Andreas J. Guelzow 2015-02-24 19:32:59 UTC
In our export to ods, this looks strange to me:

          <chart:series chart:values-cell-range-address="$'Points'.$B$1:.$B$4" chart:style-name="GOG-4">
            <chart:domain table:cell-range-address="$'Points'.$A$1:.$A$4"/>
            <chart:data-point chart:repeated="1"/>
            <chart:data-point chart:style-name="GOG-5"/>
          </chart:series>

In any case, we are referring to style GOG-5 but that style does not include the info we need:

    <style:style style:name="GOG-5" style:family="chart">
      <style:chart-properties chart:symbol-type="none"/>
      <style:graphic-properties draw:stroke="none"/>
      <style:paragraph-properties/>
      <style:text-properties fo:font-size="8pt" fo:font-variant="normal" fo:font-family="Sans" fo:font-style="normal" fo:font-weight="normal" gnm:font-stretch-pango="4" gnm:auto-font="true"/>
    </style:style>
Comment 2 Andreas J. Guelzow 2015-02-26 05:02:44 UTC
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.
Comment 3 Andreas J. Guelzow 2015-02-26 05:08:14 UTC
t6516 is now happy, but visiually the data point is lost...???
Comment 4 Andreas J. Guelzow 2015-02-26 05:13:46 UTC
So the data point is not shown in the chart. But if you open the properties window it is shown in the preview. Clicking apply without having made any changes  shows the correct picture. This seems more like a charting problem.
Comment 5 Andreas J. Guelzow 2015-02-26 05:16:53 UTC
I have filed bug 745193 as a charting bug for the appearance problem.