mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Minor fix for widget colors
This commit is contained in:
parent
279c035563
commit
e52265f584
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function datamodel:append(data_key, data_values, data_url, data_color)
|
|||
k = data_key, -- The Key
|
||||
v = data_values, -- The Values
|
||||
url = data_url,
|
||||
color = colors[(#self._data - 1) % #colors],
|
||||
color = colors[#self._data % #colors],
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue