feat: update node type references from 3Node to MyceliumNode across codebase

This commit is contained in:
mik-tf
2025-09-06 22:43:49 -04:00
parent 67577df3d0
commit bf273102cb
17 changed files with 59 additions and 59 deletions

View File

@@ -77,7 +77,7 @@
fill: true,
},
{
label: '3Nodes',
label: 'Mycelium Nodes',
data: pick(data, 'monthlyGrowth.nodes', [45, 60, 75, 90, 120, 150]),
borderColor: '#28a745',
backgroundColor: 'rgba(40, 167, 69, 0.1)',
@@ -190,14 +190,14 @@
data: {
labels: pick(data, 'nodeGeographic.labels', ['Europe', 'North America', 'Asia', 'Africa', 'South America', 'Oceania']),
datasets: [{
label: 'Number of 3Nodes',
label: 'Number of Mycelium Nodes',
data: pick(data, 'nodeGeographic.values', [45, 32, 20, 15, 8, 5]),
backgroundColor: 'rgba(40, 167, 69, 0.7)',
borderWidth: 1,
}],
},
options: {
plugins: { legend: { display: false }, title: { display: true, text: 'Geographic Distribution of 3Nodes' } },
plugins: { legend: { display: false }, title: { display: true, text: 'Geographic Distribution of Mycelium Nodes' } },
scales: { y: { beginAtZero: true, title: { display: true, text: 'Number of Nodes' } } },
},
});
@@ -233,7 +233,7 @@
}],
},
options: {
plugins: { legend: { display: false }, title: { display: true, text: '3Node Uptime Performance' } },
plugins: { legend: { display: false }, title: { display: true, text: 'Mycelium Node Uptime Performance' } },
scales: { y: { min: 95, max: 100, title: { display: true, text: 'Uptime %' } } },
},
});
@@ -253,7 +253,7 @@
}],
},
options: {
plugins: { legend: { display: false }, title: { display: true, text: '3Node Certification Rate' } },
plugins: { legend: { display: false }, title: { display: true, text: 'Mycelium Node Certification Rate' } },
scales: { y: { min: 50, max: 100, title: { display: true, text: 'Certification %' } } },
},
});