You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ab...@apache.org on 2019/05/21 23:28:50 UTC

svn commit: r1859677 - /poi/site/src/documentation/content/xdocs/changes.xml

Author: abearez
Date: Tue May 21 23:28:50 2019
New Revision: 1859677

URL: http://svn.apache.org/viewvc?rev=1859677&view=rev
Log:
Some XDDF improvements and seven new chart types

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1859677&r1=1859676&r2=1859677&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Tue May 21 23:28:50 2019
@@ -87,6 +87,9 @@
     -->
 
     <release version="4.1.1" date="2019-07-??">
+      <summary>
+        <summary-item>Improved chart support: more types and some API changes around angles and width units</summary-item>
+      </summary>
       <actions>
         <action dev="PD" type="fix" fixes-bug="59004" context="HSLF">HSLF rendering - adjust values for presetShapeDefinition differs in HSLF/XSLF</action>
         <action dev="PD" type="fix" context="HSLF">Don't fallback to master shape properties, if master shape is not assigned</action>
@@ -95,6 +98,10 @@
         <action dev="PD" type="fix" fixes-bug="63073" context="XSSF">Return value of XSSFSheet.addMergedRegion is off by one</action>
         <action dev="PD" type="fix" fixes-bug="54803" context="OPC">Error opening XLSX after saving with a Drawing using POI</action>
         <action dev="PD" type="add" fixes-bug="github-143" context="HPSF">MAPIType.isFixedLength: not true in case of length > 8</action>
+        <action dev="PD" type="add" fixes-bug="github-135" context="XDDF">Support to create new chart without reading template</action>
+        <action dev="PD" type="add" fixes-bug="github-144" context="XDDF">Support for seven new chart types</action>
+        <action dev="PD" type="fix" fixes-bug="63153" context="XDDF">Enable safe removal of data series from charts</action>
+        <action dev="PD" type="fix" fixes-bug="59623" context="XDDF">Provide example of threshold line in bar chart</action>
       </actions>
     </release>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org