@vitessce/statistical-plots 3.3.8 → 3.3.10
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/index.js +5 -0
- package/package.json +6 -6
package/dist/index.js
CHANGED
@@ -1144,8 +1144,11 @@ const CoordinationType$1 = {
|
|
1144
1144
|
PHOTOMETRIC_INTERPRETATION: "photometricInterpretation",
|
1145
1145
|
// For 3D volume rendering
|
1146
1146
|
SPATIAL_RENDERING_MODE: "spatialRenderingMode",
|
1147
|
+
// For whole spatial view
|
1147
1148
|
VOLUMETRIC_RENDERING_ALGORITHM: "volumetricRenderingAlgorithm",
|
1149
|
+
// Could be per-image-layer
|
1148
1150
|
SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
|
1151
|
+
// Per-spatial-layer
|
1149
1152
|
// For clipping plane sliders
|
1150
1153
|
SPATIAL_SLICE_X: "spatialSliceX",
|
1151
1154
|
SPATIAL_SLICE_Y: "spatialSliceY",
|
@@ -1154,10 +1157,12 @@ const CoordinationType$1 = {
|
|
1154
1157
|
SPOT_LAYER: "spotLayer",
|
1155
1158
|
POINT_LAYER: "pointLayer",
|
1156
1159
|
SPATIAL_SPOT_RADIUS: "spatialSpotRadius",
|
1160
|
+
// In micrometers?
|
1157
1161
|
SPATIAL_SPOT_FILLED: "spatialSpotFilled",
|
1158
1162
|
SPATIAL_SPOT_STROKE_WIDTH: "spatialSpotStrokeWidth",
|
1159
1163
|
SPATIAL_LAYER_COLOR: "spatialLayerColor",
|
1160
1164
|
PIXEL_HIGHLIGHT: "pixelHighlight",
|
1165
|
+
// Per-image-layer
|
1161
1166
|
TOOLTIP_CROSSHAIRS_VISIBLE: "tooltipCrosshairsVisible",
|
1162
1167
|
LEGEND_VISIBLE: "legendVisible",
|
1163
1168
|
SPATIAL_CHANNEL_LABELS_VISIBLE: "spatialChannelLabelsVisible",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitessce/statistical-plots",
|
3
|
-
"version": "3.3.
|
3
|
+
"version": "3.3.10",
|
4
4
|
"author": "Gehlenborg Lab",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -25,11 +25,11 @@
|
|
25
25
|
"vega-scale": "^6.0.0",
|
26
26
|
"lodash-es": "^4.17.21",
|
27
27
|
"react-aria": "^3.28.0",
|
28
|
-
"@vitessce/
|
29
|
-
"@vitessce/
|
30
|
-
"@vitessce/
|
31
|
-
"@vitessce/
|
32
|
-
"@vitessce/
|
28
|
+
"@vitessce/sets-utils": "3.3.10",
|
29
|
+
"@vitessce/utils": "3.3.10",
|
30
|
+
"@vitessce/vega": "3.3.10",
|
31
|
+
"@vitessce/constants-internal": "3.3.10",
|
32
|
+
"@vitessce/vit-s": "3.3.10"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"react": "^18.0.0",
|