Skip to content

Commit

Permalink
Fix histogram static export
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Mar 22, 2024
1 parent db96a11 commit cb10a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/victory-histogram/src/victory-histogram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ class VictoryHistogramBase extends React.Component<VictoryHistogramProps> {
},
};

static getFormattedData = getFormattedData;
static getFormattedData(...args: any) {
return getFormattedData(...args);
}

static defaultProps: VictoryHistogramProps = {
containerComponent: <VictoryContainer />,
Expand Down

0 comments on commit cb10a61

Please sign in to comment.