mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Fix map thresholds and colors
Inverted ranges are not supported; fixes #206
This commit is contained in:
@@ -1798,9 +1798,9 @@
|
||||
"circleMaxSize": 30,
|
||||
"circleMinSize": 2,
|
||||
"colors": [
|
||||
"#C4162A",
|
||||
"#37872D",
|
||||
"#FA6400",
|
||||
"#37872D"
|
||||
"#C4162A"
|
||||
],
|
||||
"datasource": "$datasourceag",
|
||||
"decimals": 0,
|
||||
@@ -1882,7 +1882,7 @@
|
||||
"timeField": "date_range"
|
||||
}
|
||||
],
|
||||
"thresholds": "500,10",
|
||||
"thresholds": "10,500",
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Map of Message Source Countries",
|
||||
@@ -4321,4 +4321,4 @@
|
||||
"title": "DMARC Reports",
|
||||
"uid": "SDksirRWz",
|
||||
"version": 114
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user