Skip to content

Commit

Permalink
fix(bi): Use a better tooltip mode for graphs (#24101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 authored Jul 31, 2024
1 parent 9001b68 commit c339d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const LineGraph = (): JSX.Element => {
// TODO: A lot of this is v similar to the trends LineGraph - considering merging these
tooltip: {
enabled: false,
mode: 'nearest',
mode: 'index',
intersect: false,
external({ tooltip }: { chart: Chart; tooltip: TooltipModel<ChartType> }) {
if (!canvasRef.current) {
Expand Down

0 comments on commit c339d25

Please sign in to comment.