[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:
Luccas Mateus de Medeiros Gomes
2023-04-27 21:38:48 -03:00
parent 4b5329a93e
commit 58ca032d3f
16 changed files with 61 additions and 347 deletions

View File

@@ -1,8 +1,7 @@
# My Dataset
# My Awesome Dataset 2
Built with PortalJS
## Table
<Table url="data_1.csv" />
<Table url="data.csv" />

View File

@@ -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"} } } } />