Skip to content

Commit 4792bac

Browse files
skoloCFDfinetjul
authored andcommitted
style: scalarBar orientation add AUTO constant
scalarBar orientation add AUTO constant, non-functional docs change
1 parent 8840435 commit 4792bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Rendering/Core/ScalarBarActor/Constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const Orientation = {
22
VERTICAL: 'vertical',
33
HORIZONTAL: 'horizontal',
4+
AUTO: 'auto',
45
};
56

67
export default {

0 commit comments

Comments
 (0)