https://bz.apache.org/bugzilla/show_bug.cgi?id=59631
Bug ID: 59631
Summary: LineChart not working: lines not shown
Product: POI
Version: 3.14-FINAL
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33887
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33887&action=edit
File rendered from org.apache.poi.xssf.usermodel.examples.LineChart
I'm trying to create a Line Chart following the example in
org.apache.poi.xssf.usermodel.examples.LineChart.
Unfortunately, the rendered XLSX will contain a LineChart that's not readable.
I'll attach the file.
You may clik through the chart, select the line and apply some styling in Excel
or LibreOffice.
I think there's something wrong within 'chart1.xml', somewhere near
<c:lineChart>
<c:varyColors val="false"/>
<c:ser>
<c:idx val="0"/>
<c:order val="0"/>
<c:marker>
<c:symbol val="none"/>
</c:marker>
It seams the Chart API does not contain any possiblity to style the chart, do
it?
Regards, Michael
--
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]