mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 01:09:42 +02:00
Style fix for topAxis and added integration test
This commit is contained in:
@@ -377,8 +377,8 @@ export const draw = function(text, id) {
|
||||
.style('text-anchor', 'middle')
|
||||
.attr('fill', '#000')
|
||||
.attr('stroke', 'none')
|
||||
.attr('font-size', 10)
|
||||
.attr('dy', '1em');
|
||||
.attr('font-size', 10);
|
||||
// .attr('dy', '1em');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user