Fixes chart analysis page

This commit is contained in:
Matteo Biscosi 2024-09-25 11:21:50 +02:00
parent 2cf7ba7e7e
commit 533e907e23
5 changed files with 74 additions and 52 deletions

View file

@ -394,7 +394,7 @@ export class ChartWidget extends Widget {
else {
axis.labels.formatter = NtopUtils[selectedFormatter];
}
}
} // enable formatters
}
_buildDataLabels(config, rsp) {