完善默认图表主题,调整坐标轴线颜色、分割线样式为dotted

This commit is contained in:
datagear 2020-02-20 22:33:06 +08:00
parent c01e77ce3c
commit 1a331a3105
1 changed files with 12 additions and 8 deletions

View File

@ -652,7 +652,7 @@
}
},
"gauge" : {
"title" : { color : chartTheme.color },
"title" : { color : chartTheme.colorSecond },
"itemStyle" : {
"normal" : {
"borderWidth" : 0,
@ -756,7 +756,7 @@
"axisLine" : {
"show" : true,
"lineStyle" : {
"color" : chartTheme.colorSecond
"color" : chartTheme.colorThird
}
},
"axisTick" : {
@ -774,6 +774,7 @@
"splitLine" : {
"show" : true,
"lineStyle" : {
"type" : "dotted",
"color" : [ chartTheme.colorFourth ]
}
},
@ -788,13 +789,13 @@
"axisLine" : {
"show" : true,
"lineStyle" : {
"color" : chartTheme.colorSecond
"color" : chartTheme.colorThird
}
},
"axisTick" : {
"show" : true,
"lineStyle" : {
"color" : chartTheme.colorFourth
"color" : chartTheme.colorThird
}
},
"axisLabel" : {
@ -806,6 +807,7 @@
"splitLine" : {
"show" : true,
"lineStyle" : {
"type" : "dotted",
"color" : [ chartTheme.colorFourth ]
}
},
@ -832,19 +834,20 @@
"axisLabel" : {
"show" : true,
"textStyle" : {
"color" : chartTheme.colorThird
"color" : chartTheme.colorSecond
}
},
"splitLine" : {
"show" : true,
"lineStyle" : {
"type" : "dotted",
"color" : [ chartTheme.colorFourth ]
}
},
"splitArea" : {
"show" : false,
"areaStyle" : {
"color" : [ chartTheme.colorThird ]
"color" : [ chartTheme.colorFourth ]
}
}
},
@ -864,19 +867,20 @@
"axisLabel" : {
"show" : true,
"textStyle" : {
"color" : chartTheme.colorThird
"color" : chartTheme.colorSecond
}
},
"splitLine" : {
"show" : true,
"lineStyle" : {
"type" : "dotted",
"color" : [ chartTheme.colorFourth ]
}
},
"splitArea" : {
"show" : false,
"areaStyle" : {
"color" : [ chartTheme.colorThird ]
"color" : [ chartTheme.colorFourth ]
}
}
},