diff --git a/src/render/components/SNRView.vue b/src/render/components/SNRView.vue index b6667f9..6067639 100644 --- a/src/render/components/SNRView.vue +++ b/src/render/components/SNRView.vue @@ -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',