Skip to content

Commit

Permalink
fix waterfall
Browse files Browse the repository at this point in the history
  • Loading branch information
schaumb committed Dec 6, 2024
1 parent a0514b7 commit d77cb62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Fixed

- Fix invalid read/write when animation is contiguous (onFinish callback calls setKeyframe)
- Fix invalid read/write when animation is contiguous (onFinish callback calls setKeyframe).
- Waterfall chart preset not aligned.
- Split chart count negative values too.

## [0.16.0] - 2024-11-28

Expand Down
3 changes: 1 addition & 2 deletions src/apps/weblib/ts-api/plugins/presetconfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ export const presetConfigs = {
y: { set: [{ name: 'y' }, { name: 'x' }] },
label: { set: [{ name: 'y' }] },
color: { set: [{ name: 'y' }] }
},
align: 'stretch'
}
},
mekko: {
channels: {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/test_cases/test_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
"refs": ["be20c3e"]
},
"web_content/presets/chart/waterfall": {
"refs": ["b702418"]
"refs": ["7286ab4"]
},
"web_content/presets/chart/mekko_stacked": {
"refs": ["b28c935"]
Expand Down

0 comments on commit d77cb62

Please sign in to comment.