Fixes duplicated color and others label (#7580)

This commit is contained in:
Matteo Biscosi 2023-07-20 13:01:37 +00:00
parent 07eb1016b4
commit 2a712d280d
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ end
if other_num > 0 then
series[#series + 1] = other_num
labels[#labels + 1] = i18n('others')
labels[#labels + 1] = i18n('other')
colors[#colors + 1] = graph_utils.get_html_color(#colors + 1)
end