Skip to content

Commit

Permalink
use js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Oct 16, 2024
1 parent 8c51309 commit 5192c01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/themes/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ export interface Theme {
label?: {
stroke?: ColorRepresentation;
color: ColorRepresentation;
// Size of the cluster label
/**
* Size of the cluster label
*/
fontSize?: number;
// Offset of the cluster label relative to the default position
/**
* Offset of the cluster label relative to the default
*/
offset?: [number, number, number];
};
};
Expand Down

0 comments on commit 5192c01

Please sign in to comment.