Sfoglia il codice sorgente

style: thin odds curve lines

flyzto 6 ore fa
parent
commit
6516b1c316
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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,