@sjcrh/proteinpaint-server 2.77.0 → 2.77.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.77.0",
3
+ "version": "2.77.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",
@@ -215,6 +215,8 @@ function addNonDictionaryQueries(c, ds, genome) {
215
215
  data: {
216
216
  sameLegend: q.singleCell.data.sameLegend,
217
217
  refName: q.singleCell.data.refName,
218
+ width: q.singleCell.data.width,
219
+ height: q.singleCell.data.height,
218
220
  plots: q.singleCell.data.plots.map((p) => {
219
221
  return { name: p.name, colorColumn: p.colorColumn.name };
220
222
  })