@sjcrh/proteinpaint-server 2.46.0 → 2.46.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.46.0",
3
+ "version": "2.46.1",
4
4
  "type": "module",
5
5
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
6
6
  "main": "src/app.js",
@@ -99,7 +99,8 @@ function addScatterplots(c, ds) {
99
99
  dimensions: p.dimensions,
100
100
  colorTW: p.colorTW,
101
101
  shapeTW: p.shapeTW,
102
- colorColumn: p.colorColumn
102
+ colorColumn: p.colorColumn,
103
+ settings: p.settings
103
104
  };
104
105
  });
105
106
  }