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/web.js
CHANGED
|
@@ -2626,7 +2626,7 @@ var $;
|
|
|
2626
2626
|
return obj;
|
|
2627
2627
|
}
|
|
2628
2628
|
hue() {
|
|
2629
|
-
return NaN;
|
|
2629
|
+
return +NaN;
|
|
2630
2630
|
}
|
|
2631
2631
|
Sample() {
|
|
2632
2632
|
return null;
|
|
@@ -3354,7 +3354,7 @@ var $;
|
|
|
3354
3354
|
hue_base(val) {
|
|
3355
3355
|
if (val !== undefined)
|
|
3356
3356
|
return val;
|
|
3357
|
-
return NaN;
|
|
3357
|
+
return +NaN;
|
|
3358
3358
|
}
|
|
3359
3359
|
hue_shift(val) {
|
|
3360
3360
|
if (val !== undefined)
|
|
@@ -4092,7 +4092,7 @@ var $;
|
|
|
4092
4092
|
(function ($) {
|
|
4093
4093
|
class $mol_plot_dot extends $mol_plot_graph {
|
|
4094
4094
|
points_max() {
|
|
4095
|
-
return Infinity;
|
|
4095
|
+
return +Infinity;
|
|
4096
4096
|
}
|
|
4097
4097
|
aspect() {
|
|
4098
4098
|
return 1;
|