소스 검색

revert: restore default odds curve line width

flyzto 12 시간 전
부모
커밋
6400ed5671
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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,