mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2026-02-05 02:54:37 +00:00
chore: move posts to qmd
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
---
|
||||
title: Візуалізація руху електроенергії з та в Україну за даними ENTSO-E
|
||||
date: 2024-07-21T20:20:24+03:00
|
||||
draft: true
|
||||
|
||||
load_vega: true
|
||||
image: https://static.olehomelchenko.com/2026-01-10%2004.45.50.png
|
||||
---
|
||||
|
||||
|
||||
|
||||
{{< vega-lite id="entso-e-bar" dataUrl="https://github.com/olehomelchenko/ua-entso-e-transfers/raw/main/output.json">}}
|
||||
```{.vega-lite}
|
||||
{
|
||||
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
||||
"data": {
|
||||
@@ -130,11 +126,11 @@ load_vega: true
|
||||
}
|
||||
}
|
||||
}
|
||||
{{< /vega-lite >}}
|
||||
```
|
||||
|
||||
|
||||
|
||||
{{< vega-lite id="entso-e-dynamics" dataUrl="https://github.com/olehomelchenko/ua-entso-e-transfers/raw/main/output.json">}}
|
||||
```{.vega-lite}
|
||||
{
|
||||
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
||||
"data": {
|
||||
@@ -323,4 +319,4 @@ load_vega: true
|
||||
}
|
||||
]
|
||||
}
|
||||
{{< /vega-lite >}}
|
||||
```
|
||||
Reference in New Issue
Block a user