https://bugs.documentfoundation.org/show_bug.cgi?id=128747
--- Comment #9 from Justin L <[email protected]> --- After 3 days of looking, I finally found the spot in chart2/source/tools/InternalDataProvider.cxx: else if (rRole == u"label") { // Data series label. There should be only one element. This always // goes to the last data column. sal_Int32 nColSize = m_aInternalData.getColumnCount(); if (!aRawElems.empty() && nColSize) { std::vector<uno::Any> aLabels(1, uno::Any(aRawElems[0])); m_aInternalData.setComplexColumnLabel(nColSize-1, std::move(aLabels)); -- You are receiving this mail because: You are the assignee for the bug.
