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