Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 491 Bytes

pipeline.md

File metadata and controls

13 lines (11 loc) · 491 Bytes
%%{ init: { 'flowchart': { 'curve': 'monotoneX' } } }%%
graph LR;
demo-data-source[fa:fa-rocket demo-data-source &#8205] --> f1-data{{ fa:fa-arrow-right-arrow-left f1-data &#8205}}:::topic;
f1-data{{ fa:fa-arrow-right-arrow-left f1-data &#8205}}:::topic --> starter-visualization[fa:fa-rocket starter-visualization &#8205];


classDef default font-size:110%;
classDef topic font-size:80%;
classDef topic fill:#3E89B3;
classDef topic stroke:#3E89B3;
classDef topic color:white;
Loading