mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 12:29:42 +02:00
#1386 Adding support for click events and links
This commit is contained in:
@@ -46,5 +46,6 @@ export function insertPolygonShape(parent, w, h, points) {
|
||||
})
|
||||
.join(' ')
|
||||
)
|
||||
.attr('class', 'label-container')
|
||||
.attr('transform', 'translate(' + -w / 2 + ',' + h / 2 + ')');
|
||||
}
|
||||
|
Reference in New Issue
Block a user