mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix: rollback
This commit is contained in:
@@ -36,6 +36,13 @@ export function baseLineOption(chart_option, chart) {
|
||||
type: customAttr.size.lineType
|
||||
}
|
||||
y.smooth = customAttr.size.lineSmooth
|
||||
if (customAttr.size.lineArea) {
|
||||
y.areaStyle = {
|
||||
opacity: 0.6
|
||||
}
|
||||
} else {
|
||||
delete y.areaStyle
|
||||
}
|
||||
}
|
||||
// label
|
||||
if (customAttr.label) {
|
||||
|
||||
Reference in New Issue
Block a user