https://bz.apache.org/bugzilla/show_bug.cgi?id=63421

--- Comment #2 from David <[email protected]> ---
This problem can be solved disabling a color property: 

((XSSFChart)objChart).getCTChart().getPlotArea().getScatterChartArray(0)
                    .addNewVaryColors().setVal(false);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to