mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 04:19:44 +02:00
make default node number a little smaller
This commit is contained in:
@@ -195,7 +195,7 @@ export const insertSequenceNumber = function (elem) {
|
|||||||
.append('circle')
|
.append('circle')
|
||||||
.attr('cx', 15)
|
.attr('cx', 15)
|
||||||
.attr('cy', 15)
|
.attr('cy', 15)
|
||||||
.attr('r', 10)
|
.attr('r', 7)
|
||||||
// .style("fill", '#f00');
|
// .style("fill", '#f00');
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user