aswi2021codebakers-gitlab/src/vega/config/config.json @ c4f90f7b
1 |
{
|
---|---|
2 |
"$schema": "https://vega.github.io/schema/vega/v5.json", |
3 |
"width": 800, |
4 |
"height": 300, |
5 |
"signals": [ |
6 |
{"name": "overviewHeight", "value": 70}, |
7 |
{"name": "axeLegendPath", "value": "phenomenon.phenomenonName"}, |
8 |
{"name": "axeUnitPath", "value": "phenomenon.unit"} |
9 |
] |
10 |
}
|
- « Předchozí
- 1
- …
- 5
- 6
- 7
- Další »