소스 검색

style: tune odds curve symbols

flyzto 6 시간 전
부모
커밋
6f1f1cd015
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      web/apps/web-antd/src/views/match/odds-curve/index.vue

+ 5 - 1
web/apps/web-antd/src/views/match/odds-curve/index.vue

@@ -232,9 +232,13 @@ const renderChart = () => {
       itemStyle: {
         color: getMarketColor(index),
       },
+      lineStyle: {
+        width: 1,
+      },
       name: MARKET_LABELS[key] ?? key,
-      showSymbol: false,
+      showSymbol: true,
       smooth: false,
+      symbolSize: 3,
       type: 'line',
     })),
     tooltip: {