Bläddra i källkod

revert: restore default odds curve line width

flyzto 9 timmar sedan
förälder
incheckning
6400ed5671
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      web/apps/web-antd/src/views/match/odds-curve/index.vue

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

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