d3plus-viz
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -65,9 +65,7 @@ import { extent } from "d3-array"; | ||
var config = this._timelineConfig; | ||
timeline.config(config) | ||
// .on("brush", s => { | ||
// setTimeFilter.bind(this)(s); | ||
// if (config.on && config.on.brush) config.on.brush(s); | ||
// }) | ||
.on("end", function (s) { | ||
timeline.config(config).on("brush", function (s) { | ||
setTimeFilter.bind(_this2)(s); | ||
if (config.on && config.on.brush) config.on.brush(s); | ||
}).on("end", function (s) { | ||
setTimeFilter.bind(_this2)(s); | ||
if (config.on && config.on.end) config.on.end(s); | ||
@@ -74,0 +72,0 @@ }).render(); |
{ | ||
"name": "d3plus-viz", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Abstract ES6 class that drives d3plus visualizations.", | ||
@@ -26,3 +26,3 @@ "main": "es/index.js", | ||
"dependencies": { | ||
"d3-array": "^3.2.3", | ||
"d3-array": "^3.2.4", | ||
"d3-brush": "^3.0.0", | ||
@@ -34,3 +34,3 @@ "d3-color": "^3.1.0", | ||
"d3-zoom": "^3.0.0", | ||
"d3plus-axis": "^1.2.5", | ||
"d3plus-axis": "^1.2.10", | ||
"d3plus-color": "^1.1.2", | ||
@@ -41,3 +41,3 @@ "d3plus-common": "^1.2.4", | ||
"d3plus-text": "^1.2.3", | ||
"d3plus-timeline": "^1.1.0", | ||
"d3plus-timeline": "^1.1.4", | ||
"d3plus-tooltip": "^1.1.1", | ||
@@ -44,0 +44,0 @@ "lrucache": "^1.0.3" |
@@ -968,2 +968,2 @@ # d3plus-viz | ||
###### <sub>Documentation generated on Thu, 01 Jun 2023 14:03:41 GMT</sub> | ||
###### <sub>Documentation generated on Thu, 22 Jun 2023 21:39:34 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
898569
11974
Updatedd3-array@^3.2.4
Updatedd3plus-axis@^1.2.10
Updatedd3plus-timeline@^1.1.4