From fc9ce9266e1af3cc3466d82a2254a4b6153ee59c Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Thu, 27 Nov 2025 10:30:50 +0100 Subject: [PATCH] Beschriftung Balken Ausrichtung erweitert #11 --- src-modules/module/viz/masken/44720_felderinfo.unl | 2 +- src-modules/module/viz/schluesseltabellen/fm_templates.unl | 2 +- .../viz/schluesseltabellen/viz_properties_echarts_fuellen.sql | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-modules/module/viz/masken/44720_felderinfo.unl b/src-modules/module/viz/masken/44720_felderinfo.unl index a204d21..501f40d 100644 --- a/src-modules/module/viz/masken/44720_felderinfo.unl +++ b/src-modules/module/viz/masken/44720_felderinfo.unl @@ -36,7 +36,7 @@ order by sortnr, caption\ FROM rpta_column_layout \ where resultset_id in (select R.tid from rpta_resultset R where R.uniquename='rpta_sos_lab_aggr'\ and R.systeminfo_id=7) and uniquename='rpta_sos_lab_aggr_sem';^ -44739^Semestertyp^5^350^-1^140^80^1^integer^255^0^1^<> select 1,'nur Sommersemester' from xdummy union select 2,'nur Wintersemester' from xdummy^Eintrag^<> select 2,'nur Wintersemester' from xdummy^ +44739^Semestertyp^5^350^-1^140^80^1^integer^255^0^1^<> select 1,'nur Sommersemester' from xdummy union select 2,'nur Wintersemester' from xdummy^Eintrag^ ^ 44740^##line##^30^0^0^100^100^1^char^5000^0^8^^^1^ 44741^Abschluss^7^0^0^100^200^3^char^1500^0^12^<> select tid,name,sortnr from sichten where art='SOS-Abschluss-Sicht' order by 3,2;^ ^ ^ 44742^Matrikel-Nr.^20^350^-1^150^180^1^char^200^0^13^^{InputCheck:matrikelnummern}^^ diff --git a/src-modules/module/viz/schluesseltabellen/fm_templates.unl b/src-modules/module/viz/schluesseltabellen/fm_templates.unl index 683c1d5..a0e859d 100644 --- a/src-modules/module/viz/schluesseltabellen/fm_templates.unl +++ b/src-modules/module/viz/schluesseltabellen/fm_templates.unl @@ -181,7 +181,7 @@ set caption=T.caption,\ prop_default=T.prop_default,\ prop_unit=T.prop_unit,\ is_generic=T.is_generic,\ - --static_values=T.static_values,\ + static_values=T.static_values,\ is_mandatory=T.is_mandatory,\ input_type_id=T.input_type_id,\ property_group_id=T.property_group_id,\ diff --git a/src-modules/module/viz/schluesseltabellen/viz_properties_echarts_fuellen.sql b/src-modules/module/viz/schluesseltabellen/viz_properties_echarts_fuellen.sql index 4aa9628..91ce5f2 100644 --- a/src-modules/module/viz/schluesseltabellen/viz_properties_echarts_fuellen.sql +++ b/src-modules/module/viz/schluesseltabellen/viz_properties_echarts_fuellen.sql @@ -630,10 +630,10 @@ { "caption":"Ausrichtung Wertelabel (vertikal)", "prop_uniquename":"position_valueLabel", "explanation":"", -"prop_default":"top", +"prop_default":"inside", "prop_unit":"", "is_generic":"1", -"static_values":"top|center|bottom", +"static_values":"top|left|right|bottom|inside|insideLeft|insideRight|insideTop|insideBottom|insideTopLeft|insideBottomLeft|insideTopRight|insideBottomRight", "is_mandatory":"0", "input_type_uniquename":"SELECT", "property_group_uniquename":"",