Increase node font size on top tree sankey

This commit is contained in:
Herbert Wolverson 2024-07-23 12:55:49 -05:00
parent ab3962c343
commit 573ceab9b4

View File

@ -89,7 +89,7 @@ export class TopTreeSankey extends BaseDashlet {
msg.data.forEach((r) => {
let label = {
fontSize: 6,
fontSize: 9,
color: "#999"
};
if (redact) label.fontSize = 0;