Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 15, 2024
1 parent 7839bdb commit 3170ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/victory-bar/src/helper-methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Helpers,
LabelHelpers,
Scale,
VictoryClipContainer
VictoryClipContainer,
} from "victory-core";

export const getBarPosition = (props, datum) => {
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-bar/src/victory-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export type VictoryBarAlignmentType = "start" | "middle" | "end";

export interface VictoryBarProps
extends VictoryCommonProps,
VictoryDatableProps,
VictoryMultiLabelableProps {
VictoryDatableProps,
VictoryMultiLabelableProps {
alignment?: VictoryBarAlignmentType;
barRatio?: number;
barWidth?: NumberOrCallback;
Expand Down

0 comments on commit 3170ef7

Please sign in to comment.