created waterfall, bubblechart, organization chart, heatmap, earned value analysis #7539
robertolofaro
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
This is a fantastic contribution! Waterfall, bubble chart, heatmap, org chart, and earned value analysis are all diagram types that come up frequently in project management and data analysis contexts. Great to see them implemented. The Ishikawa examples are also very welcome, especially since the diagram type exists in the codebase but has no documentation examples yet. Hope the maintainers consider integrating these into the standard. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for my own purposes, along with others that for the time being I am still working on, added Mermaid-like syntax for the following charts that did not find:
_ waterfall
_ bubblechart
_ organization chart (hierarchy and functional)
_ heatmap (I use it both for risk analysis and status report on program management)
_ earned value analysis
you can see them here, as created a folder within the GitHub repository where share additional material for my publications (articles, books, datasets on Kaggle, etc) the folder
also, as I found within the reference directories the Ishikawa (that used in the past both for root cause analysis and to map out as mindmap of what was needed for organizational change), but not examples, created examples
for now, they work just within a tool that added on my website
the tool is free, no cookies no advertisement- and let the Javascript easily accessible in the source of the page
as you will see on that page, actually organized the examples by "folders" following specific needs- including also some standard charts
I use the tool offline and online (also from my smartphone) to replace "napkin-style" charts while discussing and brainstomring with something replicable
if somebody is willing to copy-and-paste-and-package into the standard those diagrams, I will gradually add more diagrams within the tool, and add here as a commentary whenever I add something new
thanks
Beta Was this translation helpful? Give feedback.
All reactions