Skip to content

Commit

Permalink
make easier to see graph tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Your name committed Nov 4, 2024
1 parent 38c07d3 commit f0536cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function makeGraphObjects(data, color, label) {
position: "left",
spanGaps: false,
radius: 1.5, // Dot size
pointHitRadius: 15,
pointHitRadius: 10,
hoverRadius: 5
};
}
Expand Down

0 comments on commit f0536cf

Please sign in to comment.