Browse Source

Beschriftung Balken Ausrichtung erweitert #11

master
Daniel Quathamer 3 days ago
parent
commit
fc9ce9266e
  1. 2
      src-modules/module/viz/masken/44720_felderinfo.unl
  2. 2
      src-modules/module/viz/schluesseltabellen/fm_templates.unl
  3. 4
      src-modules/module/viz/schluesseltabellen/viz_properties_echarts_fuellen.sql

2
src-modules/module/viz/masken/44720_felderinfo.unl

@ -36,7 +36,7 @@ order by sortnr, caption\ @@ -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^<<SQL>> select 1,'nur Sommersemester' from xdummy union select 2,'nur Wintersemester' from xdummy^Eintrag^<<SQL>> select 2,'nur Wintersemester' from xdummy^
44739^Semestertyp^5^350^-1^140^80^1^integer^255^0^1^<<SQL>> 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^<<SQL>> 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}^^

2
src-modules/module/viz/schluesseltabellen/fm_templates.unl

@ -181,7 +181,7 @@ set caption=T.caption,\ @@ -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,\

4
src-modules/module/viz/schluesseltabellen/viz_properties_echarts_fuellen.sql

@ -630,10 +630,10 @@ @@ -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":"",

Loading…
Cancel
Save