Skip to content

Commit 2198677

Browse files
committed
Fix pipeline error
1 parent 6f189e1 commit 2198677

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/data/charts/animation/JSDefaultAnimation.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function AnimatedBarLabel(props) {
5959
height,
6060
layout,
6161
skipAnimation,
62+
value,
6263
...otherProps
6364
} = props;
6465

@@ -71,6 +72,7 @@ function AnimatedBarLabel(props) {
7172
height,
7273
layout,
7374
skipAnimation,
75+
value,
7476
});
7577

7678
return (

docs/data/charts/animation/JSDefaultAnimation.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function AnimatedBarLabel(props: BarLabelProps) {
5959
height,
6060
layout,
6161
skipAnimation,
62+
value,
6263
...otherProps
6364
} = props;
6465

@@ -71,6 +72,7 @@ function AnimatedBarLabel(props: BarLabelProps) {
7172
height,
7273
layout,
7374
skipAnimation,
75+
value,
7476
});
7577

7678
return (

0 commit comments

Comments
 (0)