Skip to content
#

flowchart

Here are 160 public repositories matching this topic...

Open

Docs

3
sosensible
sosensible commented Jan 24, 2017

I would appreciate if you could point me to a full list of the features, types and functions of flowchart.js somewhere. I love what it does, but wonder if I fork this and try to enhance it if that my ideas might already be included.

(Thinking would love some actions other than hyperlinks. Would love to be able to call on page JS methods for things like popups and such.)

phlickey
phlickey commented Aug 20, 2019

When using custom node components with a variable width or height, the start and end points of links will not update when the node size changes.

The ports and the link start match up at first

The ports and the link start match up at first

<img width="832" al

Geaper
Geaper commented Apr 26, 2018

I have this function to generate a random color.

function getRandomDarkRolor() { var letters = '012345'.split(''); var color = '#'; color += letters[Math.round(Math.random() * 5)]; letters = '0123456789ABCDEF'.split(''); for (var i = 0; i < 5; i++) { color += letters[Math.round(Math.random() * 15)]; } return color; }

Is there a way to: everyti

aliceh75
aliceh75 commented Mar 24, 2020

Having clickable links in the node text would be very useful, so nodes can refer to external documentations, issues in an issue tracker, etc.

I don't think this need a rich text editor (I value the simplicity of the tool), just turning things that parse as links into clickable links would work fine.

This could be done as part of #82 (markdown support).

Another benefit of this option would

chilly
chilly commented Jun 12, 2017

when I write mkdown as:


title: umlchart
date: 2017-06-12 13:41:12
tags: ['chart','uml','sequence']

This is flow

And This is seq

flow

st=>start: Start|past:>http://www.google.com[blank]
e=>end: End:>http://www.google.com
op1=>operation: My Operation|past
op2=>operation: Stuff|current
sub1=>subroutine: My Subroutine|invalid
cond=>condition: Yes
or No?|appr

Improve this page

Add a description, image, and links to the flowchart topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flowchart topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.