feat: show domain, users and software in hover text

This commit is contained in:
əlemi 2023-10-19 05:45:45 +02:00
parent 451b2c18ad
commit 1d04d1a7b1
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -82,7 +82,7 @@ impl BubbleChart {
label: node_name,
value: 1,
mass: 1.,
title: domain.to_string(),
title: format!("{} : {} users [{}]", domain, info.usage.users.active_month.unwrap_or(-1), info.software.name),
};
self.vertices.insert(domain.to_string(), v);