@sjcrh/proteinpaint-server 2.137.1-2 → 2.137.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.
@@ -118,7 +118,7 @@ function termdb_test_default() {
118
118
  plots: [
119
119
  {
120
120
  chartType: "barchart",
121
- settings: { barchart: { colorBars: true } },
121
+ settings: { barchart: { colorBars: true, showPercent: true } },
122
122
  term: {
123
123
  id: "agedx"
124
124
  }
@@ -126,12 +126,12 @@ function termdb_test_default() {
126
126
  {
127
127
  chartType: "barchart",
128
128
  term: { id: "sex" },
129
- settings: { barchart: { colorBars: true } }
129
+ settings: { barchart: { colorBars: true, showPercent: true } }
130
130
  },
131
131
  {
132
132
  chartType: "barchart",
133
133
  term: { id: "genetic_race" },
134
- settings: { barchart: { colorBars: true } }
134
+ settings: { barchart: { colorBars: true, showPercent: true } }
135
135
  }
136
136
  ]
137
137
  },
@@ -141,7 +141,7 @@ function termdb_test_default() {
141
141
  {
142
142
  chartType: "barchart",
143
143
  term: { id: "diaggrp" },
144
- settings: { barchart: { colorBars: true } }
144
+ settings: { barchart: { colorBars: true, showPercent: true } }
145
145
  }
146
146
  ]
147
147
  },
@@ -151,12 +151,12 @@ function termdb_test_default() {
151
151
  {
152
152
  chartType: "barchart",
153
153
  term: { id: "hrtavg" },
154
- settings: { barchart: { colorBars: true } }
154
+ settings: { barchart: { colorBars: true, showPercent: true } }
155
155
  },
156
156
  {
157
157
  chartType: "barchart",
158
158
  term: { id: "aaclassic_5" },
159
- settings: { barchart: { colorBars: true } }
159
+ settings: { barchart: { colorBars: true, showPercent: true } }
160
160
  }
161
161
  ]
162
162
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.137.1-2",
3
+ "version": "2.137.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",
@@ -63,8 +63,8 @@
63
63
  "@sjcrh/proteinpaint-python": "2.135.2-0",
64
64
  "@sjcrh/proteinpaint-r": "2.130.0",
65
65
  "@sjcrh/proteinpaint-rust": "2.136.0",
66
- "@sjcrh/proteinpaint-shared": "2.136.0",
67
- "@sjcrh/proteinpaint-types": "2.137.1-0",
66
+ "@sjcrh/proteinpaint-shared": "2.137.1",
67
+ "@sjcrh/proteinpaint-types": "2.137.1",
68
68
  "@types/express": "^5.0.0",
69
69
  "@types/express-session": "^1.18.1",
70
70
  "better-sqlite3": "^9.4.1",