fix: Issues #47 done.

This commit is contained in:
chiayin
2024-03-04 11:01:59 +08:00
parent deeee05647
commit 0ce02f7587
2 changed files with 5 additions and 6 deletions

View File

@@ -247,19 +247,19 @@ export default {
tooltip: {
rate: {
value: '= Conforming / (Conforming + Not Conforming) * 100%',
class: '!max-w-[36rem] !text-[10px]',
class: '!max-w-[36rem] !text-[10px] !opacity-90',
},
case: {
value: '= Conforming / (Conforming + Not Conforming)',
class: '!max-w-[36rem] !text-[10px]',
class: '!max-w-[36rem] !text-[10px] !opacity-90',
},
timeTrend: {
value: '=Not Conforming / (total Conforming+total Not Conforming)',
class: '!max-w-[36rem] !text-[10px]',
class: '!max-w-[36rem] !text-[10px] !opacity-90',
},
issueList: {
value: 'Percentage of total issues.',
class: '!max-w-[36rem] !text-[10px]',
value: 'Percentage of Issue Type (%) = Cases of Issue Type / Total Cases of All Issue Types.',
class: '!max-w-[36rem] !text-[10px] !opacity-90',
}
}
}

View File

@@ -152,7 +152,6 @@ export default {
tooltip: {
attributeName: {
value: 'Attributes with too many discrete values are excluded from selection. But users can still view those attributes in the DATA page.',
class: '!max-w-[212px] !text-[10px] !opacity-90',
},
}