DotChart for DOT and Graphviz
DOT & Graphviz editor
by
Alexandre Colucci
Screenshots






About DotChart for DOT and Graphviz
DotChart is designed exclusively for previewing and editing DOT and Graphviz graphs. Start with a built-in template to instantly create finite automaton, entity relation, trees, and more. Or begin with a blank document to write your own graph from scratch. DotChart can also be used in combination with an external editor, graphs automatically update when changes are made.
DOT is a graph description language used to define diagrams, and DotChart lets you render these graphs. The DOT language can be used to describe an undirected graph that shows simple relationships between objects, such as the following example:
graph graphname {
a -- b -- c;
b -- d;
}
The language can also describe directed graphs, such as flowcharts and dependency trees, as shown in the following example:
digraph graphname {
a -> b -> c;
b -> d;
}
PREVIEW
Effortlessly previewing DOT diagrams without complex tools.
EDITOR
Create and edit your DOT diagrams directly in DotChart.
TEMPLATES
Instantly create finite automaton, entity relation, trees and more.
QUICK LOOK
Preview your .dot and .gv files right from the Finder.
EXPORT
Easily export your graphs to PDF, PNG, and SVG formats.
SHORTCUTS
Create automations with the Shortcuts app.
SYNTAX HIGHLIGHTING
Gain a better understanding of the text defining your graph with syntax highlighting.
LIVE UPDATES
Instantly view changes to your DOT diagrams as you save them in your preferred external editor.
COMMAND LINE
Create PDF, PNG, and SVG from the Terminal.
FITS RIGHT AT HOME
DotChart is optimized for Apple Silicon and macOS.
DOTCHART PRO
DotChart Pro is an optional one-time purchase to help support the development.
•••
Privacy Policy: https://dotchart.app/privacypolicy/
Terms of use: https://dotchart.app/terms/
If you have any questions or ideas, please reach out at support@dotchart.app