Platform
Resources
Pricing
Sign in
Contact us
Max Bo
Software Engineer @ Canva, ex-Google | music, color theory, Australian democracy, situated software & generative art
Workspace
Fork
Public
Bug reports
By
Max Bo
Edited
Feb 6, 2023
5
Bug reports
Plot 0.4.0 -> 0.4.1 introduces breaking change where Plot.scale rejects parameter objects with an undefined type parameter
Voronoi mark does not propagate target option to <a> element attributes (#1258)
Insert cell
Insert cell
data
=
[
{
id
:
1
,
date
:
new
Date
(
"2019"
)
,
href
:
"https://groundhog-day.com/predictions?year=2019"
}
,
{
id
:
2
,
date
:
new
Date
(
"2020"
)
,
href
:
"https://groundhog-day.com/predictions?year=2020"
}
]
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
tickX
(
data
,
{
x
:
"date"
,
stroke
:
"id"
,
strokeWidth
:
10
,
href
:
"href"
,
target
:
"_blank"
}
)
]
}
)
Insert cell
Insert cell
Plot
.
plot
(
{
marks
:
[
Plot
.
voronoi
(
data
,
{
x
:
"date"
,
fill
:
"id"
,
href
:
"href"
,
target
:
"_blank"
}
)
]
}
)
Insert cell
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
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
image3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
image4
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML