Platform
Resources
Pricing
Sign in
Contact us
Andres Snitcofsky
Data visualization and hacktivism from Buenos Aires, Argentina. (A Graph designer trying to code)
Workspace
Fork
Public
By
Andres Snitcofsky
Edited
Aug 14, 2023
Insert cell
Insert cell
Insert cell
Insert cell
data
=
fetch
(
"https://prensa-api.caba.datosoficiales.com/resultados/CABA/JEF.json"
)
.
then
(
(
response
)
=>
response
.
json
(
)
)
Insert cell
colores
=
new
Map
(
[
[
1
,
"#753BBD"
]
,
[
10
,
"#71C5E8"
]
,
[
11
,
"#DA291C"
]
,
[
12
,
"#0033A0"
]
,
[
2
,
"#00A9E0"
]
,
[
3
,
"#FEE000"
]
,
[
3
,
"#FEE000"
]
,
[
4
,
"#F65058"
]
,
[
4
,
"#F65058"
]
,
[
5
,
"#F04E98"
]
,
[
6
,
"#395A94"
]
,
[
7
,
"#F4DA40"
]
,
[
9
,
"#003DA5"
]
]
)
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
total
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
colores
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML