|
@@ -99,8 +99,8 @@ Highcharts.chart('onu_consumption', {
|
|
|
|
|
|
Highcharts.chart('onu_rf', {
|
|
Highcharts.chart('onu_rf', {
|
|
chart: {type: 'area'},
|
|
chart: {type: 'area'},
|
|
- title: {text: 'Radio Frequency'},
|
|
|
|
- subtitle: {text: 'TX /RX Power'},
|
|
|
|
|
|
+ title: {text: '{{ 'rx_tx_title'|trans({}, 'StatsBundle') }}'},
|
|
|
|
+ subtitle: {},
|
|
xAxis: {type: 'datetime',dateTimeLabelFormats: {month: '%e. %b',year: '%b'},title: {text: 'Date'}},
|
|
xAxis: {type: 'datetime',dateTimeLabelFormats: {month: '%e. %b',year: '%b'},title: {text: 'Date'}},
|
|
yAxis: {labels: {format: '{value} dB'},min: null},
|
|
yAxis: {labels: {format: '{value} dB'},min: null},
|
|
tooltip: {valueSuffix: ' dB',valueDecimals: 2},
|
|
tooltip: {valueSuffix: ' dB',valueDecimals: 2},
|