This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with aligned labels", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with aligned labels", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with misaligned labels", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with misaligned labels", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with misaligned labels", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with attempt at percentage labels. Labels are misaligned", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8}, | |
| {"category": "Category 4", "value": 8} | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with labels.", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
| "description": "A pie chart with attempt at percentage labels. Labels are misaligned", | |
| "data": { | |
| "values": [ | |
| {"category": "Category 1", "value": 4}, | |
| {"category": "Category 2", "value": 12}, | |
| {"category": "Category 3", "value": 8} | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "config": { | |
| "view": { | |
| "continuousWidth": 400, | |
| "continuousHeight": 300 | |
| } | |
| }, | |
| "vconcat": [ | |
| { | |
| "layer": [ |