完善图表样式,替换图表界面截图

This commit is contained in:
datagear 2020-04-17 10:08:56 +08:00
parent adfb3de7b8
commit ebf4e6d240
2 changed files with 20 additions and 9 deletions

View File

@ -901,13 +901,18 @@
"splitLine" : { "lineStyle" : { "color" : chartTheme.axisScaleLineColor } },
"splitArea" : { "areaStyle" : { "color" : [ chartTheme.axisScaleLineColor, chartTheme.backgroundColor ] } },
"itemStyle" : {
"normal" : {
"borderWidth" : 1
}
"borderWidth" : 1
},
"lineStyle" : {
"normal" : {
"width" : 2
"width" : 2
},
"emphasis" :
{
"lineStyle" : {
"width" : 4,
"shadowBlur" : 5,
"shadowOffsetX" : 0,
"shadowColor" : chartTheme.axisColor
}
},
"symbolSize" : 4,
@ -1011,8 +1016,11 @@
"fontSize" : 20
},
"itemStyle" : {
"barBorderWidth" : 0,
"barBorderColor" : chartTheme.axisColor
"shadowBlur" : 10,
"shadowOffsetX" : 0,
"shadowColor" : chartTheme.axisColor,
"borderWidth" : 0,
"borderColor" : chartTheme.axisColor
}
}
},
@ -1024,8 +1032,11 @@
},
"emphasis" : {
"itemStyle" : {
"barBorderWidth" : 0,
"barBorderColor" : chartTheme.axisColor
"shadowBlur" : 10,
"shadowOffsetX" : 0,
"shadowColor" : chartTheme.axisColor,
"borderWidth" : 0,
"borderColor" : chartTheme.axisColor
}
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 85 KiB