mol_plot_all 1.2.811 → 1.2.813

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/web.mjs CHANGED
@@ -4712,7 +4712,7 @@ var $;
4712
4712
  return (8 / Math.sqrt(this.indexes().length)).toPrecision(2) + '%';
4713
4713
  }
4714
4714
  color() {
4715
- return `hsl( ${this.hue()} , 80% , 85% )`;
4715
+ return `hsl( ${this.hue()} , 80% , 80% )`;
4716
4716
  }
4717
4717
  dimensions() {
4718
4718
  let next = new this.$.$mol_vector_2d($mol_vector_range_full.inversed, new this.$.$mol_vector_range(0, 0));