Browse Source

style: tune odds curve symbols

flyzto 6 hours ago
parent
commit
6f1f1cd015
1 changed files with 5 additions and 1 deletions
  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: {