@hpcc-js/common 2.73.1 → 2.73.2
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 +4 -4
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +4 -4
- 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 +3 -3
- package/src/Palette.ts +2 -2
- package/src/__package__.ts +2 -2
- package/types/PropertyExt.d.ts.map +1 -1
- package/types/Utility.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, util) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/common";
|
|
8
|
-
var PKG_VERSION = "2.73.
|
|
9
|
-
var BUILD_VERSION = "2.108.
|
|
8
|
+
var PKG_VERSION = "2.73.2";
|
|
9
|
+
var BUILD_VERSION = "2.108.6";
|
|
10
10
|
|
|
11
11
|
/******************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
@@ -11176,7 +11176,7 @@
|
|
|
11176
11176
|
scale = sequential(m_d3[id]).domain([0, 100]);
|
|
11177
11177
|
}
|
|
11178
11178
|
if (!scale) {
|
|
11179
|
-
scale = _custom(m_colorbrewer
|
|
11179
|
+
scale = _custom(m_colorbrewer["RdYlGn"][11]);
|
|
11180
11180
|
}
|
|
11181
11181
|
colors = scale.range ? scale.range() : scale;
|
|
11182
11182
|
}
|
|
@@ -11268,7 +11268,7 @@
|
|
|
11268
11268
|
.attr("class", "swatch2")
|
|
11269
11269
|
.style("background-color", function (d) { return d; });
|
|
11270
11270
|
}
|
|
11271
|
-
m_colorbrewer
|
|
11271
|
+
m_colorbrewer["RdWhGr"] = {
|
|
11272
11272
|
3: ["red", "white", "green"]
|
|
11273
11273
|
};
|
|
11274
11274
|
var ordinal = fetchOrdinalItem;
|