mermaid
graph LR;input_1(update); style input_1 fill:#c50022, fill-opacity:0.4, stroke:#c50022, stroke-width:2px;input_2(dataset); style input_2 fill:#c50022, fill-opacity:0.4, stroke:#c50022, stroke-width:2px;input_3(obs); style input_3 fill:#c50022, fill-opacity:0.4, stroke:#c50022, stroke-width:2px;m_eventReactive_1(<code>eventReactive</code> - datasetInput); style m_eventReactive_1 fill:#004a96, fill-opacity:0.4, stroke:#004a96, stroke-width:2px;m_renderPrint_1(<code>renderPrint</code> - summary); style m_renderPrint_1 fill:#65ac1e, fill-opacity:0.4, stroke:#65ac1e, stroke-width:2px;m_renderTable_1(<code>renderTable</code> - view); style m_renderTable_1 fill:#65ac1e, fill-opacity:0.4, stroke:#65ac1e, stroke-width:2px;input_1-->m_eventReactive_1; linkStyle 0 stroke:black, stroke-width:1px, fill:none, stroke-dasharray:none;input_2-.->m_eventReactive_1; linkStyle 1 stroke:#999999, stroke-width:1px, fill:none, stroke-dasharray:10;m_eventReactive_1-->m_renderPrint_1; linkStyle 2 stroke:black, stroke-width:1px, fill:none, stroke-dasharray:none;m_eventReactive_1-->m_renderTable_1; linkStyle 3 stroke:black, stroke-width:1px, fill:none, stroke-dasharray:none;input_3-.->m_renderTable_1; linkStyle 4 stroke:#999999, stroke-width:1px, fill:none, stroke-dasharray:10;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.