@vitessce/statistical-plots 3.6.4 → 3.6.6
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/dist/{deflate-B9PTbBiU.js → deflate-CIQ8HfQ4.js} +1 -1
- package/dist/{index-DzSp7avt.js → index-DKYKw8DX.js} +2551 -5522
- package/dist/index.js +1 -1
- package/dist/{jpeg-y7PF_nSc.js → jpeg-L5T74jDu.js} +1 -1
- package/dist/{lerc-CfcJUqP7.js → lerc-xXmKz_nL.js} +1 -1
- package/dist/{lzw-B-qpXsGl.js → lzw-D-d5b3_9.js} +1 -1
- package/dist/{packbits-FhWzPcDK.js → packbits-EdeFNk-p.js} +1 -1
- package/dist/{raw-DIE4jzWq.js → raw-B0E5tGhb.js} +1 -1
- package/dist/{webimage-BZqd-i1R.js → webimage-Dr7tpGET.js} +1 -1
- package/dist-tsc/CellSetExpressionPlotSubscriber.js +1 -1
- package/package.json +9 -9
- package/src/CellSetExpressionPlotSubscriber.js +1 -1
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DKYKw8DX.js";
|
3
3
|
const LercParameters = {
|
4
4
|
AddCompression: 1
|
5
5
|
};
|
@@ -139,5 +139,5 @@ export function CellSetExpressionPlotSubscriber(props) {
|
|
139
139
|
// Use empty string when firstGeneSelected is null
|
140
140
|
const titleSuffix = featureSuffix ? ` (${featureSuffix})` : '';
|
141
141
|
return (_jsx(TitleInfo, { title: title ? `${title}${titleSuffix}`
|
142
|
-
:
|
142
|
+
: `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`, closeButtonVisible: closeButtonVisible, downloadButtonVisible: downloadButtonVisible, removeGridComponent: removeGridComponent, urls: urls, theme: theme, isReady: isReady, helpText: helpText, options: (_jsx(CellSetExpressionPlotOptions, { featureValueTransform: featureValueTransform, setFeatureValueTransform: setFeatureValueTransform, featureValueTransformCoefficient: featureValueTransformCoefficient, setFeatureValueTransformCoefficient: setFeatureValueTransformCoefficient, transformOptions: transformOptions, featureAggregationStrategy: featureAggregationStrategy, setFeatureAggregationStrategy: setFeatureAggregationStrategy })), children: _jsx("div", { ref: containerRef, className: classes.vegaContainer, children: histogramData ? (_jsx(CellSetExpressionPlot, { yMin: yMin, yUnits: yUnits, jitter: jitter, obsSetSelection: cellSetSelection, obsSetColor: cellSetColor, sampleSetSelection: sampleSetSelection, sampleSetColor: sampleSetColor, colors: setArr, data: histogramData, exprMax: exprMax, theme: theme, width: width, height: height, obsType: obsType, featureType: featureType, featureValueType: featureValueType, featureValueTransformName: selectedTransformName, xAxisTitle: xAxisTitle })) : (_jsxs("span", { children: ["Select a ", featureType, "."] })) }) }));
|
143
143
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitessce/statistical-plots",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.6",
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -23,18 +23,18 @@
|
|
23
23
|
"d3-selection": "^3.0.0",
|
24
24
|
"d3-format": "^3.1.0",
|
25
25
|
"d3-hierarchy": "^3.1.2",
|
26
|
-
"vega-scale": "^
|
26
|
+
"vega-scale": "^8.0.0",
|
27
27
|
"lodash-es": "^4.17.21",
|
28
28
|
"react-aria": "^3.28.0",
|
29
29
|
"internmap": "^2.0.3",
|
30
30
|
"uuid": "^9.0.0",
|
31
|
-
"@vitessce/styles": "3.6.
|
32
|
-
"@vitessce/constants-internal": "3.6.
|
33
|
-
"@vitessce/sets-utils": "3.6.
|
34
|
-
"@vitessce/utils": "3.6.
|
35
|
-
"@vitessce/vega": "3.6.
|
36
|
-
"@vitessce/vit-s": "3.6.
|
37
|
-
"@vitessce/gl": "3.6.
|
31
|
+
"@vitessce/styles": "3.6.6",
|
32
|
+
"@vitessce/constants-internal": "3.6.6",
|
33
|
+
"@vitessce/sets-utils": "3.6.6",
|
34
|
+
"@vitessce/utils": "3.6.6",
|
35
|
+
"@vitessce/vega": "3.6.6",
|
36
|
+
"@vitessce/vit-s": "3.6.6",
|
37
|
+
"@vitessce/gl": "3.6.6"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"react": "^18.0.0",
|
@@ -264,7 +264,7 @@ export function CellSetExpressionPlotSubscriber(props) {
|
|
264
264
|
return (
|
265
265
|
<TitleInfo
|
266
266
|
title={title ? `${title}${titleSuffix}`
|
267
|
-
:
|
267
|
+
: `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`
|
268
268
|
}
|
269
269
|
closeButtonVisible={closeButtonVisible}
|
270
270
|
downloadButtonVisible={downloadButtonVisible}
|