${params[0].axisValue}
@@ -203,8 +206,16 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
let activeItemClass = '';
if (this.hoverIndexSerie === index) {
progressPercentageText = `
-
${progressPercentage.toFixed(2)} %${this.vbytesPipe.transform(totalParcial, 2, 'vB', 'MvB', false)}
-
+
+ ${progressPercentage.toFixed(2)}
+ %
+
+
${this.vbytesPipe.transform(totalParcial, 2, 'vB', 'MvB', false)}
+
+
+
+
+
`;
activeItemClass = 'active';
}