calendar-heatmap-graph
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "calendar-heatmap-graph", | ||
"version": "0.0.5", | ||
"description": "Calendar heatmap graph for time series data.", | ||
"version": "0.0.6", | ||
"description": "d3.js calendar heatmap graph.", | ||
"homepage": "https://github.com/g1eb/calendar-heatmap", | ||
"authors": [ | ||
"G1eb <mail@g1eb.com>" | ||
"g1eb <mail@g1eb.com> (https://g1eb.com)" | ||
], | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ var gulp = require('gulp'); | ||
var uglify = require('gulp-uglify'); | ||
gulp.task('build', ['js', 'css']); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "calendar-heatmap-graph", | ||
"version": "0.0.5", | ||
"description": "Calendar heatmap graph for time series data.", | ||
"version": "0.0.6", | ||
"description": "d3.js calendar heatmap graph.", | ||
"homepage": "https://github.com/g1eb/calendar-heatmap#readme", | ||
"author": "g1eb", | ||
"author": "g1eb <mail@g1eb.com> (https://g1eb.com)", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "index.html", |
@@ -9,4 +9,3 @@ # Calendar heatmap graph | ||
Based on [Calendar View](https://bl.ocks.org/mbostock/4063318) by [Mike Bostock](https://github.com/mbostock) | ||
Based on [Calendar View](https://bl.ocks.org/mbostock/4063318) by [Mike Bostock](https://github.com/mbostock) | ||
Aaand [D3.js Calendar Heatmap](https://github.com/DKirwan/calendar-heatmap) by [Darragh Kirwan](https://github.com/DKirwan) | ||
@@ -115,4 +114,8 @@ | ||
## AngularJS Directive | ||
## AngularJS | ||
If you want to use this heatmap as an AngularJS directive (version 1.x), see [angular-calendar-heatmap](https://github.com/g1eb/angular-calendar-heatmap) | ||
Or as an Angular component (version 2.x), see [angular2-calendar-heatmap](https://github.com/g1eb/angular2-calendar-heatmap) | ||
[Calendar heatmap graph angular directive](https://github.com/g1eb/angular-calendar-heatmap) | ||
@@ -122,3 +125,3 @@ | ||
* [moment.js](https://momentjs.com/) | ||
* [d3.js](https://d3js.org/) | ||
* [moment.js](http://momentjs.com/) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
589026
125