You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2019/05/10 11:52:37 UTC

[Bug 63153] Removing a data series from a scatter chart corrupts the workbook

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

--- Comment #1 from David Gauntt <dm...@uab.edu> ---
Created attachment 36579
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36579&action=edit
Patch to XDDFChartData to fix 63153

This code should replace the method getSeries() in XDDFChartData.  The patch
includes the method _removeSeries(int), which should be made abstract and
implemented in all classes that extend XDDFChartData.  I will add a patch to
XDDFScatterChartData  and a JUnit test case shortly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org