mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
fixed format for alerts chart (#5282)
This commit is contained in:
parent
c0a3b4c288
commit
e1e57e420f
1 changed files with 9 additions and 2 deletions
|
|
@ -82,6 +82,14 @@ function widget_gui_utils.register_timeseries_bar_chart(name, update_time, datas
|
|||
height = "80%",
|
||||
foreColor = "#999",
|
||||
stacked = true,
|
||||
animations = {
|
||||
animateGradually = false,
|
||||
easing = "easeout",
|
||||
speed = 500,
|
||||
dynamicAnimation = {
|
||||
enabled = false
|
||||
}
|
||||
},
|
||||
toolbar = {
|
||||
tools = {
|
||||
selection = false,
|
||||
|
|
@ -107,7 +115,6 @@ function widget_gui_utils.register_timeseries_bar_chart(name, update_time, datas
|
|||
show = false
|
||||
},
|
||||
axisTicks = {
|
||||
show = true
|
||||
},
|
||||
},
|
||||
yaxis = {
|
||||
|
|
@ -118,7 +125,7 @@ function widget_gui_utils.register_timeseries_bar_chart(name, update_time, datas
|
|||
},
|
||||
tooltip = {
|
||||
x = {
|
||||
format = "dd MMM yyyy hh:mm:ss"
|
||||
format = "dd MMM yyyy HH:mm:ss"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue