Skip to content

Commit

Permalink
top emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Raais committed Sep 3, 2024
1 parent 4ed383c commit a1e540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FisaMatrix.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export const FisaMatrix = () => {
opts.w.config.series[0].data[opts.dataPointIndex]
?.topCategory;
return cat !== "_undefined_"
? `${curr(val)} [top: ${cat}]`
? `${curr(val)} [top: ${categories[cat]?.emoji} ${cat}]`
: curr(val);
}}
selection={handleGotoDate}
Expand Down

0 comments on commit a1e540b

Please sign in to comment.