未验证 提交 dad4b3e1 编写于 作者: A abigale Li 提交者: GitHub

fix(singleAxis): fix line width in singleAxis (#9965)

上级 129c2a49
......@@ -145,7 +145,7 @@ var SankeySeries = SeriesModel.extend({
levels: [],
// Value can be 'left', 'right'
// Value can be 'left' or 'right'
nodeAlign: 'justify',
itemStyle: {
......
......@@ -63,7 +63,7 @@ var defaultOption = {
axisLine: {
show: true,
lineStyle: {
width: 2,
width: 1,
type: 'solid'
}
},
......@@ -79,7 +79,7 @@ var defaultOption = {
show: true,
length: 6,
lineStyle: {
width: 2
width: 1
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册