mol_plot_all 1.2.353 → 1.2.355
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/node.esm.js +3 -3
- package/node.esm.js.map +1 -1
- package/node.js +3 -3
- package/node.js.map +1 -1
- package/node.test.js +3 -3
- package/node.test.js.map +1 -1
- package/node.view.tree +3 -3
- package/package.json +1 -1
- package/web.esm.js +3 -3
- package/web.esm.js.map +1 -1
- package/web.js +3 -3
- package/web.js.map +1 -1
- package/web.view.tree +3 -3
package/node.esm.js
CHANGED
|
@@ -3076,7 +3076,7 @@ var $;
|
|
|
3076
3076
|
return obj;
|
|
3077
3077
|
}
|
|
3078
3078
|
hue() {
|
|
3079
|
-
return NaN;
|
|
3079
|
+
return +NaN;
|
|
3080
3080
|
}
|
|
3081
3081
|
Sample() {
|
|
3082
3082
|
return null;
|
|
@@ -3804,7 +3804,7 @@ var $;
|
|
|
3804
3804
|
hue_base(val) {
|
|
3805
3805
|
if (val !== undefined)
|
|
3806
3806
|
return val;
|
|
3807
|
-
return NaN;
|
|
3807
|
+
return +NaN;
|
|
3808
3808
|
}
|
|
3809
3809
|
hue_shift(val) {
|
|
3810
3810
|
if (val !== undefined)
|
|
@@ -4542,7 +4542,7 @@ var $;
|
|
|
4542
4542
|
(function ($) {
|
|
4543
4543
|
class $mol_plot_dot extends $mol_plot_graph {
|
|
4544
4544
|
points_max() {
|
|
4545
|
-
return Infinity;
|
|
4545
|
+
return +Infinity;
|
|
4546
4546
|
}
|
|
4547
4547
|
aspect() {
|
|
4548
4548
|
return 1;
|