radial-progress-chart
Version:
A customizable Radial Progress Chart written on the top of D3.js.
34 lines (33 loc) • 699 B
JSON
{
"name": "radial-progress-chart",
"main": "dist/radial-progress-chart.js",
"version": "0.0.4",
"homepage": "https://github.com/pablomolnar/radial-progress-chart",
"authors": [
"Pablo Molnar <pablomolnar@gmail.com>"
],
"description": "Radial Progress Chart started as a weekend project. It's written on the top of D3.js and was heavily inspired by and D3 stub of Polar Clock",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"apple",
"watch",
"radial",
"bar",
"progress",
"chart",
"polar",
"d3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}