Updates as per Team meeting 28 Aug 2025
This commit is contained in:
@@ -155,7 +155,7 @@ svg.append("text")
|
||||
.attr("fill", "black") // 🎨 customize color
|
||||
.attr("font-size", bigfont)
|
||||
.attr("font-weight", "bold")
|
||||
.attr("font-family", "Courier New, monospace")
|
||||
.attr("font-family", 'sans-serif, Consolas, "Lucida Console", Menlo, "DejaVu Sans Mono", monospace')
|
||||
.text(`${mean}`);
|
||||
|
||||
// Add axis labels
|
||||
|
||||
Reference in New Issue
Block a user