Skip to content

Commit 49330ff

Browse files
Merge pull request #112 from sekwah41/fix-graph-hover
Reduce hit radius of graphs to avoid #92
2 parents 95772bf + 4690f8b commit 49330ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/views/dashboard/ChartAuditingProgress.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
point: {
9090
radius: 0,
91-
hitRadius: 100,
91+
hitRadius: 20,
9292
hoverRadius: 4,
9393
hoverBorderWidth: 3
9494
}

src/views/dashboard/ChartComponentVulnerabilities.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
point: {
9090
radius: 0,
91-
hitRadius: 100,
91+
hitRadius: 20,
9292
hoverRadius: 4,
9393
hoverBorderWidth: 3
9494
}

src/views/dashboard/ChartPolicyViolations.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
},
100100
point: {
101101
radius: 0,
102-
hitRadius: 100,
102+
hitRadius: 20,
103103
hoverRadius: 4,
104104
hoverBorderWidth: 3
105105
}

src/views/dashboard/ChartPortfolioVulnerabilities.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
},
122122
point: {
123123
radius: 0,
124-
hitRadius: 100,
124+
hitRadius: 20,
125125
hoverRadius: 4,
126126
hoverBorderWidth: 3
127127
}

src/views/dashboard/ChartProjectVulnerabilities.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
point: {
9090
radius: 0,
91-
hitRadius: 100,
91+
hitRadius: 20,
9292
hoverRadius: 4,
9393
hoverBorderWidth: 3
9494
}

0 commit comments

Comments
 (0)