18.02.2022, 08:22
This can done via CSS for round icons that are shown in icon mode (without value). Set Additional classes of required elements to round, add to Custom CSS (Vis. graphics > Edit custom CSS):
Note that this only work in the visualization viewer but not in the editor.
Code:
.round {
border-radius: 50%;
overflow: hidden;
}