Skip to content

Instantly share code, notes, and snippets.

View nicolaskruchten's full-sized avatar

Nicolas Kruchten nicolaskruchten

View GitHub Profile
@nicolaskruchten
nicolaskruchten / spec.json
Created November 2, 2024 15:08
Vega spec from Sat Nov 02 2024
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 600,
"height": 600,
"background": {"signal": "colors.backgroundColor"},
"signals": [
{
"name": "colors",
"value": {
"backgroundColor": "white",
@nicolaskruchten
nicolaskruchten / spec.json
Created October 31, 2024 00:54
Vega spec from Wed Oct 30 2024
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 600,
"height": 600,
"background": {"signal": "backgroundColor"},
"signals": [
{"name": "backgroundColor", "value": "white"},
{"name": "tickColor", "value": "black"},
{"name": "ringColor", "value": "white"},
{"name": "accentColor", "value": "#BE2B50"},
@nicolaskruchten
nicolaskruchten / spec.json
Created October 29, 2024 03:58
Vega spec from Mon Oct 28 2024
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 600,
"height": 600,
"signals": [
{"name": "radius", "value": 200},
{
"name": "nowDate",
"init": "now()",
"on": [
@nicolaskruchten
nicolaskruchten / spec.json
Last active October 29, 2024 03:57
uno24
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 600,
"height": 600,
"signals": [
{"name": "radius", "value": 200},
{
"name": "nowDate",
"init": "now()",
"on": [
@nicolaskruchten
nicolaskruchten / spec.json
Created October 28, 2024 00:58
final tax wheel
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 400,
"height": 400,
"signals": [{"name": "radius", "value": 150}],
"scales": [
{
"name": "angularScale",
"type": "linear",
"domain": [0, 1],
@nicolaskruchten
nicolaskruchten / spec.json
Created October 27, 2024 21:26
log tax wheel
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 400,
"height": 400,
"signals": [{"name": "radius", "value": 150}],
"scales": [
{
"name": "angularScale",
"type": "linear",
"domain": [0, 1],
@nicolaskruchten
nicolaskruchten / spec.json
Last active October 27, 2024 21:26
tax wheel
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 400,
"height": 400,
"signals": [
{"name": "radius", "value": 150}
],
"scales": [
{
"name": "angularScale",
@nicolaskruchten
nicolaskruchten / spec.json
Created February 14, 2024 00:01
Vega spec from Tue Feb 13 2024
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"data": [
{"name": "interval_intervalselection_0_store"},
{"name": "click_pointselection_0_store"},
{"name": "legend_pointselection_0_store"},
{"name": "legend_pointhover_0_store"},
{"name": "dataframe_2"},
{"name": "data_0"},
{
@nicolaskruchten
nicolaskruchten / spec.json
Created February 9, 2024 03:57
Vega spec from Thu Feb 08 2024
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": {"type": "fit", "contains": "padding"},
"background": "white",
"padding": 5,
"style": "cell",
"data": [
{"name": "interval_intervalselection_0_store"},
{"name": "click_pointselection_0_store"},
{"name": "legend_pointselection_0_store"},
@nicolaskruchten
nicolaskruchten / spec.json
Created February 6, 2024 19:30
Vega spec from Tue Feb 06 2024
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"autosize": {"type": "fit", "contains": "padding"},
"background": "white",
"padding": 5,
"style": "cell",
"data": [
{"name": "interval_intervalselection_0_store"},
{"name": "click_pointselection_0_store"},
{