We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eef177 commit 5bd0fadCopy full SHA for 5bd0fad
src/components/core/VtkView/script.js
@@ -177,6 +177,7 @@ export default {
177
if (view) {
178
this.internalViewId = view.getProxyId();
179
view.setContainer(this.$el.querySelector('.js-view'));
180
+ view.setOrientationAxesVisibility(this.axisVisible);
181
const widgetManager = view.getReferenceByName('widgetManager');
182
if (widgetManager) {
183
widgetManager.setUseSvgLayer(true);
0 commit comments