lsvp-react-calendar-heatmap
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -617,3 +617,4 @@ 'use strict'; | ||
}, this.getTooltipDataAttrsForIndex(index)), React.createElement("title", null, this.getTitleForIndex(index))), React.createElement("circle", _extends({}, this.getTooltipDataAttrsForIndex(index), { | ||
r: 0, | ||
x: x, | ||
y: y, | ||
cx: x + SQUARE_SIZE / 2, | ||
@@ -620,0 +621,0 @@ cy: y + SQUARE_SIZE / 2, |
@@ -613,3 +613,4 @@ import React from 'react'; | ||
}, this.getTooltipDataAttrsForIndex(index)), React.createElement("title", null, this.getTitleForIndex(index))), React.createElement("circle", _extends({}, this.getTooltipDataAttrsForIndex(index), { | ||
r: 0, | ||
x: x, | ||
y: y, | ||
cx: x + SQUARE_SIZE / 2, | ||
@@ -616,0 +617,0 @@ cy: y + SQUARE_SIZE / 2, |
@@ -619,3 +619,4 @@ (function (global, factory) { | ||
}, this.getTooltipDataAttrsForIndex(index)), React.createElement("title", null, this.getTitleForIndex(index))), React.createElement("circle", _extends({}, this.getTooltipDataAttrsForIndex(index), { | ||
r: 0, | ||
x: x, | ||
y: y, | ||
cx: x + SQUARE_SIZE / 2, | ||
@@ -622,0 +623,0 @@ cy: y + SQUARE_SIZE / 2, |
{ | ||
"name": "lsvp-react-calendar-heatmap", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "A calendar heatmap component built on SVG, inspired by Github's commit calendar graph. Forked by LSVP", | ||
@@ -5,0 +5,0 @@ "author": "Bill Zdon", |
Sorry, the diff of this file is not supported yet
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
150272
2133