mirror of https://github.com/MISP/misp-dashboard
WorlMap legend
parent
a600a62894
commit
ff572cc342
|
@ -222,19 +222,15 @@ small {
|
||||||
map: 'world_mill',
|
map: 'world_mill',
|
||||||
markers: [],
|
markers: [],
|
||||||
series: {
|
series: {
|
||||||
markers: [{
|
|
||||||
attribute: 'fill',
|
|
||||||
scale: ['#1A0DAB', '#e50000', '#62ff41'],
|
|
||||||
values: [],
|
|
||||||
min: 0,
|
|
||||||
max: 180
|
|
||||||
}],
|
|
||||||
regions: [{
|
regions: [{
|
||||||
values: [],
|
values: [],
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 10,
|
max: 10,
|
||||||
scale: ['#CD5C5C','#E34234','#D73B3E','#CE1620','#CC0000','#B22222','#B31B1B','#A40000','#800000','#701C1C','#3C1414','#321414'],
|
scale: ['#003FBF','#0063BF','#0087BF','#00ACBF','#00BFAD','#00BF89','#00BF64','#00BF40','#00BF1C','#08BF00','#2CBF00','#51BF00','#75BF00','#99BF00','#BEBF00','#BF9B00','#BF7700','#BF5200','#BF2E00','#BF0900'],
|
||||||
normalizeFunction: 'polynomial'
|
normalizeFunction: 'polynomial',
|
||||||
|
legend: {
|
||||||
|
horizontal: true
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
onRegionTipShow: function(e, el, code){
|
onRegionTipShow: function(e, el, code){
|
||||||
|
@ -269,6 +265,7 @@ small {
|
||||||
// Force recomputation of min and max for correct color scaling
|
// Force recomputation of min and max for correct color scaling
|
||||||
regionhitsMax = regionhitsMax >= regionhits[regionCode] ? regionhitsMax : regionhits[regionCode];
|
regionhitsMax = regionhitsMax >= regionhits[regionCode] ? regionhitsMax : regionhits[regionCode];
|
||||||
worldMapObj.series.regions[0].params.max = regionhitsMax;
|
worldMapObj.series.regions[0].params.max = regionhitsMax;
|
||||||
|
worldMapObj.series.regions[0].legend.render();
|
||||||
// Update data
|
// Update data
|
||||||
worldMapObj.series.regions[0].setValues(regionhits);
|
worldMapObj.series.regions[0].setValues(regionhits);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue