Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created October 5, 2022 21:40
Show Gist options
  • Save jesuino/0d3bbe629a80a47ff3ea8ebaebfe30b5 to your computer and use it in GitHub Desktop.
Save jesuino/0d3bbe629a80a47ff3ea8ebaebfe30b5 to your computer and use it in GitHub Desktop.
datasets:
- uuid: data
url: https://www.jbang.dev/assets/data/jbang-versionchecks.csv
expression: >-
$map($, function($l) {
[
$join([$l[0], $l[1]], ","),
$l[2]
]
}
)
pages:
- components:
- settings:
type: MAP
subtype: MAP_MARKERS
chart:
width: '800'
height: '600'
lookup:
uuid: data
group:
- columnGroup:
source: Column 0
functions:
- source: Column 0
- source: Column 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment