We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2aa64 commit 7ac45acCopy full SHA for 7ac45ac
1 file changed
client/src/components/TrafficCharts/Chart.tsx
@@ -42,6 +42,9 @@ const initChart = (
42
responsive: true,
43
aspectRatio: 3,
44
plugins: {
45
+ legend: {
46
+ display: false,
47
+ },
48
tooltip: {
49
callbacks: {
50
label: (context: TooltipItem<"line">) => {
0 commit comments