Skip to content

Instantly share code, notes, and snippets.

View Giammaria's full-sized avatar

Madison Giammaria Giammaria

View GitHub Profile
@Giammaria
Giammaria / spec.json
Last active January 15, 2025 14:44
20241219_sf_readiness_gateway_left_viz_v1_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 600,
"height": 800,
"autosize": "none",
"background": "transparent",
"signals": [
{"name": "inCognos", "value": false},
{"name": "windowLocationOrigin", "value": ""},
{"name": "initialTimestamp", "init": "now()"},
@Giammaria
Giammaria / spec.json
Last active January 15, 2025 14:37
20241218_sf_readiness_gateway_header_viz_v1_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": "none",
"width": 1920,
"height": 100,
"background": "transparent",
"signals": [
{"name": "inCognos", "value": false},
{"name": "windowLocationOrigin", "value": ""},
{"name": "initialTimestamp", "init": "now()"},
@Giammaria
Giammaria / spec.json
Last active February 6, 2025 19:53
20241116_sf_mousewheel_measures_poc_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"height": 300,
"autosize": {"type": "fit-x", "resize": true},
"signals": [
{
"name": "desiredWidth",
"value": 1000,
"update": "clamp(desiredWidth, 200, 1400)"
},
@Giammaria
Giammaria / spec.json
Last active November 30, 2024 21:35
20241130_sf_series_counts_met_standards_v1_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 1100,
"height": 100,
"padding": {"top": 10, "right": 5, "bottom": 0, "left": 5},
"background": "#000",
"title": {
"text": "Count by Series",
"subtitle": {"signal": "toggleIncludeMet ? ' ' : 'Criteria Not Met Only'"},
"subtitleColor": {"signal": "mediumColor"},
@Giammaria
Giammaria / spec.json
Created November 27, 2024 04:05
20241126_sf_gateway_landing_page_v2_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": "none",
"background": "#000",
"signals": [
{
"name": "windowLocationOrigin",
"value": ""
},
{
@Giammaria
Giammaria / spec.json
Last active November 15, 2024 18:02
20241114_sf_gateway_landing_page_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": "none",
"background": "#000",
"signals": [
{
"name": "width",
"update": "windowSize()[0]",
"on": [{"events": "window:resize", "update": "windowSize()[0]"}]
},
@Giammaria
Giammaria / spec.json
Last active November 14, 2024 15:19
20241111_sf_gateway_background_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": "none",
"background": "#000",
"signals": [
{
"name": "width",
"update": "windowSize()[0]",
"on": [
{
@Giammaria
Giammaria / spec.json
Last active November 6, 2024 13:31
20241105_sf_radial_readiness_v2_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"background": {"signal": "backgroundRGB"},
"width": 500,
"padding": 0,
"usermeta": {
"developedBy": "Madison Giammaria",
"LinkedIn": "https://www.linkedin.com/in/madison-giammaria-58463b33",
"email": "[email protected]",
"inspiration": "https://sunny-edi.herokuapp.com/"
@Giammaria
Giammaria / spec.json
Last active November 11, 2024 15:02
20241104_MET_Measure_Aggregation_Bar_Chart_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 1100,
"height": 500,
"background": "#000",
"view": {"stroke": "transparent"},
"signals": [
{"name": "yStep", "value": 71},
{"name": "visibleItems", "update": "ceil(height / yStep)"},
{
@Giammaria
Giammaria / spec.json
Last active November 4, 2024 22:09
20241029_sf_radial_readiness_v
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"background": {"signal": "backgroundRGB"},
"width": 500,
"padding": 10,
"usermeta": {
"developedBy": "Madison Giammaria",
"LinkedIn": "https://www.linkedin.com/in/madison-giammaria-58463b33",
"email": "[email protected]",
"inspiration": "https://sunny-edi.herokuapp.com/"