mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
We've got just about all the important graph records for a bar graph.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ecb76b142
commit
cc710a20f6
@ -603,6 +603,9 @@ public class BiffViewer {
|
||||
case PlotAreaRecord.sid:
|
||||
retval = new PlotAreaRecord(rectype, size, data);
|
||||
break;
|
||||
case SeriesIndexRecord.sid:
|
||||
retval = new SeriesIndexRecord(rectype, size, data);
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user