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