mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 21:22:24 +00:00
Reduce chart width from 800 to 600 for improved layout consistency across all chart types
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"values": [
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"values": [
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"data": {
|
||||
"url": "data/barchart.csv", "format": {"type": "csv"}
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"mark": {
|
||||
"type": "bar"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"data": {
|
||||
"url": "data/barchart.csv", "format": {"type": "csv"}
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"mark": {
|
||||
"type": "bar"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"url": "data/bubblechart.csv"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"url": "data/bubblechart.csv"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 500,
|
||||
"projection": {
|
||||
"type": "albersUsa"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
||||
"height": 500,
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"title": "Кількість шлюбів в першому півріччі 2024 р.",
|
||||
"config": {
|
||||
"padding": 0,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"url": "data/histogram.csv"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"url": "data/histogram.csv"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"title": "Oil Prices",
|
||||
"data": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"title": "Ціни на нафту",
|
||||
"data": {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"titleFontWeight": "bold"
|
||||
}
|
||||
},
|
||||
"width": 800, "height": 400,
|
||||
"width": 600, "height": 400,
|
||||
"data": {
|
||||
"values": [
|
||||
{"index": 1, "brand": "Samsung", "share": 17.6},
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"titleFontWeight": "bold"
|
||||
}
|
||||
},
|
||||
"width": 800, "height": 400,
|
||||
"width": 600, "height": 400,
|
||||
"data": {
|
||||
"values": [
|
||||
{"index": 1, "brand": "Samsung", "share": 17.6},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"url": "data/scatterplot.csv"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"url": "data/scatterplot.csv"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"data": {
|
||||
"url": "data/stacked100.csv"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"encoding": {
|
||||
"y": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"data": {
|
||||
"url": "data/stacked100.csv"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"encoding": {
|
||||
"y": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"values": [
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"fontSize": 16,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"data": {
|
||||
"values": [
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"data": {
|
||||
"url": "data/stackedbarchart.csv"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"encoding": {
|
||||
"x": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"data": {
|
||||
"url": "data/stackedbarchart.csv"
|
||||
},
|
||||
"width": 800,
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"encoding": {
|
||||
"x": {
|
||||
|
||||
Reference in New Issue
Block a user