Hi, I tried to add styles / properties to a connector through t_diagramLinks but they are not reflected in the diagram connectors, is there another way to apply styles (api or similar) or is it the only way through database?
Example of an insert:
"INSERT INTO t_diagramlinks (DiagramID,ConnectorID,Geometry,Style,Hidden,Path,Instance_ID) VALUES (" + esta.idDiagClon + ", " + nuevaConexion.ConnectorID + ", '" + estilo.Geometry + "', '" + estilo.Style + "', " + estilo.Hidden + ", '" + estilo.Path + "', " + id + ")"
The record in the database looks like this, but the diagram does not show the break in the connector
