@evercam/ui 0.0.63-preview-admin-copilot-e9a0bbd17 → 0.0.63-preview-copilot-timeline-navigation-6c9767618
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -10115,7 +10115,7 @@ const y0 = Y.extend({
|
|
|
10115
10115
|
]);
|
|
10116
10116
|
},
|
|
10117
10117
|
panToTimestamp(t) {
|
|
10118
|
-
const e =
|
|
10118
|
+
const e = new Date(t), r = this.timeScale(e), n = P.zoomTransform(
|
|
10119
10119
|
this.selection.node()
|
|
10120
10120
|
), a = n.x - r + this.getWidth() / 2;
|
|
10121
10121
|
this.selection.transition().duration(this.translationDuration).call(
|