Set custom font family for legend in user diagrams.

This commit is contained in:
saurabhg772244
2025-01-27 16:16:43 +05:30
parent e2de55202f
commit fdb8ae5b53

View File

@@ -13,6 +13,8 @@ const getStyles = (options) =>
.legend {
fill: ${options.textColor};
font-family: ${options.fontFamily};
font-size: ${options.textSize};
}
.label text {