refactor(视图): 优化移动端echart折线图折点折线的大小

This commit is contained in:
wangjiahao 2023-01-16 16:24:04 +08:00
parent e375526f7d
commit 1bb35285b0

View File

@ -277,8 +277,8 @@ export const THEME_ATTR_TRANS_SLAVE1_BACKGROUND = {
// 移动端特殊属性
export const mobileSpecialProps = {
'lineWidth': 3, // 线宽固定值
'lineSymbolSize': 5// 折点固定值
'lineWidth': 2, // 线宽固定值
'lineSymbolSize': 8// 折点固定值
}
export function getScaleValue(propValue, scale) {