mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 10:44:25 +01:00
#1295 Markers implmented, the gereric pattern and diagram specific for flowcharts.
This commit is contained in:
@@ -372,7 +372,7 @@ export const draw = function(text, id) {
|
||||
|
||||
// Run the renderer. This is what draws the final graph.
|
||||
const element = d3.select('#' + id + ' g');
|
||||
render(element, g);
|
||||
render(element, g, ['point', 'circle', 'cross']);
|
||||
dagre.layout(g);
|
||||
|
||||
element.selectAll('g.node').attr('title', function() {
|
||||
|
||||
Reference in New Issue
Block a user