[basic-example][m] - multiple datasetst

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-04-27 15:40:28 -03:00
parent b49abb3b39
commit e354009e79
10 changed files with 50 additions and 277 deletions

View File

@@ -1,3 +1,8 @@
# Index
# My Dataset
Built with PortalJS
## Table
<Table url="data_1.csv" />
- [My awesome dataset](http://localhost:3000/datasets/my-dataset)

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