mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
make default node number a little smaller
This commit is contained in:
parent
7fcccb4ab2
commit
8035572fac
@ -195,7 +195,7 @@ export const insertSequenceNumber = function (elem) {
|
||||
.append('circle')
|
||||
.attr('cx', 15)
|
||||
.attr('cy', 15)
|
||||
.attr('r', 10)
|
||||
.attr('r', 7)
|
||||
// .style("fill", '#f00');
|
||||
}
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user