Skip to content
Snippets Groups Projects

feat(vector-map): add text for filled compartments in a semantic view

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,7 @@ export default function getTextStyle({
color,
zIndex,
horizontalAlign,
overflow = false,
overflow = true,
}: {
text: string;
fontSize: number;
Loading