@sjcrh/proteinpaint-types 2.87.1 → 2.88.0
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 +1 -1
- package/src/dataset.ts +0 -1
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -1199,7 +1199,6 @@ export type Cohort = {
|
|
|
1199
1199
|
/** customize the default chart to open on mass ui when there's no charts. if
|
|
1200
1200
|
* missing it opens dictionary ui */
|
|
1201
1201
|
defaultChartType?: string
|
|
1202
|
-
hiddenChartTypes?: string[]
|
|
1203
1202
|
massNav?: MassNav
|
|
1204
1203
|
matrixplots?: MatrixPlots
|
|
1205
1204
|
mutationset?: MutationSet[]
|