diff --git a/app/xml_cdr/xml_cdr_statistics.php b/app/xml_cdr/xml_cdr_statistics.php index a88d9555b3..c7b4401c10 100644 --- a/app/xml_cdr/xml_cdr_statistics.php +++ b/app/xml_cdr/xml_cdr_statistics.php @@ -86,6 +86,11 @@ else {
| + + | +
| @@ -155,6 +160,12 @@ else { if (data.length > 0) $.plot($("#placeholder"), data, { + legend:{ + show: true, + noColumns: 10, + container: $("#placeholder-legend"), + placement: 'outsideGrid', + }, yaxis: { min: 0 }, |