vue-chart-heatmap
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "vue-chart-heatmap", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A github style inspired heatmap capsuled as an easy to use vuejs component", | ||
@@ -5,0 +5,0 @@ "author": "Onur Aslan <aslanon.tr@gmail.com>, Dominik Angerer <dominikangerer1@gmail.com>", |
@@ -203,3 +203,3 @@ import moment from "moment"; | ||
.attr("viewBox", "-20 0 710 140") | ||
.style("padding", "0px"); | ||
.style("padding", "10px"); | ||
@@ -206,0 +206,0 @@ dayRects = svg.selectAll(".day-cell").data(dateRange); // array of days for the last yr |
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
594919