mol_plot_all 1.2.811 → 1.2.812
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.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/node.js
CHANGED
|
@@ -5251,7 +5251,7 @@ var $;
|
|
|
5251
5251
|
return (8 / Math.sqrt(this.indexes().length)).toPrecision(2) + '%';
|
|
5252
5252
|
}
|
|
5253
5253
|
color() {
|
|
5254
|
-
return `hsl( ${this.hue()} , 80% ,
|
|
5254
|
+
return `hsl( ${this.hue()} , 80% , 80% )`;
|
|
5255
5255
|
}
|
|
5256
5256
|
dimensions() {
|
|
5257
5257
|
let next = new this.$.$mol_vector_2d($mol_vector_range_full.inversed, new this.$.$mol_vector_range(0, 0));
|