canvas-heatmap
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "canvas-heatmap", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Interactive heatmap, capable of displaying 1,000,000+ data points using canvas and d3. ", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -412,5 +412,5 @@ import { | ||
var base = ax.copy(); | ||
var axis = axisBottom(ax); | ||
var axis = axisBottom(ax).ticks(5); | ||
if (options.xTime) { | ||
axis.ticks(3).tickFormat(multiFormat); | ||
axis.tickFormat(multiFormat); | ||
} | ||
@@ -475,5 +475,5 @@ | ||
var base = ax.copy(); | ||
var axis = axisLeft(ax); | ||
var axis = axisLeft(ax).ticks(3); | ||
if (options.yTime) { | ||
axis.ticks(3).tickFormat(multiFormat); | ||
axis.tickFormat(multiFormat); | ||
} | ||
@@ -480,0 +480,0 @@ |
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