Skip to content

Instantly share code, notes, and snippets.

View chrisrzhou's full-sized avatar
⌨️
clicking; clacking;

Chris Zhou chrisrzhou

⌨️
clicking; clacking;
View GitHub Profile
@chrisrzhou
chrisrzhou / README.md
Last active December 1, 2021 09:57
D3 Radar Chart

D3 Radar Chart

bl.ocks.org link

A radar chart visualizes multivariate data in a 2D chart of three or more quantitative variables represented on axes.

The project is created using AngularJS and D3.js.


Description

@chrisrzhou
chrisrzhou / README.md
Last active August 29, 2015 14:12
D3 Pianogram Arcs

D3 Pianogram Arcs

bl.ocks.org link

Pianogram Arcs visualizes music notes in a radial histogram. This is a variation of the original [Pianogram][].

The project is created using AngularJS and D3.js.


Instructions

@chrisrzhou
chrisrzhou / README.md
Last active October 19, 2017 09:32
D3 Sunburst Sequence

D3 Sunburst Sequence

bl.ocks.org link

D3 Sunburst Sequence visualizes a graph of nodes by highlighting sequential progression of nodes leading up to a final value. A sunburst sequence is useful to visualize relative weights/percentages of a starting state to an end state (e.g. webpage redirects, product retention, subscription-based products, cashflows).


Description

@chrisrzhou
chrisrzhou / README.md
Last active August 29, 2015 14:12
Font Awesome IconFinder

Font Awesome IconFinder

bl.ocks.org link

This is a quick and fun AngularJS app that searches and filters for [Font Awesome][] icons by name or by group.


Files

  • index.html: Displays a matrix of Font Awesome icon together with search filters using ng-repeat and filter.
@chrisrzhou
chrisrzhou / README.md
Last active April 2, 2024 00:02
D3 Pianogram

D3 Pianogram

bl.ocks.org link

Pianogram visualizes music notes in a beautiful histogram and updates them over music measure bars (time). This is a clone of the wonderful idea by [joeycloud][] providing real-time updates to the music over time (music measure bars).

The project is created using AngularJS and D3.js.


@chrisrzhou
chrisrzhou / README.md
Last active August 29, 2015 14:11
ng2048

ng2048

bl.ocks.org link

This is an AngularJS clone of the original [2048][] game.

Some code guidance obtained from [ng-2048][] with different implementations on merge and keypress functions.


Notes

@chrisrzhou
chrisrzhou / README.md
Last active August 29, 2015 14:11
ngQuotes

ngQuotes

bl.ocks.org link

Master typing through quotes, learn quotes through typing.

ngQuotes is an AngularJS typing game built using the Javascript regex engine. This is my personal quote repository of my inspirational heroes.


@chrisrzhou
chrisrzhou / README.md
Last active August 29, 2015 14:11
D3 Pianogram Tiles

D3 Pianogram Tiles

bl.ocks.org link

Pianogram Tiles visualizes music notes and octaves as a heatmap matrix. This is a variation of the original [Pianogram][] which visualizes music notes and octaves in a histogram instead of a heatmap.

The project is created using AngularJS and D3.js.