Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin-telecom
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
wendelin-telecom
Commits
01f1b7b7
Commit
01f1b7b7
authored
Feb 07, 2025
by
Paul Graydon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin_telecom_base: Add y-axis range clamping to E-UTRAN IP Throughput KPI graph
parent
31a8159d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.js
...eItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.js
+16
-3
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.xml
...Item/web_page_module/ors_e_utran_ip_throughput_kpi_js.xml
+2
-2
No files found.
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.js
View file @
01f1b7b7
...
...
@@ -31,18 +31,31 @@
}
function
getDataPlotLayout
(
title
)
{
var
yaxis_clipmax
;
if
(
title
==
'
Downlink
'
)
{
yaxis_clipmax
=
400
;
}
else
if
(
title
==
'
Uplink
'
)
{
yaxis_clipmax
=
150
;
}
return
{
'
title
'
:
{
'
text
'
:
title
},
'
xaxis
'
:
{
'
autorange
'
:
true
,
'
autosize
'
:
true
,
title
:
{
text
:
'
Date
'
},
'
autorange
'
:
true
,
'
autosize
'
:
true
}
},
'
yaxis
'
:
{
'
autorange
'
:
true
,
'
autorangeoptions
'
:
{
clipmax
:
yaxis_clipmax
,
minallowed
:
-
3
},
'
fixedrange
'
:
true
,
title
:
{
text
:
'
Mbit/s
'
...
...
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.xml
View file @
01f1b7b7
...
...
@@ -238,7 +238,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1022.
1464.21904.21555
</string>
</value>
<value>
<string>
1022.
36430.45868.57753
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -258,7 +258,7 @@
</tuple>
<state>
<tuple>
<float>
173
6845003.04
</float>
<float>
173
8943046.37
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment