Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "simpleheat", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A tiny JavaScript library for drawing heatmaps with Canvas", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mourner/simpleheat", |
@@ -7,3 +7,3 @@ simpleheat | ||
Demo: http://mourner.github.io/simpleheat/debug | ||
Demo: http://mourner.github.io/simpleheat/demo | ||
@@ -10,0 +10,0 @@ ```js |
@@ -88,4 +88,7 @@ /* | ||
if (!this._circle) { | ||
this.radius(25).gradient({0.45: 'blue', 0.55: 'cyan', 0.65: 'lime', 0.95: 'yellow', 1: 'red'}); | ||
this.radius(25); | ||
} | ||
if (!this._grad) { | ||
this.gradient({0.45: 'blue', 0.55: 'cyan', 0.65: 'lime', 0.8: 'yellow', 1: 'red'}); | ||
} | ||
@@ -92,0 +95,0 @@ var ctx = this._ctx; |
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
18173
135