[site/content/data-literate/demo][s]: fix bug in vega fancy line chart which was due to missing data (did not copy over from original data-literate repo).
This commit is contained in:
@@ -237,7 +237,7 @@ https://vega.github.io/vega-lite/examples/interactive_multi_line_pivot_tooltip.h
|
||||
<VegaLite spec={
|
||||
{
|
||||
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
||||
"data": {"url": "_files/HadCRUT.5.0.1.0.analysis.summary_series.global.annual.csv"},
|
||||
"data": {"url": "/_files/HadCRUT.5.0.1.0.analysis.summary_series.global.annual.csv"},
|
||||
"width": 600,
|
||||
"height": 250,
|
||||
"mark": "line",
|
||||
|
||||
Reference in New Issue
Block a user