Skip to content

Commit 4690f8b

Browse files
committed
Reduce hit radius of graphs to avoid #92
Should fix #92 or at least make it more usable Signed-off-by: Sekwah <[email protected]>
1 parent 95772bf commit 4690f8b

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)