GNOME Bugzilla – Bug 745091
[ODS] Per-point marker style
Last modified: 2015-02-26 05:16:53 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>
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>
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.
t6516 is now happy, but visiually the data point is lost...???
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.
I have filed bug 745193 as a charting bug for the appearance problem.