Skip to content

Commit

Permalink
fix 🐛: label change
Browse files Browse the repository at this point in the history
  • Loading branch information
squiles committed Dec 10, 2024
1 parent ba28224 commit 468ff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/charts/shared/axis-height-band.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const AxisHeightBand = () => {
id: "axis-height-band",
transform: `translate(${margins.left} ${margins.top})`,
transition: { enable: enableTransition, duration: transitionDuration },
render: (g) => g.attr("data-testid", "axis-width-band").call(axis),
render: (g) => g.attr("data-testid", "axis-height-band").call(axis),
renderUpdate: (g, opts) =>
maybeTransition(g, {
transition: opts.transition,
Expand Down

0 comments on commit 468ff64

Please sign in to comment.