fix: Issues #47 done.
This commit is contained in:
@@ -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',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user