mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
fix colors for alerts chart
This commit is contained in:
parent
ddfe4645c5
commit
93d8fb6a24
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ class ChartWidget extends Widget {
|
|||
const rsp = this._fetchedData.rsp;
|
||||
|
||||
// add additional params fetched from the datasource
|
||||
const additionals = ['series', 'xaxis', 'yaxis', 'colors', 'dataLabels', 'tooltip'];
|
||||
const additionals = ['series', 'xaxis', 'yaxis', 'colors', 'dataLabels', 'tooltip', 'fill'];
|
||||
for (const additional of additionals) {
|
||||
|
||||
if (rsp[additional] === undefined) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue