Added
- Added category crosses at property (
catAxisCrossesAt) #966 (parvezapathan) - Added support for multi-level category axes #1012 (MariusOpeepl)
- Added 2 new Chart props:
plotAreaandchartAreaallowing fill and border for each (plotAreadeprecatesfillandborder) #1015 (hvstaden) - Added serie name on bubble chart, category axis position, leader lines on bubble chart #1100 (mathbruyen)
- Added
bubble3Dchart type #1108 (mathbruyen) - Added new tool under demos:
data_convertwhich turns Excel (tab-delim) data to chart data type easily (gitbrent)
Fixed
- Using
addImage()with uppercase path prop causes "needs to repair presentation" #860 (mamodo123) - Chart with lines and bars produces repair file dialog in Powerpoint #1013 (kornarakis)
- Bubble Charts limited to 26 columns #1076 (benjaminpavone)
- Using
addImagewithtableToSlides()does not work #1103 (Strawberry0215) - escape object name in chart xml #1122 (mathbruyen)
- Several issues with charts embedded Excel sheets that prevented "Edit Data in Excel" from working (gitbrent)
- Issue with combo charts secondary axis on wrong side (gitbrent)
- Issue with chart prop
titlePosnot working (gitbrent)
Changed
- react-demo: updated
react-scriptsto v5.0.0 from v4 (gitbrent)