Explorar el Código

remove legend from stock history price

Daniel Bohry hace 9 meses
padre
commit
df612318e2
Se han modificado 1 ficheros con 1 adiciones y 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
 					}
 				}
 			}