Explorar o código

remove legend from stock history price

Daniel Bohry hai 9 meses
pai
achega
df612318e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/StockPriceHistory.svelte

+ 1 - 1
src/components/StockPriceHistory.svelte

@@ -73,7 +73,7 @@
 				},
 				plugins: {
 					legend: {
-						display: true
+						display: false
 					}
 				}
 			}