Socket
Socket
Sign inDemoInstall

canvas-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-heatmap - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc