Merged PR 198: Change MarkPosition for multiple orientation
Implement EnumCheckboxGroupInput
This commit is contained in:
parent
417829945f
commit
7836d27d5f
12 changed files with 164 additions and 68 deletions
|
@ -157,7 +157,7 @@ const GetSVGLayoutConfiguration = () => {
|
|||
Type: 'Montant',
|
||||
Width: 10,
|
||||
PositionReference: 4,
|
||||
MarkPositionToDimensionBorrower: true,
|
||||
MarkPositionToDimensionBorrower: [0],
|
||||
Style: {
|
||||
fillOpacity: 0,
|
||||
strokeWidth: 2,
|
||||
|
@ -170,7 +170,7 @@ const GetSVGLayoutConfiguration = () => {
|
|||
Height: 10,
|
||||
PositionReference: 4,
|
||||
Orientation: 1,
|
||||
MarkPositionToDimensionBorrower: true,
|
||||
MarkPositionToDimensionBorrower: [1],
|
||||
Style: {
|
||||
fillOpacity: 0,
|
||||
strokeWidth: 2,
|
||||
|
@ -182,7 +182,7 @@ const GetSVGLayoutConfiguration = () => {
|
|||
Type: 'Dilatation',
|
||||
Width: 4,
|
||||
PositionReference: 1,
|
||||
MarkPositionToDimensionBorrower: true,
|
||||
MarkPositionToDimensionBorrower: [0],
|
||||
Style: {
|
||||
fillOpacity: 0,
|
||||
strokeWidth: 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue