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: { tooltip: {
rate: { rate: {
value: '= Conforming / (Conforming + Not Conforming) * 100%', value: '= Conforming / (Conforming + Not Conforming) * 100%',
class: '!max-w-[36rem] !text-[10px]', class: '!max-w-[36rem] !text-[10px] !opacity-90',
}, },
case: { case: {
value: '= Conforming / (Conforming + Not Conforming)', value: '= Conforming / (Conforming + Not Conforming)',
class: '!max-w-[36rem] !text-[10px]', class: '!max-w-[36rem] !text-[10px] !opacity-90',
}, },
timeTrend: { timeTrend: {
value: '=Not Conforming / (total Conforming+total Not Conforming)', value: '=Not Conforming / (total Conforming+total Not Conforming)',
class: '!max-w-[36rem] !text-[10px]', class: '!max-w-[36rem] !text-[10px] !opacity-90',
}, },
issueList: { issueList: {
value: 'Percentage of total issues.', value: 'Percentage of Issue Type (%) = Cases of Issue Type / Total Cases of All Issue Types.',
class: '!max-w-[36rem] !text-[10px]', class: '!max-w-[36rem] !text-[10px] !opacity-90',
} }
} }
} }

View File

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