Skip to content

Commit 4e429c3

Browse files
committed
Remove deprecated drawBorder from chart options in Detail page
Clean up the chart configuration by removing the `drawBorder` property from the axis grid settings, as it is no longer a valid property in the current version of the chart library.
1 parent 1dd3129 commit 4e429c3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/detail.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function Detail() {
5353
x: {
5454
grid: {
5555
color: "#393939", // 더 연하게
56-
drawBorder: false,
5756
},
5857
ticks: {
5958
color: "#8B9096",
@@ -71,7 +70,6 @@ function Detail() {
7170
},
7271
grid: {
7372
color: "#393939",
74-
drawBorder: false,
7573
},
7674
},
7775
},

0 commit comments

Comments
 (0)