Published
Edited
Apr 24, 2019
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dot = require("@observablehq/graphviz@0.2")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dot`digraph Main {
node [colorscheme="blues4",style="filled"];
a [fillcolor="1"];
b [fillcolor="2"];
c [fillcolor="3"];
a -> b;
b -> c -> a;
}`
Insert cell
Insert cell
Insert cell
dot`${usingSubgraph}`
Insert cell
Insert cell
dotparse = require('https://bundle.run/dotparser@0.3.0')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Xmind = require('xmind@0.5.0/dist/xmind.js')
Insert cell
Insert cell
workbook = new Xmind.Workbook({
firstSheetId: 'sheet-1',
firstSheetName: 'observable',
rootTopicId: 'topic-1',
rootTopicName: 'created by shafdog'
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
xmindUpload = await Files.buffer(image)
Insert cell
dataURL = URL.createObjectURL(image)
Insert cell
Insert cell
uploadedWorkbook = new Xmind.Workbook()
Insert cell
Xmind.Workbook.load(await Files.buffer(xmindFileUpload))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more