diff options
| author | Zsolt Kozaroczy <[email protected]> | 2021-07-25 01:37:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-25 01:37:29 +0200 |
| commit | c4d7279de2bd20bc98c15ea64e9074ded19124ca (patch) | |
| tree | 05653d98a5aead376ab378dc9fbc1274f56c9b75 /CHANGELOG.md | |
| parent | 158942c16b249a269e77633dd261b87787d191af (diff) | |
| download | caxlsx-c4d7279de2bd20bc98c15ea64e9074ded19124ca.tar.gz caxlsx-c4d7279de2bd20bc98c15ea64e9074ded19124ca.zip | |
Fix gap width validator for bar charts (#108)
`gap_width` and `gap_depth` now allow only integers in the range of 0–500. The previous behaviour (requiring a percentage value) was according to the current version of the OOXML spec, but Excel seems to rely on an older version, where the gap amount was required to be a simple integer.
Also, `gapDepth` is only allowed in 3D bar charts, so it is now no longer available for 2D bar charts.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c3fc45..3558c392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ CHANGELOG - **Unreleased** - [PR #107](https://github.com/caxlsx/caxlsx/pull/107) - Add overlap to bar charts + - [PR #108](https://github.com/caxlsx/caxlsx/pull/108) - Fix gap depth and gap depth validators for bar charts and 3D bar charts - **March.27.21**: 3.1.0 - [PR #95](https://github.com/caxlsx/caxlsx/pull/95) - Replace mimemagic with marcel |
