(Modiefied MV 2015-06-16) Bubble charts encode data in the area of circles. Although less perceptually-accurate than bar charts, they can pack hundreds of values into a small space. Implementation based on work by Jeff Heer. Data shows the Flare class hierarchy, also courtesy Jeff Heer.
This file contains 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
domainname.txt |
This file contains 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
# Dockerfile for Node-RED - pulls latest master code from git | |
# Use the node.js v0.10.36 engine | |
# based on the Dockerfile from ceejay | |
FROM node:0.10-slim | |
MAINTAINER mvtango | |
# download latest stable node-red | |
RUN npm install -g mongodb \ | |
node-red \ | |
node-red-admin \ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.