@@ -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: {