We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4792bac commit cb70d12Copy full SHA for cb70d12
Sources/Rendering/Core/ScalarBarActor/Constants.js
@@ -1,6 +1,6 @@
1
export const Orientation = {
2
- VERTICAL: 'vertical',
3
HORIZONTAL: 'horizontal',
+ VERTICAL: 'vertical',
4
AUTO: 'auto',
5
};
6
Sources/Rendering/Core/ScalarBarActor/index.d.ts
@@ -22,7 +22,7 @@ export interface IStyle {
22
fontSize?: number | string;
23
}
24
25
-export type Orientation = 'horizontal' | 'vertical' | null;
+export type Orientation = 'horizontal' | 'vertical' | 'auto' | null;
26
27
/**
28
*
0 commit comments