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