为标题添加颜色
parent
a2413e104f
commit
939988493d
|
@ -39,7 +39,10 @@ const IN_POSITIONING_COLOR = new graphic.LinearGradient(
|
|||
const option = reactive({
|
||||
title: {
|
||||
text: props.title,
|
||||
left: 'center'
|
||||
left: 'center',
|
||||
textStyle: {
|
||||
color: 'white'
|
||||
}
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
|
|
Loading…
Reference in New Issue