don't assume varyColors for bubbleChart, related tdf#90876
Change-Id: If31ce89380424b7248e49f3d4ab40e35106378c4
This commit is contained in:
@@ -1626,6 +1626,11 @@ void ChartExport::exportBubbleChart( Reference< chart2::XChartType > xChartType
|
|||||||
pFS->startElement( FSNS( XML_c, XML_bubbleChart ),
|
pFS->startElement( FSNS( XML_c, XML_bubbleChart ),
|
||||||
FSEND );
|
FSEND );
|
||||||
|
|
||||||
|
const char* varyColors = "0";
|
||||||
|
pFS->singleElement( FSNS( XML_c, XML_varyColors ),
|
||||||
|
XML_val, varyColors,
|
||||||
|
FSEND );
|
||||||
|
|
||||||
sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
|
sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
|
||||||
exportSeries( xChartType, nAttachedAxis );
|
exportSeries( xChartType, nAttachedAxis );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user