mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
refactor(视图): 优化移动端echart折线图折点折线的大小
This commit is contained in:
parent
e375526f7d
commit
1bb35285b0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user