d3plus-viz
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10
887268
Updatedd3-array@^3.2.3
Updatedd3plus-axis@^1.2.5
Updatedd3plus-format@^1.2.4
Updatedd3plus-legend@^1.2.1
Updatedd3plus-text@^1.2.3
Updatedd3plus-tooltip@^1.1.1