提交 9def83bf authored 作者: junjie's avatar junjie

feat(视图):line 面积bug fix

上级 c55b7dfe
...@@ -36,7 +36,9 @@ export function baseLineOption(chart_option, chart) { ...@@ -36,7 +36,9 @@ export function baseLineOption(chart_option, chart) {
type: customAttr.size.lineType type: customAttr.size.lineType
} }
y.smooth = customAttr.size.lineSmooth y.smooth = customAttr.size.lineSmooth
customAttr.size.lineArea ? y.areaStyle = { opacity: 0.6 } : { opacity: 0 } y.areaStyle = {
opacity: customAttr.size.lineArea ? 0.6 : 0
}
} }
// label // label
if (customAttr.label) { if (customAttr.label) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论