style: 网络概况 部分图表 文字样式调整

This commit is contained in:
@changcode
2022-07-15 10:04:22 +08:00
parent d1eec1aa72
commit 2c51f6c363
5 changed files with 22 additions and 15 deletions

View File

@@ -16,7 +16,8 @@ export const pieChartOption1 = {
rich: {
a: {
width: 35,
align: 'left'
align: 'left',
fontWeight: 'bold'
},
b: {
width: 6,
@@ -68,7 +69,8 @@ export const pieChartOption2 = {
rich: {
a: {
width: 35,
align: 'left'
align: 'left',
fontWeight: 'bold'
},
b: {
width: 6,
@@ -112,7 +114,8 @@ const sizes = [3, 6, 8, 9, 10]
export const stackedLineChartOption = {
color: chartColor3,
tooltip: {
trigger: 'axis'
trigger: 'axis',
className: 'echarts-tooltip echarts-tooltip-dark'
},
legend: {
show: false