hvega-0.5.0.0: tests/specs/hyperlink/hyperlink2.vl
{
"mark": {
"cursor": "pointer",
"type": "point"
},
"data": {
"url": "https://vega.github.io/vega-lite/data/movies.json"
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"encoding": {
"href": {
"value": "http://www.imdb.com"
},
"x": {
"field": "IMDB_Rating",
"type": "quantitative"
},
"y": {
"field": "Rotten_Tomatoes_Rating",
"type": "quantitative"
}
}
}