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.view.tree CHANGED
@@ -80,7 +80,7 @@ $mol_plot_graph $mol_svg_group
80
80
  back /$mol_svg
81
81
  Hint $mol_svg_title
82
82
  title <= hint <= title \
83
- hue NaN
83
+ hue +NaN
84
84
  Sample null
85
85
 
86
86
  $mol_plot_graph_sample $mol_view
@@ -151,7 +151,7 @@ $mol_touch $mol_plugin
151
151
  $mol_plot_pane $mol_svg_root
152
152
  aspect \none
153
153
  -
154
- hue_base?val NaN
154
+ hue_base?val +NaN
155
155
  hue_shift?val 111
156
156
  -
157
157
  gap_hor 48
@@ -266,7 +266,7 @@ $mol_svg_path $mol_svg
266
266
 
267
267
 
268
268
  $mol_plot_dot $mol_plot_graph
269
- points_max Infinity
269
+ points_max +Infinity
270
270
  aspect 1
271
271
  style *
272
272
  ^
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.353",
3
+ "version": "1.2.355",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",
package/web.esm.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;