cloudmr-ux 4.5.9 → 4.6.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.
@@ -117,7 +117,7 @@ export function resampleNiivueRoiHistogram(options) {
117
117
  x: roi.sample,
118
118
  type: "histogram",
119
119
  name: roi.alias,
120
- opacity: roi.visibility ? 0.5 : 0.1,
120
+ opacity: roi.visibility ? 0.5 : 0,
121
121
  marker: {
122
122
  color: roi.color
123
123
  },
@@ -833,7 +833,7 @@ export default function NiiVueport(props) {
833
833
  x: roi.sample,
834
834
  type: "histogram",
835
835
  name: roi.alias,
836
- opacity: roi.visibility ? 0.5 : 0.1,
836
+ opacity: roi.visibility ? 0.5 : 0,
837
837
  marker: {
838
838
  color: roi.color
839
839
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "4.5.9",
3
+ "version": "4.6.0",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",