Code:make-flow-diagram1.html: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 August 2022

  • curprev 00:3500:35, 27 August 2022Elie talk contribs 4,235 bytes +4,235 Created page with "This javascript/HTML canvas generates the "flow diagram" of File:food-funnel.png. If you want to generate a different flow diagram, you can save your own version of this and modify the draw() function to your liking. <syntaxhighlight lang="html"> <html><head> <script> // This draw() is the main function: Change it according to how you want your diagram: function draw() { primary = 5454; // crops harvested leftStart(); go(5000); branch(491..."