소스 검색

remove legend from stock history price

Daniel Bohry 9 달 전
부모
커밋
df612318e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/StockPriceHistory.svelte

+ 1 - 1
src/components/StockPriceHistory.svelte

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