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/v5.json", | |
"title": {"text": "Net Promoter Score Analysis", "offset": 30}, | |
"data": { | |
"values": [ | |
{ | |
"Product": "Product X01", | |
"Promoters": 0.87, | |
"Detractors": 0.03, | |
"Neutral": 0.1 |
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/v5.json", | |
"data": { | |
"values": [ | |
{ | |
"ts": "2021-12-07T18:30:00.000Z", | |
"ts_position": "2021-12-08T06:30:00.000Z", | |
"bin": 0, | |
"total_records": 6527, | |
"comparison.ts": "2021-11-30T18:30:00.000Z", |
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/v5.json", | |
"description": "A stacked area chart.", | |
"width": 1000, | |
"height": 400, | |
"data": { | |
"values": [ | |
{ | |
"dimension": "Department of Transportation", | |
"ts": "2020-12-20T18:30:00.000Z", |
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/v3.json", | |
"background": "#edf1f7", | |
"description": "Google's stock price over time.", | |
"data": { | |
"url": "data/budgets.json" | |
}, | |
"width": 700, | |
"height": 400, | |
"layer": [ |
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/v3.json", | |
"description": "Drag the sliders to highlight points.", | |
"data": {"url": "data/cars.json"}, | |
"selection": {"CylYr": {"type": "multi"}}, | |
"mark": "circle", | |
"encoding": { | |
"x": {"field": "Horsepower", "type": "quantitative"}, | |
"y": {"field": "Miles_per_Gallon", "type": "quantitative"}, | |
"color": { |
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/v5.json", | |
"autosize": "pad", | |
"padding": 5, | |
"width": 200, | |
"height": 200, | |
"style": "cell", | |
"data": [ | |
{"name": "sel1_store"}, | |
{"name": "sel2_store"}, |
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/v5.json", | |
"autosize": "pad", | |
"padding": 5, | |
"width": 200, | |
"height": 200, | |
"style": "cell", | |
"data": [ | |
{"name": "grid_store"}, | |
{ |
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/v5.json", | |
"width": 500, | |
"height": 200, | |
"padding": 5, | |
"data": [ | |
{ | |
"name": "table", | |
"values": [ |
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
[ | |
"https://stephenfollows.com/resource-docs/scripts/eternal_sunshine_of_the_spotless_mind.pdf", | |
"https://www.scriptreaderpro.com/wp-content/uploads/2015/05/Good-Will-Hunting.pdf", | |
"https://www.scriptreaderpro.com/wp-content/uploads/2015/05/Jerry-Maguire.pdf", | |
"http://www.dailyscript.com/scripts/Little_Children-script.pdf", | |
"http://www.dailyscript.com/scripts/lost_in_translation.pdf", | |
"http://www.universalpicturesawards.com/site-content/uploads/2015/08/Straight-Outta-Compton-Screenplay.pdf", | |
"https://www.scriptreaderpro.com/wp-content/uploads/2018/03/Truman-Show-The-min-3.pdf", | |
"http://www.screenplaydb.com/film/scripts/up_in_the_air.pdf", | |
"https://www.scriptreaderpro.com/wp-content/uploads/2017/10/Visitor-The.compressed-ilovepdf-compressed.pdf", |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>new notebook - iodide</title> | |
<link rel="stylesheet" type="text/css" href="undefined/iodide.dev.css"> | |
</head> | |
<body> | |
<script id="jsmd" type="text/jsmd"> |
NewerOlder