Questions tagged [flowchart]

A flowchart is a type of diagram that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem.

A flowchart is a type of diagram that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem.

Process operations are represented in these boxes, and arrows connecting them represent flow of control. Data flows are not typically represented in a flowchart, in contrast with data flow diagrams; rather, they are implied by the sequencing of operations. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields

For more info check Wikipedia.

585 questions
6
votes
1 answer

graphviz/dot: can the distance between two nodes be set individually?

I'm trying to use dot (version 2.28.0) in order to make a flow chart of my source code. For that, I would like the graph to consist of subgraphs where each of these subgraphs represents a source file in the code base. At the top of each subgraph,…
lineinthesand
  • 237
  • 1
  • 5
  • 15
6
votes
4 answers

Generate dynamic flow-chart

We are looking for some code/component that can create a flow-chart (image) dynamically, preferably in .NET/C# (although a Silverlight/Flash-component that takes a XML/JSON-feed will also be fine). For example we have a (business) quote that goes…
WowtaH
  • 1,488
  • 2
  • 11
  • 19
5
votes
7 answers

Visio 2010: Prevent Co-Linear Connector Routes

I have recently picked up Microsoft Office Visio 2010 in the interest of drawing out the execution flow of a software application I am planning. So far I have enjoyed the program, and it has helped me significantly to figure out exactly what…
Shaun Hamman
  • 2,287
  • 4
  • 21
  • 33
5
votes
3 answers

React Flow Chart Library

I need a flow chart library, that can help me to create a flow chart as shown below in React. Would really appreciate if a link for similar demo is added.
Novice
  • 458
  • 1
  • 6
  • 21
5
votes
1 answer

Flowchart.js SVG rendering messed up in popup

I'm using flowchart.js library to get SVG rendering of a flowchart. I need to include the flowchart rendering in a popup with dynamic bootstrap panels, but the result is messed up (labels on boxes and small render: My code is:
andreasperelli
  • 1,034
  • 2
  • 11
  • 40
5
votes
1 answer

DiagrammeR: How to add labels beside arrows?

I would like to create a flowchart with the DiagrammeR package in R. The graphic should look as in the following example, but I would like to add some labels above the arrows. Consider the following reproducible example in…
Joachim Schork
  • 2,025
  • 3
  • 25
  • 48
5
votes
2 answers

Angular 5 SVG flowchart npm plugin

Hi I'm using Angular 5 in my project and I need to create flowcharts. I've searched and found some plugins but they don't offer these features that I need: the Ability to add/delete/redraw the nodes (There should be an array of nodes so that when I…
Kohtla
  • 75
  • 1
  • 1
  • 5
5
votes
0 answers

How do I auto-layout boxes on a flowchart?

I have some data that represents a flowchart. (A bunch of Jira statuses and their transitions to other statuses.) I also have a crude way to position each flowchart item on an A4 page in an OpenOffice Draw document. (Though better suggestions…
Peter Boughton
  • 110,170
  • 32
  • 120
  • 176
5
votes
6 answers

migrate COBOL code

I have a task to convert COBOL code to .NET. Are there any converters available? I am trying to understand COBOL code in high level. I have a trouble understanding the COBOL code. Is there any flowchart generators? I appreciate any help. Thank you..
nav100
  • 1,437
  • 3
  • 13
  • 15
5
votes
1 answer

How can I include a .eps figure within a Tikz simple flow chart?

I would like to create a simple flow chart in latex with the TikZ package similar to the following example http://www.texample.net/tikz/examples/simple-flow-chart/ However I would like to include figures (a time series plot created in R, as eps or…
Janvb
  • 1,290
  • 2
  • 16
  • 17
5
votes
1 answer

Latex flowchart line crossing line

I am building a flowchart which looks almost as I want it. The last detail that I would like to modify concerns 2 lines crossing one another. Here is my code: \tikzstyle{block1} = [rectangle, rounded corners, minimum width=3cm, minimum…
atalantafugiens
  • 423
  • 6
  • 16
5
votes
1 answer

Generate flow chart html from json or xml

I have a problem in my web project. I need a generator which will generate flow chart(mathematically graph form) html structure from json or xml object. Problem is that when generates flow chart there have connection lines. I want to write…
5
votes
10 answers

What do you use to create flowcharts?

I'm curious what tools people have found useful for building flowcharts. Obviously MS Visio and OmniGraffle come to mind but they both feel so bloated and also tend to emphasize the document formatting/printing side and less on helping to organize…
Wilco
  • 32,754
  • 49
  • 128
  • 160
5
votes
1 answer

Using Database entries to dynamically create a visio diagram

Is this possible? We have a Configuration Management Database that stores information such as our servers, what datacentre they're stored in, applications that reside on them, as well as interfaces that send data from one application to…
Kolten
  • 3,495
  • 5
  • 42
  • 59
5
votes
1 answer

Creating a flowchart in HTML

I am a complete noob in CSS/HTML and have been trying to create a flowchart for a few hours now with little success.I'm trying to create something similar to this: http://jsfiddle.net/pointbypointuk/ETg7q/2/ However I only want 2 of the subheadings,…
user1410668
  • 245
  • 3
  • 6
  • 16