https://bugs.documentfoundation.org/show_bug.cgi?id=128747
--- Comment #8 from Justin L <[email protected]> --- Another dead end appears to be oox/source/drawingml/chart/seriesconverter.cxx Reference< XDataSeries > SeriesConverter::createDataSeries()'s if (!nDataPointCount) // No values present. Don't create a data series. return Reference<XDataSeries>(); which happens twice after label "If oversubscription relative to allowance increases at the same average rate B15-B17" Unrelated (connected to Axis Title and Chart Title) are two "warn:legacy.osl:oox/source/drawingml/chart/titleconverter.cxx:173: TitleConverter::convertFromModel - multiple text properties" The read-order is definitely at play here somehow. If I swap around the empty "Likely funding required" and "Oversubscription rate" around in chart1.xml, then the label changes. -- You are receiving this mail because: You are the assignee for the bug.
