[Fix-14531][UI] Tooltip of Chart not show text in light theme mode (#14532)

Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
This commit is contained in:
arlendp 2023-07-18 17:56:36 +08:00 committed by GitHub
parent 1ba0aecc71
commit c0d776381c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View File

@ -50,7 +50,6 @@ const BarChart = defineComponent({
axisPointer: {
type: 'shadow'
},
backgroundColor: '#fff'
},
grid: {
left: '3%',

View File

@ -41,8 +41,7 @@ const PieChart = defineComponent({
const option = {
tooltip: {
trigger: 'item',
backgroundColor: '#fff'
trigger: 'item'
},
legend: {
bottom: '0%',

View File

@ -70,7 +70,6 @@ const GraphChart = defineComponent({
const option: any = {
tooltip: {
confine: true,
backgroundColor: '#fff',
formatter: (params: any) => {
if (!params.data.name) {
return false