Skip to content

Instantly share code, notes, and snippets.

View Mingyi1995's full-sized avatar
👯‍♀️
dancing

Mingyi Mingyi1995

👯‍♀️
dancing
  • New York
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.bar {
fill: LightGray;
stroke: black;
{
"$schema": "https://vega.github.io/schema/vega-lite/v3.json",
"data": {
"url":
"https://raw.githubusercontent.com/hvo/datasets/master/nyc_restaurants_by_cuisine.json",
"format": { "type": "json" }},
"transform": [
{"filter": {"field": "_vgsid_", "range": [null, 25]}}
],
"selection": {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.bar {
fill: LightGray;
stroke: black;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="chart"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.9.2/d3.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src = "https://raw.githack.com/hvo/datasets/master/us-refugees.js"
type = "text/javascript"></script>
<style id="jsbin-css">