Skip to content

Commit

Permalink
Suppressing linter hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Aug 30, 2024
1 parent 0300e24 commit 8fbc725
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export const generateMappersForYAxis = (
});
};

// eslint-disable-next-line default-param-last
const joinValues = (values: Array<Array<number>> = [], barmode: BarMode): Array<number> => {
if (barmode === 'stack' || barmode === 'relative') {
return zipWith(...values, (...iterateValues) => sum(iterateValues));
Expand Down

0 comments on commit 8fbc725

Please sign in to comment.