fpspreadsheet: Fix xml tag error <chart:data-points>
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9171 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
03e6f8bcd5
commit
bf3b2e2df5
@ -3903,7 +3903,7 @@ begin
|
||||
begin
|
||||
if (i >= series.DataPointStyles.Count) or (series.DataPointStyles[i] = nil) then
|
||||
AppendToStream(AChartStream,
|
||||
indent + ' <chart:data-point chart:repeated="1">' + LE
|
||||
indent + ' <chart:data-point chart:repeated="1" />' + LE
|
||||
)
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user