Skip to content

Commit

Permalink
Sessions: fix radar tooltip (#17976)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Dec 31, 2024
1 parent 65a7235 commit c52ed59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/components/Sessions/SolarYearChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default {
...commonOptions.plugins.tooltip,
intersect: false,
mode: "index",
axis: "xy",
position: "topBottomCenter",
callbacks: {
label: (tooltipItem) => {
Expand Down

0 comments on commit c52ed59

Please sign in to comment.