mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-12 20:09:21 +01:00
feat: show domain, users and software in hover text
This commit is contained in:
parent
451b2c18ad
commit
1d04d1a7b1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue