ソースを参照

style: thin odds curve lines

flyzto 6 時間 前
コミット
6516b1c316
1 ファイル変更3 行追加0 行削除
  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,