### Inputting Flows in SankeyMATIC Source: https://github.com/nowthis/sankeymatic/blob/main/build/index.html This snippet shows the expected format for entering data into SankeyMATIC. It demonstrates how to define flows between source and target nodes, including specifying amounts and optionally setting colors for nodes or individual flows. It also shows how to use a wildcard for leftover amounts. ```SankeyMATIC // Enter Flows between Nodes, like this: // Source [AMOUNT] Target Wages [1500] Budget Other [250] Budget Budget [450] Taxes Budget [420] Housing Budget [400] Food Budget [255] Transportation // You can set a Node's color, like this: :Budget #057 // ...or a color for a single Flow: Budget [160] Other Necessities #606 // "[*]" means "Use any amount left over": Budget [*] Savings ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.