Browse Source

style: thin odds curve lines

flyzto 6 hours ago
parent
commit
6516b1c316
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web/apps/web-antd/src/views/match/odds-curve/index.vue

+ 3 - 0
web/apps/web-antd/src/views/match/odds-curve/index.vue

@@ -232,6 +232,9 @@ const renderChart = () => {
       itemStyle: {
         color: getMarketColor(index),
       },
+      lineStyle: {
+        width: 1,
+      },
       name: MARKET_LABELS[key] ?? key,
       showSymbol: false,
       smooth: false,