Skip to content

Instantly share code, notes, and snippets.

View marcprux's full-sized avatar
🔆

Marc Prud'hommeaux marcprux

🔆
  • New England
  • 16:25 (UTC -04:00)
View GitHub Profile
@marcprux
marcprux / app.World-Fair.jackscript
Last active October 4, 2022 19:23
JackScript plug-in for World Fair.app
{
"appid": "app.World-Fair",
"name": "Simple World Fair JackScript",
"description": "This is an example JackScript plug-in for the World Fair app.",
"requires": {
"ui": [0, 0, 1],
"console": [0, 0, 1]
}
}
@marcprux
marcprux / README.md
Last active December 17, 2015 23:49
Highlighting the minimum and maximum values with vega+d3

This example demonstrates highlighting the minimum and maximum values of a bar chart by zipping the original data set together with the stats for the data and setting a color scale on a formula "isExtremum" value.

View this code at http://livecoding.io/5691859