mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Disabled tooltip on x axis(Issue #5282)
This commit is contained in:
parent
3a2c8052f2
commit
5ea463a457
1 changed files with 4 additions and 1 deletions
|
|
@ -114,7 +114,10 @@ function widget_gui_utils.register_timeseries_area_chart(name, update_time, data
|
|||
show = true
|
||||
},
|
||||
axisTicks = {
|
||||
show = false
|
||||
show = false
|
||||
},
|
||||
tooltip={
|
||||
enabled=false
|
||||
},
|
||||
},
|
||||
yaxis = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue