@hpcc-js/timeline 2.50.3 → 2.50.6
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/dist/index.es6.js +2 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +9 -9
- package/src/ReactAxisGanttSeries.ts +13 -14
- package/src/__package__.ts +2 -2
- package/types/ReactAxisGanttSeries.d.ts.map +1 -1
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
})(this, (function (exports, api, chart, common, html, react, layout) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/timeline";
|
|
8
|
-
var PKG_VERSION = "2.50.
|
|
9
|
-
var BUILD_VERSION = "2.
|
|
8
|
+
var PKG_VERSION = "2.50.6";
|
|
9
|
+
var BUILD_VERSION = "2.103.1";
|
|
10
10
|
|
|
11
11
|
/*! *****************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1332,7 +1332,6 @@
|
|
|
1332
1332
|
};
|
|
1333
1333
|
};
|
|
1334
1334
|
ReactAxisGanttSeries.prototype.onzoom = function (transform) {
|
|
1335
|
-
console.log("called onzoom");
|
|
1336
1335
|
var w = this.width();
|
|
1337
1336
|
var low = this._gantt._minStart;
|
|
1338
1337
|
var high = this._gantt._maxEnd;
|