Skip to content

Instantly share code, notes, and snippets.

@dnprock
dnprock / dashboard.json
Created May 25, 2020 21:44
Covid Trend in the United States
{
"name": "Covid Trend in the United States",
"description": "Data from covidtracking.com.",
"columns": 3,
"rows": 3,
"header": {
"align": "center",
"text": "Covid Trend in the United States",
"backgroundColor": "#82ca9d"
},
@dnprock
dnprock / install-google-chrome.sh
Created May 13, 2019 21:33
intoli google chrome script
#! /bin/bash
# Copyright 2017-present: Intoli, LLC
# Source: https://intoli.com/blog/installing-google-chrome-on-centos/
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
@dnprock
dnprock / README.md
Last active April 10, 2017 20:52
Force Layout with auto zoom (canvas)

Document Template for vida.io

Github template for vida.io

Node and gulp are required. To run, use command: gulp

Access through browser at http://localhost:5000.

Describe your document in manifest.json. Format is as follows:

@dnprock
dnprock / README.md
Last active April 10, 2017 20:53
Force Layout with auto zoom (SVG)

Document Template for vida.io

Github template for vida.io

Node and gulp are required. To run, use command: gulp

Access through browser at http://localhost:5000.

Describe your document in manifest.json. Format is as follows:

@dnprock
dnprock / .block
Last active October 29, 2016 00:47 — forked from jcnesci/.block
Stacked Barchart with Transitions
license: mit
@dnprock
dnprock / README.md
Last active February 12, 2016 01:57 — forked from CodeXmonk/README.md
Simple modification based on mbostock's Bullet Charts.

There is an other, newer variant with Miso Project's d3.chart.js and with a little bit of more serious explanation. That chart can be found here on bl.ocks.org.

Just an idea...

( feedback is welcomed: @CodeXmonk )

Simple modification based on mbostock's Bullet Charts.

@dnprock
dnprock / .gitignore
Last active January 9, 2016 21:04
Gulp Template
node_modules
sass
templates
@dnprock
dnprock / README.md
Created September 11, 2015 19:37
fresh block

hello markdown

@dnprock
dnprock / README.md
Last active August 28, 2015 07:31 — forked from enjalot/README.md
fork: OHIO Census Tract Map
@dnprock
dnprock / index.html
Last active August 29, 2015 14:24
Multiple CSVs
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;
}
</style>