Created
November 25, 2022 22:37
-
-
Save jesuino/9836c135a0d288294bde1bbb5e924ee2 to your computer and use it in GitHub Desktop.
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
global: | |
mode: dark | |
settings: | |
chart: | |
resizable: true | |
datasets: | |
- uuid: pop | |
url: /datasets/population.json | |
pages: | |
- components: | |
- settings: | |
type: bubblechart | |
general: | |
title: Countries Population | |
export: | |
png: true | |
chart: | |
height: 350 | |
margin: | |
left: 120 | |
axis: | |
x: | |
labels_angle: 12 | |
lookup: | |
uuid: pop | |
rowCount: 20 | |
group: | |
- columnGroup: | |
source: Name | |
functions: | |
- source: Name | |
- source: 2021 Population | |
- source: Growth Rate | |
- settings: | |
table: | |
sort: | |
enabled: true | |
lookup: | |
uuid: pop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment