dashboard: remove dots from traffic graphs

This commit is contained in:
Stephan de Wit 2024-08-05 13:22:37 +02:00
parent 929d779b75
commit 31380e4f6d

View File

@ -141,6 +141,7 @@ export default class Traffic extends BaseWidget {
pointHoverBorderColor: colors[idx],
pointBackgroundColor: colors[idx],
pointBorderColor: colors[idx],
pointRadius: 0,
intf: intf,
last_time: data.time,
src_field: dir,