Skip to content

Commit

Permalink
chore: remove sankey links map
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Sep 2, 2023
1 parent a10821f commit 9ad5536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mermaid/src/diagrams/sankey/sankeyRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export const draw: DrawDefinition = (text, id, _version, diagObj) => {
configureSvgSize(svg, height, width, useMaxWidth);

const graph = createSankeyGraph(db, sankeyConfig);
log.fatal(graph);

// Get color scheme for the graph
const colorScheme: ScaleOrdinal<string, string, never> = d3scaleOrdinal(d3schemeTableau10);
Expand Down

0 comments on commit 9ad5536

Please sign in to comment.