[basic-example][m] - update data to breaking bad
- Fix LineChart and allow the use of URLs - Add applyFullWidthDirective back - Fix favicon - Remove data_1.csv and data_2.csv in favour of data.csv - Remove vestiges of Vercel
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# My Dataset
|
||||
# My Awesome Dataset 2
|
||||
|
||||
Built with PortalJS
|
||||
|
||||
## Table
|
||||
|
||||
<Table url="data_1.csv" />
|
||||
|
||||
<Table url="data.csv" />
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
# Data
|
||||
|
||||
This is the README.md this project.
|
||||
|
||||
## Table
|
||||
|
||||
<Table url="data_1.csv" />
|
||||
|
||||
## Vega Lite Line Chart from URL
|
||||
|
||||
<VegaLite spec={ { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": {"url": "data_2.csv"}, "width": 550, "height": 250, "mark": "line", "encoding": { "x": {"field": "Time", "type": "temporal"}, "y": {"field": "Anomaly (deg C)", "type": "quantitative"}, "tooltip": {"field": "Anomaly (deg C)", "type": "quantitative"} } } } />
|
||||
Reference in New Issue
Block a user