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:
{ | |
"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" | |
}, |
#! /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, |
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:
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:
license: mit |
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.
( feedback is welcomed: @CodeXmonk )
node_modules | |
sass | |
templates |
forked from learntocode611's block: fork: OHIO Census Tract Map
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
position: relative; | |
} | |
</style> |