|
|
@ -295,8 +295,8 @@
|
|
|
|
tooltip: {
|
|
|
|
tooltip: {
|
|
|
|
callbacks: {
|
|
|
|
callbacks: {
|
|
|
|
label: function (context) {
|
|
|
|
label: function (context) {
|
|
|
|
const label = context.labels || '',
|
|
|
|
const label = context.label || '';
|
|
|
|
value = context.parsed;
|
|
|
|
const value = context.parsed;
|
|
|
|
const output = ' ' + label + ' : ' + value + ' %';
|
|
|
|
const output = ' ' + label + ' : ' + value + ' %';
|
|
|
|
return output;
|
|
|
|
return output;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -343,8 +343,8 @@
|
|
|
|
tooltip: {
|
|
|
|
tooltip: {
|
|
|
|
callbacks: {
|
|
|
|
callbacks: {
|
|
|
|
label: function (context) {
|
|
|
|
label: function (context) {
|
|
|
|
const label = context.labels || '',
|
|
|
|
const label = context.label || '';
|
|
|
|
value = context.parsed;
|
|
|
|
const value = context.parsed;
|
|
|
|
const output = ' ' + label + ' : ' + value + ' %';
|
|
|
|
const output = ' ' + label + ' : ' + value + ' %';
|
|
|
|
return output;
|
|
|
|
return output;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -391,8 +391,8 @@
|
|
|
|
tooltip: {
|
|
|
|
tooltip: {
|
|
|
|
callbacks: {
|
|
|
|
callbacks: {
|
|
|
|
label: function (context) {
|
|
|
|
label: function (context) {
|
|
|
|
const label = context.labels || '',
|
|
|
|
const label = context.label || '';
|
|
|
|
value = context.parsed;
|
|
|
|
const value = context.parsed;
|
|
|
|
const output = ' ' + label + ' : ' + value + ' %';
|
|
|
|
const output = ' ' + label + ' : ' + value + ' %';
|
|
|
|
return output;
|
|
|
|
return output;
|
|
|
|
}
|
|
|
|
}
|
|
|
|