Giter Club home page Giter Club logo

Comments (8)

knsv avatar knsv commented on April 28, 2024

Thanks!

The parser is available in the module 'parser/flow' and the data extracted from the text is stored in the graph object. So you can use the parser without rendering the graph as outlined below. Was it something like that you had mind?

Setup

var graph = require('./graphDb');
var flow = require('./parser/flow');
flow.parser.yy = graph;

Parsing

flow.parser.parse(text);

Data extraction

graph.getDirection();
graph.getVertices();
graph.getEdges();

from mermaid.

RangerMauve avatar RangerMauve commented on April 28, 2024

Yes, actually. Thanks!

Would it also be possible to add this to the docs somewhere for future inquirers?

from mermaid.

KarolisKaj avatar KarolisKaj commented on April 28, 2024

Sorry for bringing it up after such a long time but I believe answer is a bit outdated. Would it be possible to provide an up to date example of extracting object graph of mermaid code, as it was originally requested in this post?

from mermaid.

tylerlong avatar tylerlong commented on April 28, 2024

The code is still pretty correct except you need to adjust the require statements because files has been moved.

from mermaid.

KarolisKaj avatar KarolisKaj commented on April 28, 2024

@tylerlong Thanks for you reply. I have managed to make it work :)

from mermaid.

Sigfried avatar Sigfried commented on April 28, 2024

I had to change import graph from 'mermaid/src/diagrams/flowchart/graphDb to import graph from 'mermaid/src/diagrams/flowchart/flowDb

from mermaid.

GullyBurns avatar GullyBurns commented on April 28, 2024

Hi.

I'm trying to use the parser as a way to specify a flowchart that I'd like to process as a graph in a downstream app. I'm trying to figure out how to access this within the current codebase and it looks like it's impossible.

Can anyone provide an indicator about how we might be able to do this?

Thanks!

Gully Burns

from mermaid.

SuperCuber avatar SuperCuber commented on April 28, 2024

@knsv I'm also interested in this. How would I import this from a yarn project?

from mermaid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.