This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "usermeta": { | |
| "version": "02.02", | |
| "developedBy": "Madison Giammaria", | |
| "gitHub": "https://github.com/Giammaria", | |
| "linkedIn": "https://www.linkedin.com/in/madison-giammaria-58463b33", | |
| "email": "giammariam@gmail.com", | |
| "visualName": "Hierarchical Gantt (v2)", | |
| "visualDescription": "This Hierarchical Gantt is a production-ready, expand/collapse timeline visual built in Vega that works in Power BI (Deneb) or any web page via vega-embed. It lets report authors explore complex work breakdown structures the way people actually think: parents with nested children, sorted at the sibling level (so hierarchy is never broken), with smooth animations that preserve context as you sort, expand, and collapse. Out of the box it includes optional dependency lines, optional bar labels, a details panel with configurable columns, and intuitive controls for pan/zoom and scrolling, and the best part is that adding new columns or tooltip fields i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "usermeta": { | |
| "version": "02.01", | |
| "developedBy": "Madison Giammaria", | |
| "gitHub": "https://github.com/Giammaria", | |
| "linkedIn": "https://www.linkedin.com/in/madison-giammaria-58463b33", | |
| "email": "giammariam@gmail.com", | |
| "visualName": "Hierarchical Gantt (v2)", | |
| "visualDescription": "This Hierarchical Gantt is a production-ready, expand/collapse timeline visual built in Vega that works in Power BI (Deneb) or any web page via vega-embed. It lets report authors explore complex work breakdown structures the way people actually think: parents with nested children, sorted at the sibling level (so hierarchy is never broken), with smooth animations that preserve context as you sort, expand, and collapse. Out of the box it includes optional dependency lines, optional bar labels, a details panel with configurable columns, and intuitive controls for pan/zoom and scrolling, and the best part is that adding new columns or tooltip fields i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "bounds": "flush", | |
| "autosize": {"resize": true, "type": "pad", "contains": "padding"}, | |
| "padding": 0, | |
| "background": "#fff", | |
| "signals": [ | |
| { | |
| "name": "sortField", | |
| "init": "null", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "usermeta": { | |
| "version": "01.01", | |
| "developedBy": "Madison Giammaria", | |
| "gitHub": "https://github.com/Giammaria", | |
| "linkedIn": "https://www.linkedin.com/in/madison-giammaria-58463b33", | |
| "email": "giammariam@gmail.com", | |
| "visualName": "Hierarchical Bar Chart", | |
| "visualDescription": "This chart is an animated, drillable hierarchical horizontal bar view. The user provides a flat table of {id, parentId, label, value?}, and it turns that into a tree you can explore one level at a time. At any moment it shows “the children of the node the user is looking at” as horizontal bars, ordered by a user-toggleable sort. When you drill down or up, the bars animate so you can see what changed." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "width": 800, | |
| "background": "#fff", | |
| "signals": [ | |
| {"name": "padding", "value": 10}, | |
| {"name": "isPowerBIVisual", "value": false}, | |
| {"name": "configDesiredChartHeight", "init": "150"}, | |
| { | |
| "name": "configFields", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "bounds": "flush", | |
| "autosize": {"resize": true, "type": "pad", "contains": "padding"}, | |
| "padding": 0, | |
| "background": "#fff", | |
| "signals": [ | |
| {"name": "isPowerBIVisual", "value": false}, | |
| {"name": "desiredHeight", "update": "400"}, | |
| {"name": "desiredWidth", "update": "1300"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "bounds": "flush", | |
| "autosize": {"resize": true, "type": "pad", "contains": "padding"}, | |
| "padding": 0, | |
| "background": "#fff", | |
| "signals": [ | |
| {"name": "isPowerBIVisual", "value": false}, | |
| {"name": "desiredHeight", "update": "400"}, | |
| {"name": "desiredWidth", "update": "1300"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "bounds": "flush", | |
| "autosize": {"resize": true, "type": "pad", "contains": "padding"}, | |
| "background": "#fff", | |
| "signals": [ | |
| {"name": "isPowerBIVisual", "value": false}, | |
| {"name": "desiredHeight", "update": "900"}, | |
| {"name": "desiredWidth", "update": "1300"}, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "bounds": "flush", | |
| "autosize": {"resize": true, "type": "pad", "contains": "padding"}, | |
| "background": "#fff", | |
| "signals": [ | |
| {"name": "isPowerBIVisual", "value": false}, | |
| {"name": "desiredHeight", "update": "300"}, | |
| {"name": "desiredWidth", "update": "1300"}, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega/v6.json", | |
| "bounds": "flush", | |
| "autosize": {"type": "pad", "contains": "padding"}, | |
| "background": "#fff", | |
| "signals": [ | |
| {"name": "isPowerBIVisual", "value": false}, | |
| {"name": "desiredHeight", "update": "300"}, | |
| {"name": "desiredWidth", "update": "1300"}, | |
| { |
NewerOlder