Public
Edited
Sep 20, 2023
Insert cell
Insert cell
Insert cell
Insert cell
viewof custom_set = {
const custom_set = Inputs.text({label: `Custom Set #1 (${set_numbers_type})`});
custom_set.style.width = "100%";
return custom_set;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
selectedAS_info = {
let mtype = (set_numbers_type === "ASNs") ? "asn" : "probe";
if (peer !== "") {
const response = await fetch("https://ai4netmon.csd.auth.gr/api/"+mtype+"/"+peer).then((response) => response.json());
let info_list = [];
for (const key in response) {
info_list.push(Object({'Property': key, 'Value': response[key]}))
}
return info_list;
}
}
Insert cell
Insert cell
Insert cell
// radarLine = d3.lineRadial()
// .curve(d3["curveLinear"])
// .radius(d => rScale(d))
// .angle((d, i) => -angleSlice*i)
Insert cell
// rScale = d3.scaleLinear()
// .domain([0, maxValue])
// .range([0, radius])
Insert cell
Insert cell
Insert cell
Insert cell
// axisLabelFactor = 1.12
Insert cell
// wrapWidth = 60
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// dotRadius = 4
Insert cell
// radius = (height-(margin*2)) / 2
Insert cell
// height = 600
Insert cell
// margin = 30
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more