Skip to content

This repository is an example of what I had in mind when suggesting a "Trivial Pursuit piece"-style badge.

License

Notifications You must be signed in to change notification settings

shnizzedy/d3-pie-radar-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3 Pie Radar Chart

This repository is an example of what I had in mind when suggesting a "Trivial Pursuit piece"-style badge, visualizing :octocat:nmind/coding-standards-certification checklists

Adapted from D3 Chart Samples by @CodinCat

Usage

With a data object like example.json, simply pass that data object to pieRadar.

Examples

const data = {
  "Coding": "bronze",
  "Documentation": "bronze"
};
pieRadar(data);
d3.json('./example.json', pieRadar);

Live Demo

Dependencies

  • D3 v4 — The upstream project was written in v4, and this repository is just an illustration. I'd want to rewrite into v7 syntax if we were going to use this example for real.

About

This repository is an example of what I had in mind when suggesting a "Trivial Pursuit piece"-style badge.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 87.3%
  • HTML 7.2%
  • CSS 5.5%