algenty / grafana-flowcharting

Flowcharting, plugin for Grafana to create complexe visio's draws style like technical architectures, floorplan, diagrams, hierarchical schema based on draw.io
Apache License 2.0
967 stars 146 forks source link

Support CSV orgChart layout #290

Open CrashLaker opened 3 years ago

CrashLaker commented 3 years ago
## Hello World
# label: %step%
# style: shape=%shape%;fillColor=%fill%;strokeColor=%stroke%;
# namespace: csvimport-
# connect: {"from":"refs", "to":"id", "invert":true, "style":"curved=0;endArrow=blockThin;endFill=1;"}
# width: auto
# height: auto
# padding: 15
# ignore: id,shape,fill,stroke,refs
# nodespacing: 40
# levelspacing: 100
# edgespacing: 40
## layout: auto
# layout: [{"layout": "mxOrgChartLayout"}]
## CSV starts under this line
id,step,fill,stroke,shape,refs
1,Hello World,#dae8fc,#6c8ebf,rectangle,
2,Am I alive?,#fff2cc,#d6b656,rhombus,1
3,Yes,#d5e8d4,#82b366,ellipse,1
4,No,#f8cecc,#b85450,ellipse,1
5,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
6,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
7,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
8,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
9,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
10,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
11,,#fff2cc,#d6b656,mxgraph.basic.smiley,1
12,,#fff2cc,#d6b656,mxgraph.basic.smiley,1

image

algenty commented 3 years ago

Hi, Thanks for your patience, I has made a pause for a new job, I try this configuration as soon as possible.

BR Arnaud

CrashLaker commented 3 years ago

I has made a pause for a new job, I try this configuration as soon as possible.

np wish you good luck!