mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes query to retrieve l7 traffic (#9726)
This commit is contained in:
parent
077cee92a0
commit
d7d0f4c1a4
4 changed files with 6 additions and 10 deletions
|
|
@ -13,7 +13,7 @@ function getDefaultConfig() {
|
|||
return {
|
||||
labelsSeparateLines: true,
|
||||
legend: "follow",
|
||||
connectSeparatedPoints: true,
|
||||
connectSeparatedPoints: false,
|
||||
includeZero: true,
|
||||
drawPoints: true,
|
||||
highlightSeriesBackgroundAlpha: 0.7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue