Fix formatters

This commit is contained in:
Alfredo Cardigliano 2023-08-17 12:01:17 +02:00
parent b52969028c
commit dcfa82ed58
2 changed files with 10 additions and 3 deletions

View file

@ -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 = {