mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix formatters
This commit is contained in:
parent
b52969028c
commit
dcfa82ed58
2 changed files with 10 additions and 3 deletions
|
|
@ -1407,7 +1407,10 @@ function graph_utils.convert_pie_data(res, new_charts, js_formatter)
|
|||
series = series,
|
||||
colors = colors,
|
||||
yaxis = {
|
||||
show=false
|
||||
show = false,
|
||||
labels = {
|
||||
formatter = js_formatter
|
||||
}
|
||||
},
|
||||
tooltip = {
|
||||
y = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue