We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f189e1 commit 2198677Copy full SHA for 2198677
docs/data/charts/animation/JSDefaultAnimation.js
@@ -59,6 +59,7 @@ function AnimatedBarLabel(props) {
59
height,
60
layout,
61
skipAnimation,
62
+ value,
63
...otherProps
64
} = props;
65
@@ -71,6 +72,7 @@ function AnimatedBarLabel(props) {
71
72
73
74
75
76
});
77
78
return (
docs/data/charts/animation/JSDefaultAnimation.tsx
@@ -59,6 +59,7 @@ function AnimatedBarLabel(props: BarLabelProps) {
@@ -71,6 +72,7 @@ function AnimatedBarLabel(props: BarLabelProps) {
0 commit comments