Socket
Socket
Sign inDemoInstall

d3plus-viz

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3plus-viz - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

es/src/_drawColorScale.js

@@ -15,2 +15,3 @@ import { min } from "d3-array";

var wide = ["top", "bottom"].includes(position);
var showColorScale = this._colorScale && position;
var padding = this._colorScalePadding() ? this._padding : {

@@ -30,3 +31,2 @@ top: 0,

};
var showColorScale = this._colorScale && data && data.length > 1;
var scaleGroup = elem("g.d3plus-viz-colorScale", {

@@ -33,0 +33,0 @@ condition: showColorScale && !this._colorScaleConfig.select,

{
"name": "d3plus-viz",
"version": "1.3.0",
"version": "1.3.1",
"description": "Abstract ES6 class that drives d3plus visualizations.",

@@ -26,3 +26,3 @@ "main": "es/index.js",

"dependencies": {
"d3-array": "^3.2.2",
"d3-array": "^3.2.3",
"d3-brush": "^3.0.0",

@@ -34,10 +34,10 @@ "d3-color": "^3.1.0",

"d3-zoom": "^3.0.0",
"d3plus-axis": "^1.2.1",
"d3plus-axis": "^1.2.5",
"d3plus-color": "^1.1.2",
"d3plus-common": "^1.2.4",
"d3plus-format": "^1.2.2",
"d3plus-legend": "^1.2.0",
"d3plus-text": "^1.2.1",
"d3plus-format": "^1.2.4",
"d3plus-legend": "^1.2.1",
"d3plus-text": "^1.2.3",
"d3plus-timeline": "^1.1.0",
"d3plus-tooltip": "^1.1.0",
"d3plus-tooltip": "^1.1.1",
"lrucache": "^1.0.3"

@@ -55,3 +55,3 @@ },

"d3plus-dev": "^1.2.9",
"d3plus-shape": "^1.1.0"
"d3plus-shape": "^1.1.1"
},

@@ -58,0 +58,0 @@ "module": "es/index.js",

@@ -941,2 +941,2 @@ # d3plus-viz

###### <sub>Documentation generated on Wed, 25 Jan 2023 17:09:45 GMT</sub>
###### <sub>Documentation generated on Wed, 05 Apr 2023 17:39:53 GMT</sub>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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