Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Nov 2, 2024
1 parent bb41d92 commit 3172137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-charts/src/internals/getSymbol.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export type SymbolsTypes = 'circle' | 'cross' | 'diamond' | 'square' | 'star' | 'triangle' | 'wye';

export function getSymbol(shape: SymbolsTypes): number {
// prettier-ignore
switch (shape) {
case 'circle': return 0;
case 'cross': return 1;
Expand Down

0 comments on commit 3172137

Please sign in to comment.