mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
5 lines
330 B
HTML
5 lines
330 B
HTML
<raphael-rect [leftCorner]="rectLeftCorner" [width]="width" [height]="height" [radius]="options.radius"
|
|
[stroke]="options.stroke" [strokeWidth]="options.strokeWidth"
|
|
[fillColors]="options.fillColors" [fillOpacity]="options.fillOpacity"></raphael-rect>
|
|
<diagram-tooltip [data]="data"></diagram-tooltip>
|