Skip to content

Instantly share code, notes, and snippets.

@asklar
Created May 29, 2025 18:59
Show Gist options
  • Save asklar/4732c0f6678442ea68892b6a88574f1f to your computer and use it in GitHub Desktop.
Save asklar/4732c0f6678442ea68892b6a88574f1f to your computer and use it in GitHub Desktop.
Johnson Chart
flowchart TD
A[Is it supported?] --> B{Does it exist?};
B -- Yes --> C[No, it is being deprecated.];
B -- No --> D[Yes, it will be supported soon.];
Loading
@asklar
Copy link
Author

asklar commented May 29, 2025

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment