<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
< html xmlns:htmlutils = "de.superx.util.HtmlUtils" > < head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" name = "viewport" content = "width=device-width, initial-scale=1" >
< meta xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" name = "color-scheme" content = "dark light" >
< link xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" rel = "stylesheet" type = "text/css" href = "../xml/style/fontello-codes.css" >
< link xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" rel = "stylesheet" type = "text/css" href = "../xml/style/sx_fontello.css" >
< link xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" rel = "stylesheet" href = "../style/bulma.css" >
< link xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" rel = "stylesheet" href = "../style/bulma-tooltip.min.css" >
< link xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" rel = "stylesheet" href = "../style/sx_menue.css" >
< link xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" rel = "stylesheet" href = "../style/sx_common.css" >
< title xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" > Tabelle Studierende nach Erst- und Neueinschreibung (Zeitreihe)< / title >
< link rel = "stylesheet" href = "../style/sx_tabelle.css" >
< script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" src = "../xml/js/jquery/jquery-1.12.4.min.js" > < / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "javascript" >
function ajaxErrorHandler(response, status, xhr) {
if ( status == "error" ) {
var msg = "Fehler beim Aufruf der Seite. Bitte wenden Sie sich an den Administrator.";
if (xhr.status == '403') {
msg = "Sie sind nicht mehr angemeldet. Bitte melden Sie sich neu an."
}
alert(msg);
}
}
jQuery.ajaxPrefilter( function( s ) {
if ( s.crossDomain ) {
s.contents.script = false;
}
} );
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "javascript" src = "../style/calendar.js" > < / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" type = "text/javascript" src = "../xml/js/memtext/sx_functions.js" > < / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" type = "text/javascript" src = "../xml/js/memtext/nd_functions.js" > < / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" type = "text/javascript" >
var felder = new Array();
var Feldname=null;
var caption;
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "Javascript" type = "text/javascript" src = "../xml/js/jquery/jquery-2.1.1.min.js" > < / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "JavaScript" type = "text/javascript" >
function getTid(){
tid=16000;
return tid;
}
/*
// commented out, see HISzilla #147395
var hisInOneWebapp = '';
if ((typeof his1PingerRunning == 'undefined' || !his1PingerRunning) & & hisInOneWebapp) {
// ping HIS1 every 2 minutes to keep session alive
// give current timestamp as param to prevent loading from browser cache
setInterval(function(){
jQuery.ajax({type: 'GET', url: '/' + hisInOneWebapp + '/pages/cs/sys/portal/hisinoneStartPage.faces', cache: false, dataType: 'html', accepts: 'text/html'});
}, 5000);
his1PingerRunning = true;
}
*/
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" type = "text/javascript" >
djConfig = {
bindEncoding: "UTF-8",
isDebug: false,
debugAtAllCosts:false,
debugContainerId:"dojoDebug"
};
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" type = "text/javascript" src = "../xml/js/dojo/dojo.js" > < / script > < script type = "text/javascript" >
dojo.require("dojo.widget.Dialog");
dojo.require("dojo.widget.Button");
dojo.require("dojo.event.*");
dojo.require("dojo.io.*");
dojo.require("dojo.widget.*");
dojo.require("dojo.html.selection");
dojo.require("dojo.widget.ContentPane");
dojo.require("dojo.widget.TreeV3");
dojo.require("dojo.widget.TreeNodeV3");
dojo.require("dojo.widget.TreeBasicController");
dojo.require("dojo.widget.TreeSelectorV3");
dojo.require("dojo.widget.TreeEmphasizeOnSelect");
dojo.require("dojo.widget.Tooltip");
dojo.require("dojo.widget.DropdownDatePicker");
dojo.registerModulePath("memtext", "../memtext");
dojo.require("memtext.widget.MemTree");
dojo.require("memtext.widget.TreeLoadingControllerSx");
dojo.hostenv.writeIncludes();
function jsDisableInput(datei) {
var dateiendungArray = datei.split(".");
var dateiendung = dateiendungArray[dateiendungArray.length - 1];
if(dateiendung=="jrxml") {
document.Weiterverarbeitung.jr_contenttype.disabled=false;
}
else {
document.Weiterverarbeitung.jr_contenttype.disabled=true;
}
}
function setTemplatePropertiesAndSubmit(selectedValue)
{
var filename=selectedValue.substring(0,selectedValue.indexOf("|"));
var contenttype=selectedValue.substr(selectedValue.indexOf("|")+1);
document.forms[0].stylesheet.value=filename;
if(contenttype !="")
document.forms[0].contenttype.value=contenttype;
document.forms[0].target="_blank";
document.forms[0].offset.value='0';
document.forms[0].maxoffset.value = '1000000';
document.forms[0].reuseresult.value = 'true';
if (isTreeTable) {
dojo.widget.byId("ttexdlg").show(); //ruft function exportandhidedlg auf
}
else
{
startExport();
}
}
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "JavaScript" type = "text/javascript" >
var isTreeTable=false;
< / script > < script language = "javascript" >
function tableonload() {
}
< / script > < script type = "text/javascript" >
// für Druck ohne Menü
function printDiv(divName) {
var printContents = document.getElementById(divName).innerHTML;
w=window.open();
w.document.write(printContents);
w.print();
w.close();
}
var felder = new Array();felder[1]= new Object();
felder[1]["htmlname"]='Köpfe oder Fälle ?';
felder[1]["name"]='Koepfe_oder_Faelle_';
felder[1]["cb_name"]='K%F6pfe%20oder%20F%E4lle%20%3F';
felder[1]["value"]="studiengang_nr = 1 and fach_nr = 1";
felder[2]= new Object();
felder[2]["htmlname"]='Stichtag';
felder[2]["name"]='Stichtag';
felder[2]["cb_name"]='Stichtag';
felder[2]["value"]="6";
felder[3]= new Object();
felder[3]["htmlname"]='Seit Semester';
felder[3]["name"]='Seit_Semester';
felder[3]["cb_name"]='Seit%20Semester';
felder[3]["value"]="20132";
felder[4]= new Object();
felder[4]["htmlname"]='Bis Semester';
felder[4]["name"]='Bis_Semester';
felder[4]["cb_name"]='Bis%20Semester';
felder[4]["value"]="20241";
felder[5]= new Object();
felder[5]["htmlname"]='Studiengang';
felder[5]["name"]='Studiengang';
felder[5]["cb_name"]='Studiengang';
felder[5]["value"]="";
felder[6]= new Object();
felder[6]["htmlname"]='Fächer';
felder[6]["name"]='Faecher';
felder[6]["cb_name"]='F%E4cher';
felder[6]["value"]="";
felder[7]= new Object();
felder[7]["htmlname"]='Status';
felder[7]["name"]='Status';
felder[7]["cb_name"]='Status';
felder[7]["value"]="1,2,3,5,6";
felder[8]= new Object();
felder[8]["htmlname"]='##line##';
felder[8]["name"]='line';
felder[8]["cb_name"]='%23%23line%23%23';
felder[8]["value"]="1";
felder[9]= new Object();
felder[9]["htmlname"]='Hörerstatus';
felder[9]["name"]='Hoererstatus';
felder[9]["cb_name"]='H%F6rerstatus';
felder[9]["value"]="1=1";
felder[10]= new Object();
felder[10]["htmlname"]='##line##';
felder[10]["name"]='line';
felder[10]["cb_name"]='%23%23line%23%23';
felder[10]["value"]="1";
var stylesheetcontenttype = new Array();
stylesheetcontenttype['tabelle_html.xsl'] = 'text/html';
stylesheetcontenttype['rpta_assistent.xsl'] = 'text/html';
stylesheetcontenttype['viz_html_chart_viewer.xsl'] = 'text/html';
stylesheetcontenttype['viz_html_chart.xsl'] = 'text/html';
stylesheetcontenttype['tabelle_csv.xsl'] = 'text/plain';
stylesheetcontenttype['tabelle2jasperreport_generic.xsl'] = 'application/jrxml';
stylesheetcontenttype['tabelle_mediawiki.xsl'] = 'text/plain';
stylesheetcontenttype['tabelle_html_datenblatt.xsl'] = 'text/html';
stylesheetcontenttype['tabelle_jrxml_a4_quer.xsl'] = 'txt/xml';
stylesheetcontenttype['tabelle_html_p.xsl'] = 'text/html';
stylesheetcontenttype['tabelle_fo_pdf.xsl'] = 'application/pdf';
stylesheetcontenttype['tabelle_html_viz.xsl'] = 'text/html';
stylesheetcontenttype['tabelle_xls.xsl'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet';
stylesheetcontenttype['tabelle_xml.xsl'] = 'text/xml';
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "JavaScript" type = "text/javascript" > h e a d e r s = e v a l ( " ( [ { k e y : ' e i n t r a g ' , n a m e : ' S e m e s t e r ' } , { k e y : ' g e s a m t ' , n a m e : ' G e s a m t - z a h l ' } , { k e y : ' g e s _ 1 f s ' , n a m e : ' 1 . F S g e s a m t ' } , { k e y : ' r o u n d ' , n a m e : ' 1 . F S i n % ' } , { k e y : ' g e s _ 1 h s ' , n a m e : ' 1 . H S g e s a m t ' } , { k e y : ' s p e c i a l c o l 1 ' , n a m e : ' 1 . H S i n % ' } , { k e y : ' ? c o l u m n ? ' , n a m e : ' ' } , { k e y : ' f r a u e n ' , n a m e : ' d a r . F r a u e n ' } , { k e y : ' s p e c i a l c o l 2 ' , n a m e : ' F r a u e n i n % ' } , { k e y : ' f r a u _ 1 f s ' , n a m e : ' 1 . F S F r a u e n ' } , { k e y : ' s p e c i a l c o l 3 ' , n a m e : ' 1 . F S F r a u e n i n % ' } , { k e y : ' f r a u _ 1 h s ' , n a m e : ' 1 . H S F r a u e n ' } , { k e y : ' s p e c i a l c o l 4 ' , n a m e : ' 1 . H S F r a u e n i n % ' } ] ) " ) ;
var count=1;
for (var i=0;i< headers.length ; i + + ) if ( headers [ i ] . name . replace ( / \ s + $ / , " " ) = = ' ' ) { headers [ i ] . name = 'Leerspalte ' + count ; count + + ; }
complete_headers=eval("([{key:'eintrag',name:'Semester'},{key:'gesamt',name:'Gesamt- zahl'},{key:'ges_1fs',name:'1. FS gesamt'},{key:'round',name:'1. FS in %'},{key:'ges_1hs',name:'1. HS gesamt'},{key:'specialcol1',name:'1. HS in %'},{key:'?column?',name:''},{key:'frauen',name:'dar. Frauen'},{key:'specialcol2',name:'Frauen in %'},{key:'frau_1fs',name:'1. FS Frauen'},{key:'specialcol3',name:'1. FS Frauen in %'},{key:'frau_1hs',name:'1. HS Frauen'},{key:'specialcol4',name:'1. HS Frauen in %'}])");
var count=1;
for (var i=0;i< complete_headers.length ; i + + ) if ( complete_headers [ i ] . name . replace ( / \ s + $ / , " " ) = = ' ' ) { complete_headers [ i ] . name = 'Leerspalte ' + count ; count + + ; }
//document.getElementById('progressbar').style.display="none";
function init(e) {
configdlg = dojo.widget.byId("configdlg");
spaltenliste=document.getElementById('spaltenliste');
//spaltentrash=document.getElementById('spaltentrash');
new dojo.dnd.HtmlDropTarget(spaltenliste, ["spaltenobjekt"]);
//new dojo.dnd.HtmlDropTarget(document.getElementById('spaltentrash'), ["spaltenobjekt"]);
document.getElementById('progressbar').style.display="none";
}
dojo.addOnLoad(init);
function showConfig()
{
//Spaltenreihenfolge
while (spaltenliste.hasChildNodes())
spaltenliste.removeChild(spaltenliste.childNodes[0]);
//while (spaltentrash.hasChildNodes()) spaltentrash.removeChild(spaltentrash.childNodes[0]);
//var newLI = document.createElement("li"); newLI.appendChild(document.createTextNode("nicht dargestellte Spalten")); spaltentrash.appendChild(newLI);
for (var i=0;i< complete_headers.length ; i + + )
{
var newLI = document.createElement("li");
newLI.setAttribute("key",complete_headers[i].key);
spaltenliste.appendChild(newLI);
var newLIText = document.createTextNode(complete_headers[i].name+" ");
var b = document.createElement ("b");
b.setAttribute("style","cursor:pointer;");
var sp= document.createElement("span");
b.appendChild(sp);
sp.appendChild(newLIText);
newLI.appendChild(b);
var cb = document.createElement("input");
cb.type = "checkbox";
cb.name = "checkboxHeader"+i;
cb.id= "checkboxHeader"+i;
var vis=false;
for (var i2=0;i2< headers.length ; i2 + + )
{
if (complete_headers[i].key==headers[i2].key) vis=true;
}
cb.checked = cb.defaultChecked=vis;
newLI.appendChild(cb);
newLI.appendChild(document.createTextNode("anzeigen"));
}
var lis = document.getElementById('spaltenliste').getElementsByTagName("li");
for(var x=0; x< lis.length ; x + + ) {
new dojo.dnd.HtmlDragSource(lis[x], "spaltenobjekt");
}
//Spaltensortierung
var sortierspalten=document.getElementById('sortierspalten');
while (sortierspalten.hasChildNodes()) sortierspalten.removeChild(sortierspalten.childNodes[0]);
if (!isTreeTable){
for (var i=0;i< complete_headers.length & & i < 5 ; i + + )
{
var lbl=document.createElement("label");
lbl.innerHTML=(i+1)+".";
sortierspalten.appendChild(lbl);
var newSelect = document.createElement("select");
newSelect.id="sortcol"+i;
newSelect.options[0]=new Option("","nocol_selected");
for (var i2=0;i2< complete_headers.length ; i2 + + )
{newSelect.options[i2+1]=new Option(complete_headers[i2].name,complete_headers[i2].key);}
sortierspalten.appendChild(newSelect);
var asc=document.createElement("select");
asc.id = "sortcol"+i+"-asc";
asc.options[0]=new Option("aufsteigend","-A");
asc.options[1]=new Option("absteigend","-D");
sortierspalten.appendChild(asc);
sortierspalten.appendChild(document.createElement("br"));
}
}
configdlg.show();
}
function tableReload(colsetParam,colsortParam)
{
document.getElementById('progressbar').style.display="";
var callurl="/superx/servlet/SuperXmlTabelle?tid=16000&navi=true&reuseresult=true&colset=";
if (colsetParam=='restore')
callurl+='restore';
else
{
var lis = document.getElementById('spaltenliste').getElementsByTagName("li");
for(var x=0; x< lis.length ; x + + ) {
if (lis[x].getElementsByTagName('input')[0].checked)
{
for (var i=0;i< complete_headers.length ; i + + )
if (complete_headers[i].key==lis[x].getAttribute("key")) callurl+=escape(complete_headers[i].key);
if (x< (lis.length-1)){ callurl+="%7C";}
}
}
}
if (!isTreeTable)
{
callurl+='&colsort=';
if (colsortParam=='restore')
callurl+='restore';
else
{
for (var i=0;i< complete_headers.length & & i < 5 ; i + + )
{
var sortcol=document.getElementById('sortcol'+i);
var sortcolasc=document.getElementById('sortcol'+i+'-asc');
var sel=sortcol.options[sortcol.selectedIndex].value;
if (i==0& & sel!='nocol_selected') callurl+=sel+sortcolasc.options[sortcolasc.selectedIndex].value;
if (i>0& & sel!='nocol_selected') callurl+="%7C"+sel+sortcolasc.options[sortcolasc.selectedIndex].value;
}
}
}
;
self.location=callurl;
}
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "JavaScript" type = "text/javascript" >
function applyMerkmale(merkmale)
{
url=location.protocol+'//'+location.host+"/superx/servlet/SuperXmlTabelle";
url+="?tid="+getTid();
var merkmale2=merkmale.replace(/n:'/g,'n:"');
var merkmale3=merkmale2.replace(/',k:'/g,'",k:"');
var merkmale4=merkmale3.replace(/'}/g,'"}');
var merkmale5=merkmale4.replace(/',sichtparam:'/g,'",sichtparam:"');
var merkmale6=merkmale5.replace(/',standparam:'/g,'",standparam:"');
var m=purgeval(merkmale6);
for (i=0;i< m.length ; i + + )
{
url+="&"+getEncoded(m[i].n)+"="+getEncoded(m[i].k);
if (m[i].sichtparam) url+="&"+getEncoded(m[i].n)+"-Sicht="+getEncoded(m[i].sichtparam);
if (m[i].standparam) url+="&"+getEncoded(m[i].n)+"-Stand="+m[i].standparam;
}
for(var i1=1;i1< = felder.length-1; i1++)
{
var merkmalvorhanden=false;
for (i=0;i< m.length ; i + + )
{
if (getEncoded(m[i].n)==getEncoded(felder[i1]["htmlname"])) merkmalvorhanden=true;
}
if (!merkmalvorhanden)
{
var val=felder[i1]["value"];
url+="&"+getEncoded(felder[i1]["htmlname"])+"="+getEncoded(val);
}
}
//dojo.debug(url);
document.getElementById('progressbar').style.display="";
location.href=url;
}
function getParams(method)
{
// check for fieldsep argument
var fieldsep = '&'; // default
var params="";
//alert("getparams - method: " + method);
if (method!='direkt') params+="p=[";
if (method!='direkt')
params+="{\"n\":\"Köpfe oder Fälle ?\",\"k\":\"studiengang_nr = 1 and fach_nr = 1\"},";
else
params+=fieldsep+getEncoded("Köpfe oder Fälle ?")+"="+getEncoded("studiengang_nr = 1 and fach_nr = 1");
if (method!='direkt')
params+="{\"n\":\"Stichtag\",\"k\":\"6\"},";
else
params+=fieldsep+getEncoded("Stichtag")+"="+getEncoded("6");
if (method!='direkt')
params+="{\"n\":\"Seit Semester\",\"k\":\"20132\"},";
else
params+=fieldsep+getEncoded("Seit Semester")+"="+getEncoded("20132");
if (method!='direkt')
params+="{\"n\":\"Bis Semester\",\"k\":\"20241\"},";
else
params+=fieldsep+getEncoded("Bis Semester")+"="+getEncoded("20241");
if (method!='direkt')
params+="{\"n\":\"Studiengang-Sicht\",\"k\":\"sos_lstgab\"},";
else
params+=fieldsep+"Studiengang"+"-Sicht="+"sos_lstgab";
if (method!='direkt')
params+="{\"n\":\"Fächer-Sicht\",\"k\":\"k_stg\"},";
else
params+=fieldsep+"Fächer"+"-Sicht="+"k_stg";
if (method!='direkt')
params+="{\"n\":\"Status\",\"k\":\"1,2,3,5,6\"},";
else
params+=fieldsep+getEncoded("Status")+"="+getEncoded("1,2,3,5,6");
if (method!='direkt')
params+="{\"n\":\"Hörerstatus\",\"k\":\"1=1\"},";
else
params+=fieldsep+getEncoded("Hörerstatus")+"="+getEncoded("1=1");
if (method=='direkt') params+="&"+getEncoded("Studiengang")+"=--leer--"; if (method=='direkt') params+="&"+getEncoded("Abschluss")+"=--leer--"; if (method=='direkt') params+="&"+getEncoded("Fächer")+"=--leer--"; if (method=='direkt') params+="&"+getEncoded("Vertiefung")+"=--leer--"; if (method=='direkt') params+="&"+getEncoded("Fachkennz.")+"=--leer--"; if (method=='direkt') params+="& "+getEncoded("ab Fachsemester")+"=--leer--"; if (method=='direkt') params+="& "+getEncoded("bis Fachsemester")+"=--leer--"; if (method=='direkt') params+="& "+getEncoded("Filter Studierende")+"=--leer--"; if (method=='direkt') params+="& "+getEncoded("Trennen nach")+"=--leer--";
if (method!='direkt') params=params.substring(0,params.length-1)+"]";//letztes Komma überschreiben
//alert(params);
return params;
}
function lesezeichen_erstellen()
{
params=getParams();
title='Tab Studierende nach Erst- und Neueinschreibung (Zeitreihe)';
//dojo.debug(params);
//lesezeichen funktion setzt nur noch Titel, Params hier obsolet
lesezeichen('/superx/servlet/SuperXmlTabelle',getTid(),'default',params,title);
createLinkForTable('','','');
dojo.widget.byId("lesezeichendlg").show();
}
function deeplink_dialog()
{
dojo.widget.byId("deeplinkdlg").show();
}
< / script > < script xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" language = "Javascript" >
var platform='superx';
< / script > < style xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" type = "text/css" >
.dojoDialog {background : #eee; border : 1px solid #999;-moz-border-radius : 5px;padding : 4px;width:800px;overflow:scroll}
.treebutton {
border:none;
margin: 0 4px 0 0;
}
@media print{
.dontprint{display:none;}
}
< / style > < script xmlns:sx = "http://memtext.de" language = "Javascript" type = "text/javascript" src = "../xml/js/jquery/jquery-2.1.1.min.js" > < / script > < script xmlns:sx = "http://memtext.de" language = "JavaScript" type = "text/javascript" src = "../xml/js/memtext/sx_functions.js" > < / script > < script xmlns:sx = "http://memtext.de" language = "Javascript" type = "text/javascript" src = "../xml/js/viz/d3.min.js" > < / script > < script xmlns:sx = "http://memtext.de" language = "Javascript" type = "text/javascript" src = "../xml/js/viz/plot.js" > < / script > < script xmlns:sx = "http://memtext.de" language = "Javascript" type = "module" src = "../xml/js/viz/d3-sankey.js" > < / script > < script xmlns:sx = "http://memtext.de" >
//document.body.append(Plot.plot(options));
function commonChartProperty(name,
caption,
isMandatory,
inputType,
staticValues,
range_from,
range_to,
defaultValue,
propUnit,
explanation,
groupCaption,
groupUniquename,
rendererUniquename,
groupVariableName,
variableName,
propValueType,
isGeneric
)
{
this.name=name;
this.caption=caption;
this.staticValues=staticValues;
this.range_from=range_from;
this.range_to=range_from;
this.isMandatory=isMandatory;
this.inputType=inputType;
this.defaultValue=defaultValue;
this.propUnit=propUnit;
this.explanation=explanation;
this.groupCaption=groupCaption;
this.groupUniquename=groupUniquename;
this.rendererUniquename=rendererUniquename;
this.groupVariableName=groupVariableName;
this.variableName=variableName;
this.propValueType=propValueType;
this.isGeneric=isGeneric;
this.getValueResultset = function () {
var valueOptions=[];
var optionCounter=0;
var staticValueArray = staticValues.split(/\|/);
for(var j=0;j < staticValueArray.length ; j + + )
{
var isDefault=false;
if(staticValueArray[j])
{
if(staticValueArray[j]==this.defaultValue)
isDefault=true;
var o=new selectionPropertyValue(optionCounter,staticValueArray[j],staticValueArray[j],isDefault);
valueOptions[optionCounter]=o;
optionCounter++;
}
}
return valueOptions;
}
}
function commonChartPropertyGroup(caption,groupUniquename,groupVariableName)
{
this.caption=caption;
this.groupUniquename=groupUniquename;
this.groupVariableName=groupVariableName;
}
var commonChartProperties=[];
var newCommonChartProperty = new commonChartProperty("marks","Grafik-Elementtyp",false,"SELECT"
,"Plot.line|Plot.dot|Plot.areaX|Plot.areaY.|Plot.barX|Plot.barY|Plot.rectX|Plot.rectY|Plot.ruleX|Plot.ruleY|Plot.tickX|Plot.tickY|Plot.arrow|Plot.cell|Plot.text|Plot.link|Plot.image","","","","","Ausrichtung und Form der grafischen Elemente","Grafik-Elemente","MARKS","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("strokeWidth","Strichdicke",false,"TEXT"
,"","","","","","Strichdicke von Diagrammelementen (relevant für Plot.dot, Plot.tickX/Y)","Grafik-Elemente","MARKS","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("height","Grafik-Höhe",false,"RANGE"
,"","","","450","","Diagrammhöhe (exkl. Skalenbeschriftung). Wird nur ausgewertet wenn es keine Y-Achse gibt!","Größe und Ränder","LAYOUT","plot","layout","height","integer",1);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("width","Grafik-Breite",false,"RANGE"
,"","100","2000","650","","Diagrammsbreite (exkl.Skalenbeschriftung)","Größe und Ränder","LAYOUT","plot","layout","width","integer",1);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("marginLeft","Außenrand links",false,"RANGE"
,"","","","100","","Abstand zwischen Grafik und linkem Hintergrundrand","Größe und Ränder","LAYOUT","plot","layout","marginLeft","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("marginRight","Außenrand rechts",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und rechtem Hintergrundrand","Größe und Ränder","LAYOUT","plot","layout","marginRight","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("marginTop","Außenrand oben",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und oberem Hintergrundrand","Größe und Ränder","LAYOUT","plot","layout","marginTop","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("marginBottom","Außenrand unten",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und unterem Hintergrundrand","Größe und Ränder","LAYOUT","plot","layout","marginBottom","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("insetTop","Innenrand oben",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und Achsenbeschriftung oben","Größe und Ränder","LAYOUT","plot","layout","insetTop","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("insetBottom","Innenrand unten",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und Achsenbeschriftung unten","Größe und Ränder","LAYOUT","plot","layout","insetBottom","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("insetLeft","Innenrand links",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und Achsenbeschriftung links","Größe und Ränder","LAYOUT","plot","layout","insetLeft","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("insetRight","Innenrand rechts",false,"RANGE"
,"","","","","","Abstand zwischen Grafik und Achsenbeschriftung rechts","Größe und Ränder","LAYOUT","plot","layout","insetRight","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("null_value_mask","Leerzeilen-Maskierung",false,"TEXT"
,"","","","","","Text, der ersetzt wird, wenn eine Dimension leer ist, z.B. *Andere Hochschule* bei BA-MA-Übergang","Größe und Ränder","LAYOUT","plot","layout","null_value_mask","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("backgroundColor","Hintergrundfarbe",false,"COLOR"
,"#ffffeb","","","#ffffff","","Hintergrundfarbe der Grafik","Formatierung","STYLE","plot","style","backgroundColor","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("color","Schriftfarbe",false,"COLOR"
,"black","","","","","Farbe von Text- und Diagrammelementen","Formatierung","STYLE","plot","style","color","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("fontFamily","Schriftfamilie",false,"SELECT"
,"serif|sans-serif|monospace|system_ui","","","","","Schriftfamlilie der Skalenbeschriftung","Formatierung","STYLE","plot","style","fontFamily","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("fontSize","Schriftgröße",false,"RANGE"
,"","","","","px","Schriftgröße der Skalenbeschriftung","Formatierung","STYLE","plot","style","fontSize","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("fill_static","Flächenfarbe",false,"COLOR"
,"","","","","","Nur für Grafikelemente Flächen und Balken. Füllfarbe.","Formatierung","STYLE","plot","style","fill","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("labelAnchor_y","Y: Label-Ausrichtung",false,"SELECT"
,"left|center|right","","","","","Label-Position","Y-Achse","TICKS_LABELS_Y","plot","y","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("label_y","Y: Label",false,"TEXT"
,"","","","","","Label Y-Achse","Y-Achse","TICKS_LABELS_Y","plot","y","label","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("labelOffset_y","Y: Label-Abstand",false,"TEXT"
,"","","","","","Label-Abstand von Achse","Y-Achse","TICKS_LABELS_Y","plot","y","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("line_y","Y: Linie",false,"SELECT"
,"true|false","","","true","","Linie Y-Achse","Y-Achse","TICKS_LABELS_Y","plot","y","line","boolean",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("tickSize_y","Y: Schriftgröße",false,"TEXT"
,"","","","","","Größe der Achsenwerte","Y-Achse","TICKS_LABELS_Y","plot","y","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("tickRotate_y","Y: Schriftneigung",false,"TEXT"
,"","","","","","Neigungswinkel der Achsenwerte","Y-Achse","TICKS_LABELS_Y","plot","y","tickRotate","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("ticks_y","Y: Skalierung",false,"TEXT"
,"","","","","","Feinheit der Wertegliederung","Y-Achse","TICKS_LABELS_Y","plot","y","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("domain","Y-Wertebereich",false,"TEXT"
,"","","","","","Bittte Wertebereich mit [] eingeben, z.B. [0,100] für 0-100","Y-Achse","TICKS_LABELS_Y","plot","y","domain","js",1);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("labelAnchor_x","X: Label-Ausrichtung",false,"SELECT"
,"left|center|right","","","","","Label-Position","X-Achse","TICKS_LABELS_X","plot","x","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("label_x","X: Label",false,"TEXT"
,"","","","","","Label X-Achse","X-Achse","TICKS_LABELS_X","plot","x","label","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("labelOffset_x","X: Label-Abstand",false,"TEXT"
,"","","","","","Label-Abstand von Achse","X-Achse","TICKS_LABELS_X","plot","x","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("line_x","X: Linie",false,"SELECT"
,"true|false","","","true","","Linie X-Achse","X-Achse","TICKS_LABELS_X","plot","x","line","boolean",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("tickSize_x","X: Schriftgröße",false,"TEXT"
,"","","","","","Größe der Achsenwerte","X-Achse","TICKS_LABELS_X","plot","x","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("tickRotate_x","X: Schriftneigung",false,"TEXT"
,"","","","","","Neigungswinkel der Achsenwerte","X-Achse","TICKS_LABELS_X","plot","x","tickRotate","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("ticks_x","X: Skalierung",false,"TEXT"
,"","","","","","Feinheit der Wertegliederung","X-Achse","TICKS_LABELS_X","plot","x","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("gridChartOffset","Maß: Chart-Abstand",false,"TEXT"
,"","","","","","","X-Achse","TICKS_LABELS_X","plot","x","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("gridLabelHeight","Maß: Label-Höhe",false,"TEXT"
,"","","","","","","X-Achse","TICKS_LABELS_X","plot","x","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("scale_x","X: Skala",false,"SELECT"
,"linear|identity|point|band|time","","","band","","","X-Achse","TICKS_LABELS_X","plot","x","type","string",1);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("valueLabelWidth","Werte-Label-Breite",false,"TEXT"
,"","","","","","","X-Achse","TICKS_LABELS_X","plot","x","","integer",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("scheme","Farbschema",false,"SELECT"
,"blues|greens|greys|oranges|purples|reds|paired|set1|pastel1|pastel2|tableau10|category10|accent|dark2","","","","","Nur für Grafikelemente Balken und Linien: Farbtonschema für Serien.","Seriendimension","SERIES","plot","color","scheme","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("legend","Legende",false,"SELECT"
,"true|false","","","","","","Seriendimension","SERIES","plot","color","legend","boolean",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("fill","Serienfarbe",false,"TEXT"
,"","","","","","Nur für Grafikelemente Balken und Linien: Merkmal der Serien-Dimension","Seriendimension","SERIES","plot","color","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("r","Punktdicke",false,"TEXT"
,"","","","","","Punktdicke von Diagrammelementen (relevant für Plot.dot, Plot.tickX/Y)","Kategorie-Achse","CATEGORY","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("text","Beschriftung",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","text","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("dimension1","Dimension 1",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("dimension2","Dimension 2",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("viz_source","Quell-Dimension",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("stroke","Serien-Dimension",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","stroke","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("x","X-Achse",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("viz_target1","Ziel-Dimension 1",false,"TEXT"
,"","","","","","","Kategorie-Achse","CATEGORY","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("measure1","Maß 1",false,"TEXT"
,"","","","","","","Maß-Achse","MEASURE","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("y","Y-Achse",false,"TEXT"
,"","","","","","","Maß-Achse","MEASURE","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("continous scales","Fortlaufende Skala",false,"SELECT"
,"identity|linear|log|pow|sqrt|symlog","","","","","Art der Skalen-Gliederung","Skalen-Typen","SCALES","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("categorical scales","Kategorie-Skala",false,"SELECT"
,"point|band","","","","","Art der Skalen-Gliederung","Skalen-Typen","SCALES","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("date scales","Datums-Skala",false,"SELECT"
,"time|utc","","","","","Art der Skalen-Gliederung","Skalen-Typen","SCALES","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("type","Farbtyp",false,"SELECT"
,"einfarbig|mehrfarbig|zyklisch","","","","","Ein-/Mehrfarbigkeit von Diagrammelementen","","","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("schemetype","Farbschema-Typ",false,"SELECT"
,"linear|sqrt|pow|log|symlog|sequential|cyclical|quantile","","","","","Art der Farbverteilung in Diagrammelementen","","","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
var newCommonChartProperty = new commonChartProperty("fillOpacity","Farbsättigung",false,"RANGE"
,"","","","","","Deckkraft der Füllfarbe von Diagrammelementen","","","","","","string",0);
commonChartProperties.push(newCommonChartProperty);
function vizRenderer(uniquename,caption)
{
this.caption=caption;
this.uniquename=uniquename;
}
var vizRenderers=[];
var newVizRenderer = new vizRenderer("plot","Observable Plot");
vizRenderers.push(newVizRenderer);
var newVizRenderer = new vizRenderer("d3js","D3JS (V7)");
vizRenderers.push(newVizRenderer);
function vizType(uniquename,caption,rendererUniquename,orientation)
{
this.caption=caption;
this.uniquename=uniquename;
this.rendererUniquename=rendererUniquename,
this.orientation=orientation;
}
var vizTypes=[];
var newVizType = new vizType("bar_x_d3","Balken (horizontal)","d3js","H");
vizTypes.push(newVizType);
var newVizType = new vizType("bar_x","Balken (horizontal)","plot","H");
vizTypes.push(newVizType);
var newVizType = new vizType("bar_y","Balken (vertikal)","plot","V");
vizTypes.push(newVizType);
var newVizType = new vizType("box_x","Boxplot (horizontal)","plot","H");
vizTypes.push(newVizType);
var newVizType = new vizType("box_y","Boxplot (vertikal)","plot","V");
vizTypes.push(newVizType);
var newVizType = new vizType("area_x","Flächen (horizontal)","plot","H");
vizTypes.push(newVizType);
var newVizType = new vizType("area_y","Flächen (vertikal)","plot","V");
vizTypes.push(newVizType);
var newVizType = new vizType("line","Linien (vertikal)","plot","V");
vizTypes.push(newVizType);
var newVizType = new vizType("dot","Punkte (vertikal)","plot","V");
vizTypes.push(newVizType);
var newVizType = new vizType("sankey","Sankey","d3js","H");
vizTypes.push(newVizType);
var newVizType = new vizType("worldmap","Weltkarte","d3js","H");
vizTypes.push(newVizType);
var newVizType = new vizType("text","Wertelabel","plot","");
vizTypes.push(newVizType);
function vizTypeProperty(propUniquename,caption,typeUniquename,groupUniquename,isMandatory,explanation)
{
this.propUniquename=propUniquename;
this.caption=caption;
this.groupUniquename=groupUniquename;
this.typeUniquename=typeUniquename;
this.isMandatory=isMandatory;
this.explanation=explanation;
}
var vizTypeProperties=[];
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","area_x","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","area_x","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","area_x","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","area_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","area_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","area_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","area_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","area_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","area_x","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","area_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","area_x","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("legend","Legende","area_x","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","area_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","area_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","area_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("scheme","Farbschema","area_x","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","area_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","area_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","area_y","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","area_y","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","area_y","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","area_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","area_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","area_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","area_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","area_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","area_y","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","area_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","area_y","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("legend","Legende","area_y","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","area_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","area_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","area_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("scheme","Farbschema","area_y","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","area_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","area_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","bar_x","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","bar_x","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","bar_x","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","bar_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","bar_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","bar_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","bar_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","bar_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","bar_x","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","bar_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","bar_x","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("legend","Legende","bar_x","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","bar_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","bar_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","bar_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("scheme","Farbschema","bar_x","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","bar_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","bar_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("dimension1","Dimension 1","bar_x_d3","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("measure1","Maß 1","bar_x_d3","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","bar_y","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","bar_y","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","bar_y","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","bar_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","bar_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","bar_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","bar_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","bar_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("legend","Legende","bar_y","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","bar_y","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","bar_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","bar_y","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("scheme","Farbschema","bar_y","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","bar_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","bar_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","bar_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","bar_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","bar_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","box_x","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","box_x","MEASURE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","box_x","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","box_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","box_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","box_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","box_x","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","box_x","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","box_x","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","box_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","box_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","box_x","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","box_x","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","box_x","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","box_y","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","box_y","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","box_y","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","box_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","box_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","box_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","box_y","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","box_y","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","box_y","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","box_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","box_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","box_y","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","box_y","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","box_y","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","dot","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","dot","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","dot","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","dot","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","dot","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","dot","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","dot","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","dot","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","dot","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","dot","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","dot","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("legend","Legende","dot","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","dot","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","dot","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","dot","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("scheme","Farbschema","dot","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","dot","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","dot","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","line","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","line","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","line","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","line","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","line","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","line","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","line","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","line","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","line","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","line","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","line","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("legend","Legende","line","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","line","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("categorical scales","Kategorie-Skala","line","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","line","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("scheme","Farbschema","line","SERIES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","line","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","line","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","sankey","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","sankey","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","sankey","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("dimension1","Dimension 1","sankey","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("dimension2","Dimension 2","sankey","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("measure1","Maß 1","sankey","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("null_value_mask","Leerzeilen-Maskierung","sankey","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("x","X-Achse","text","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("y","Y-Achse","text","MEASURE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("stroke","Serien-Dimension","text","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("text","Beschriftung","text","CATEGORY",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginLeft","Außenrand links","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginRight","Außenrand rechts","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginTop","Außenrand oben","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marginBottom","Außenrand unten","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetTop","Innenrand oben","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetBottom","Innenrand unten","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetLeft","Innenrand links","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("insetRight","Innenrand rechts","text","LAYOUT",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("backgroundColor","Hintergrundfarbe","text","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("color","Schriftfarbe","text","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontFamily","Schriftfamilie","text","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fontSize","Schriftgröße","text","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("marks","Grafik-Elementtyp","text","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("fill_static","Flächenfarbe","text","STYLE",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("strokeWidth","Strichdicke","text","MARKS",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("continous scales","Fortlaufende Skala","text","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("date scales","Datums-Skala","text","SCALES",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_x","X: Label-Ausrichtung","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelAnchor_y","Y: Label-Ausrichtung","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_x","X: Label","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_x","X: Label-Abstand","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_x","X: Linie","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("label_y","Y: Label","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("labelOffset_y","Y: Label-Abstand","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("line_y","Y: Linie","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_x","X: Schriftgröße","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickSize_y","Y: Schriftgröße","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_x","X: Schriftneigung","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("tickRotate_y","Y: Schriftneigung","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_x","X: Skalierung","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("ticks_y","Y: Skalierung","text","TICKS_LABELS_Y",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridChartOffset","Maß: Chart-Abstand","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("gridLabelHeight","Maß: Label-Höhe","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("valueLabelWidth","Werte-Label-Breite","text","TICKS_LABELS_X",false,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("dimension1","Dimension 1","worldmap","CATEGORY",true,""
);
vizTypeProperties.push(newVizTypeProperty);
var newVizTypeProperty = new vizTypeProperty("measure1","Maß 1","worldmap","MEASURE",true,""
);
vizTypeProperties.push(newVizTypeProperty);
< / script > < script xmlns:sx = "http://memtext.de" language = "Javascript" type = "text/javascript" src = "../xml/js/viz/viz_functions.js" > < / script > < style xmlns:sx = "http://memtext.de" type = "text/css" >
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
.node text {
pointer-events: none;
text-shadow: 0 1px 0 #fff;
}
.link {
fill: none;
stroke: #000;
stroke-opacity: .2;
}
.link:hover {
stroke-opacity: .5;
}
< / style > < / head >
< body class = "has-navbar-fixed-top" onload = "" >
< div xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" id = "nd_navi_top" >
< nav class = "navbar is-fixed-top" role = "navigation" aria-label = "main navigation" >
< div class = "navbar-brand" > < a class = "navbar-item" target = "_self" href = "http://www.superx-projekt.de/" > < img src = "../images/sxlogo_transpar.png" alt = "Zur Startseite der Institution" title = "Zur Startseite" height = "30px" > < / a > < a class = "navbar-item" href = "http://www.superx-projekt.de/doku/kern_modul/benutzer/" > Muster-Hochschule< / a > < div class = "navbar-item is-hoverable" > < button class = "closebutton" title = "Menü" onclick = "toggleNavpanelFrame(this);" > < / button > < / div >
< / div >
< div class = "navbar-end" > < span class = "navbar-end" >
< div class = "navbar-item is-hoverable" >
< div class = "buttons" > < a href = "http://localhost:8080/superx/" target = "_self" > < button class = "button is-small is-outlined" > < span class = "icon is-small" > < img src = "../images/home.svg" alt = "Zur Startseite" title = "Zur Startseite" > < / span > < / button > < / a > < / div >
< / div >
< div class = "navbar-item is-hoverable" > < a href = "https://super-ics.de/superx/doku/memtext/academy/f_WillkommenbeiderMemtext-Academy.htm" aria-label = "Zur Memtext Academy" >
< div class = "buttons" > < button class = "button is-small is-outlined" aria-haspopup = "true" > < span class = "icon is-small" > < img src = "../images/video.svg" alt = "Kurse und Videos" title = "Kurse und Videos" > < / span > < / button > < / div > < / a > < / div >
< div class = "navbar-item is-hoverable" > < a href = "http://www.superx-projekt.de/images/sx_info_hotspot_inhalt.svg" aria-label = "Infos und Handbücher" >
< div class = "buttons" > < button class = "button is-small is-outlined" aria-haspopup = "true" > < span class = "icon is-small" > < img src = "../images/books.svg" alt = "Infos und Handbücher" title = "Infos und Handbücher" > < / span > < / button > < / div > < / a > < / div >
< div class = "navbar-item is-hoverable" > < a href = "http://localhost:8080/superx/edit/kern/systeminfo_view.jsp" aria-label = "Zu den Systemdaten" >
< div class = "buttons" > < button class = "button is-small is-outlined" aria-haspopup = "true" > < span class = "icon is-small" > < img src = "../images/information_liberation.svg" alt = "Systemdaten" title = "Systemdaten" > < / span > < / button > < / div > < / a > < / div >
< div class = "navbar-item is-hoverable" >
< div id = "wamDropdown" class = "dropdown is-right is-hoverable" >
< div class = "dropdown-trigger" > < button class = "button is-small is-outlined" aria-haspopup = "true" aria-controls = "dropdown-menu" > < span class = "icon is-small" > < img src = "../images/wrenchblck.svg" alt = "Web-Anwendungsmanger" title = "Web-Anwendungsmanger" border = "0" > < / span > < / button > < / div >
< div class = "dropdown-menu" id = "dropdown-menu" role = "menu" >
< div class = "dropdown-content" > < a href = "http://localhost:8080/superx/edit/kern/webapp_manager.jsp" class = "dropdown-item" target = "_blank" > Webanwendung Manager< / a > < a href = "http://localhost:8080/superx/servlet/SuperXManager?xupdater=true" class = "dropdown-item" target = "_blank" > Maskensicherung< / a > < hr class = "dropdown-divider" > < a href = "http://localhost:8080/superx/servlet/de.superx.servlet.Entwicklung" class = "dropdown-item" target = "_blank" > Maskenentwicklung< / a > < / div >
< / div >
< / div >
< / div >
< div class = "navbar-item is-hoverable" >
< div id = "profilDropdown" class = "dropdown is-right is-hoverable" >
< div class = "dropdown-trigger" > < button class = "button is-small is-outlined" aria-haspopup = "true" aria-controls = "dropdown-menu" > < span class = "icon is-small" > < img src = "../images/user.svg" title = "Mein Profil bearbeiten" alt = "Mein Profil" border = "0" > < / span > < / button > < / div >
< div class = "dropdown-menu" id = "dropdown-menu" role = "menu" >
< div class = "dropdown-content" > < a href = "http://localhost:8080/superx/servlet/de.superx.servlet.SuperXmlPwChanger" class = "dropdown-item" target = "_blank" > Passwort ändern< / a > < hr class = "dropdown-divider" > < a href = "http://localhost:8080/superx/servlet/SuperXmlMaske?tid=71010&navi=false" class = "dropdown-item" target = "_blank" > Name/Email ändern< / a > < / div >
< / div >
< / div >
< / div >
< div class = "navbar-item is-hoverable" > < a href = "http://localhost:8080/superx/servlet/SuperXmlAbmeldung" aria-label = "Logout" target = "_self" >
< div class = "buttons" > < button class = "button is-small is-outlined" > < span class = "icon is-small" > < img src = "../images/logout.svg" alt = "Logout" title = "Logout" > < / span > < / button > < / div > < / a > < / div > < / span > < / div >
< / nav >
< / div >
< div class = "columns" >
< section class = "hero-body" >
< div class = "container" >
< div class = "columns is-mobile is-left" >
< div class = "column is-full" >
< div class = "card " >
< div class = "card-content" >
< div xmlns = "http://www.w3.org/1999/xhtml" xmlns:sx = "http://memtext.de" id = "progressbar" style = "display:none; -webkit-box-shadow: 3px 3px 15px #aaaaaa; -moz-box-shadow : 3px 3px 15px #aaaaaa; -o-box-shadow : 3px 3px 15px #aaaaaa; box-shadow : 3px 3px 15px #aaaaaa; position: fixed; width: 250px; height: 115px; left: 50%; margin-left: -150px; top: 200px; background-color: rgba(255, 255, 255, 0.9); z-index: 2001; background-position: initial; background-repeat: initial; border: 1px solid #DFDFDF; -moz-border-radius: 1px; border-radius: 1px; " >
< center >
< p > < br > < img src = "../images/loader_33.gif" style = "position: center;height:33px; width:33px;" > < br > < br > < b style = "font-style: italic; font-weight: normal" > Bitte warten ...< / b > < / p >
< / center >
< / div >
< p > < / p >
< div class = "vizTooltip" style = "opacity:0;" > < / div > < script xmlns:sx = "http://memtext.de" language = "Javascript" >
var vizInitialName='Studierende nach Erst- und Neueinschreibung (Zeitreihe)';
function dataRowMetaData(tableId,nr,colname,colcaption,coltype,colfunction)
{
this.tableId=tableId;
this.nr=nr;
this.colname=colname;
this.colcaption=colcaption;
this.coltype=coltype;
this.colfunction=colfunction;
}
function tableMetaData(nr,value,name,isDefault)
{
this.value=value;
this.nr=nr;
this.name=name
this.isDefault=isDefault;
}
var rsTableMetaData=new Array();
var rsColumnMetaData=new Array();
var rs=new Array();
< / script > < script xmlns:sx = "http://memtext.de" language = "Javascript" >
rsTableMetaData.push(new tableMetaData(
1,'0','Tab. 1',
true
));
rs[0]=new Array();
var myChartModel=new chartModel(1,"","",rsTableMetaData);
function dataRow_0(rownr,eintrag,gesamt,ges_1fs,round,ges_1hs,specialcol1,column_7,frauen,specialcol2,frau_1fs,specialcol3,frau_1hs,specialcol4
)
{
this.rownr=rownr;
this.eintrag=eintrag;
this.gesamt=gesamt;
this.ges_1fs=ges_1fs;
this.round=round;
this.ges_1hs=ges_1hs;
this.specialcol1=specialcol1;
this.column_7=column_7;
this.frauen=frauen;
this.specialcol2=specialcol2;
this.frau_1fs=frau_1fs;
this.specialcol3=specialcol3;
this.frau_1hs=frau_1hs;
this.specialcol4=specialcol4;
}
rsColumnMetaData[0]=new Array();
rsColumnMetaData[0].push(new dataRowMetaData('0',0,'rownr','Zeilennr.',0,4));
rsColumnMetaData[0].push(new dataRowMetaData('0',1,'eintrag','Semester',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',2,'gesamt','Gesamt- zahl',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',3,'ges_1fs','1. FS gesamt',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',4,'round','1. FS in %',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',5,'ges_1hs','1. HS gesamt',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',6,'specialcol1','1. HS in %',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',7,'column_7',' ',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',8,'frauen','dar. Frauen',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',9,'specialcol2','Frauen in %',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',10,'frau_1fs','1. FS Frauen',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',11,'specialcol3','1. FS Frauen in %',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',12,'frau_1hs','1. HS Frauen',0,null));
rsColumnMetaData[0].push(new dataRowMetaData('0',13,'specialcol4','1. HS Frauen in %',0,null));
rsColumnMetaData[0][1].coltype=1;
rsColumnMetaData[0][2].coltype=4;
rsColumnMetaData[0][3].coltype=4;
rsColumnMetaData[0][4].coltype=3;
rsColumnMetaData[0][5].coltype=4;
rsColumnMetaData[0][6].coltype=3;
rsColumnMetaData[0][7].coltype=1;
rsColumnMetaData[0][8].coltype=4;
rsColumnMetaData[0][9].coltype=3;
rsColumnMetaData[0][10].coltype=4;
rsColumnMetaData[0][11].coltype=3;
rsColumnMetaData[0][12].coltype=4;
rsColumnMetaData[0][13].coltype=3;
//rs[0]= new Array();
rs[0].push(new dataRow_0(1,'SoSe 2024',736,199,27.04,163,22.15,'',336,45.65,91,45.73,76,46.63));
//rs[0]= new Array();
rs[0].push(new dataRow_0(2,'WiSe 2023/2024',886,473,53.39,428,48.31,'',431,48.65,221,46.72,201,46.96));
//rs[0]= new Array();
rs[0].push(new dataRow_0(3,'SoSe 2023',541,262,48.43,245,45.29,'',272,50.28,127,48.47,117,47.76));
//rs[0]= new Array();
rs[0].push(new dataRow_0(4,'WiSe 2022/2023',325,167,51.38,147,45.23,'',161,49.54,85,50.90,77,52.38));
//rs[0]= new Array();
rs[0].push(new dataRow_0(5,'SoSe 2022',175,47,26.86,45,25.71,'',82,46.86,19,40.43,17,37.78));
//rs[0]= new Array();
rs[0].push(new dataRow_0(6,'WiSe 2021/2022',134,64,47.76,47,35.07,'',67,50.00,30,46.88,27,57.45));
//rs[0]= new Array();
rs[0].push(new dataRow_0(7,'SoSe 2021',94,18,19.15,17,18.09,'',43,45.74,9,50.00,9,52.94));
//rs[0]= new Array();
rs[0].push(new dataRow_0(8,'WiSe 2020/2021',76,34,44.74,22,28.95,'',34,44.74,17,50.00,14,63.64));
//rs[0]= new Array();
rs[0].push(new dataRow_0(9,'SoSe 2020',53,5,9.43,5,9.43,'',19,35.85,4,80.00,4,80.00));
//rs[0]= new Array();
rs[0].push(new dataRow_0(10,'WiSe 2019/2020',50,24,48.00,9,18.00,'',15,30.00,9,37.50,6,66.67));
//rs[0]= new Array();
rs[0].push(new dataRow_0(11,'SoSe 2019',41,1,2.44,1,2.44,'',9,21.95,null,null,null,null));
//rs[0]= new Array();
rs[0].push(new dataRow_0(12,'WiSe 2018/2019',40,11,27.50,11,27.50,'',9,22.50,2,18.18,2,18.18));
//rs[0]= new Array();
rs[0].push(new dataRow_0(13,'SoSe 2018',29,null,null,null,null,'',7,24.14,null,null,null,null));
//rs[0]= new Array();
rs[0].push(new dataRow_0(14,'WiSe 2017/2018',29,10,34.48,10,34.48,'',7,24.14,3,30.00,3,30.00));
//rs[0]= new Array();
rs[0].push(new dataRow_0(15,'SoSe 2017',22,1,4.55,1,4.55,'',5,22.73,null,null,null,null));
//rs[0]= new Array();
rs[0].push(new dataRow_0(16,'WiSe 2016/2017',21,21,100.00,20,95.24,'',5,23.81,5,23.81,5,25.00));
< / script > < section class = "hero-body has-background-light" >
< div class = "columns is-mobile is-left" >
< div class = "card has-background-light" >
< div class = "card-content" >
< p class = "title is-4" > Konfigurationsassistent Datenvisualisierung< / p >
< div class = "tabs is-left is-small" id = "viznav" >
< ul >
< li data-target = "viznav-tab1" id = "1" > < a onclick = "showVizNavTab(1);" > < span > Grafikdaten< / span > < / a > < / li >
< li data-target = "viznav-tab2" id = "2" > < a onclick = "updateChartModel();renderChart('chartDiv',myChartModel);showVizNavTab(2);" > < span > Grafiklayout< / span > < / a > < / li >
<!-- <li data - target="viznav - tab3" id="3"><a onclick="showVizNavTab(3);"><span>Grafiknutzung</span></a></li> -->
< / ul >
< / div >
< div class = "tab-content" >
< div class = "viznav-tab1" id = "tab-1" style = "display:block" >
< p class = "title is-5" > Studierende nach Erst- und Neueinschreibung (Zeitreihe)< / p >
<!-- Template legende in file resultset_html.xsl -->
< p class = "legende" > < span class = "feldname" > Köpfe oder Fälle ?< / span > :
< span class = "feldwert" > Köpfe< / span >
;
< span class = "feldname" > Stichtag< / span > :
< span class = "feldwert" > Aktuelle Zahlen< / span >
;
< span class = "feldname" > Seit Semester< / span > :
< span class = "feldwert" > WiSe 2013/2014< / span >
;
< span class = "feldname" > Bis Semester< / span > :
< span class = "feldwert" > SoSe 2024< / span >
;
< span class = "feldname" > Status< / span > :
< span class = "feldwert" > Alle ohne Beurl.< / span >
;
< span class = "feldname" > Hörerstatus< / span > :
< span class = "feldwert" > alle< / span >
;
User: superx
Stand: < / p >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Datentabelle< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < a onclick = "showDataTable('dataDivTable0',0,rs[0],rsColumnMetaData[0],10);" > < span class = "icon" > < img src = "../images/more.svg" title = "Laden" > < / span > < / a > < / div >
< div id = "dataDiv" >
< div id = "dataDivTable0" > < / div >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span >
< / div >
< div class = "viznav-tab2" id = "tab-2" >
< div id = "chartProperties" >
< form name = "chartPropertiesForm" >
< div class = "columns" >
< div class = "column is-four-fifth" >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Grafiktitel< / strong > < / label > < / div >
< div class = "field is-active" >
< p class = "control-new" >
< / p > < div class = "chartName" > < textarea class = "textarea is-small" id = "chartName" name = "chartName" rows = "2" cols = "20" onchange = "updateChartModel();renderChart('chartDiv',myChartModel);" > < / textarea > < / div >
< p > < / p >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < span class = "info" onclick = "window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');" >
< figure class = "image is-24x24" > < img src = "../images/information_grey_liberation.svg" > < / figure > < / span > < / div >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < div class = "column" >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Grafiktool< / strong > < / label > < / div >
< div class = "field is-active" >
< p class = "control-new" >
< / p > < div class = "select is-small is-fullwidth" > < select class = "maskinputPflicht" id = "fldVizRenderer" name = "fldVizRenderer" tabindex = "1" onchange = "resetChartPropertiesForm(this.value);" >
< option class = "maskinput" value = "plot" selected = "selected" > Observable Plot< / option >
< option class = "maskinput" value = "d3js" > D3JS (V7)< / option > < / select > < / div >
< p > < / p >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < span class = "info" onclick = "window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');" >
< figure class = "image is-24x24" > < img src = "../images/information_grey_liberation.svg" > < / figure > < / span > < / div >
< / div >
< / div >
< div class = "columns" >
< div class = "column is-four-fifth" >
< script type = "text/javascript" >
function plot_it3(targetDiv)
{
var plotcode=document.getElementById("plotcode").value;
console.log(plotcode);
plotcode=plotcode.replace(/\n/g,' ');
var plotcodeObj=JSON.parse(plotcode);
var svgPlot=Plot.plot(plotcodeObj);
document.getElementById(targetDiv).innerHTML="";
document.getElementById(targetDiv).appendChild(svgPlot);
}
function plot_it(targetDiv)
{
var chartOptions={"caption":"Studierende nach Erst- und Neueinschreibung (Zeitreihe)",
"height":450,
"width":650,
"marginLeft":100,
"style":{"backgroundColor":"whitesmoke"},
"y":{"line":true},
"x":{"line":true,
"type":"band"},
"color":"blue",
"marks":[
Plot.barY ( rs[0],{"x":"eintrag","sort":"rownr","y":"gesamt","fill":"green","stroke":"orange"}),
Plot.line ( rs[0],{"x":"eintrag","sort":"rownr","y":"ges_1fs","stroke":"red"}),
Plot.line ( rs[0],{"x":"eintrag","sort":"rownr","y":"ges_1hs","stroke":"blue"})
]
}
chartOptions={"caption":"Studierende nach Erst- und Neueinschreibung (Zeitreihe)",
"height":450,
"width":650,
"marginLeft":100,
"style":{"backgroundColor":"whitesmoke"},
"y":{"line":true},
"x":{"line":true,
"type":"band"},
"color":"blue",
"marks":[
Plot.barY ( rs[0], {
"x":"eintrag",
"y":"gesamt",
"fill":"green",
"stroke":"orange",
channels: {sort1: {value: "rownr"}},
sort: {x: "sort1"} }),
Plot.line ( rs[0], {
"x":"eintrag",
"y":"ges_1fs",
"fill":"green",
"stroke":"red",
"strokeDasharray":[10,5],
channels: {sort1: {value: "rownr"}},
sort: {x: "sort1"} })
]
}
var svgPlot=Plot.plot(chartOptions);
document.getElementById(targetDiv).innerHTML="";
document.getElementById(targetDiv).appendChild(svgPlot);
}
function plot_it2(targetDiv)
{
var optionsString="";
optionsString+="{\"caption\":\"Studierende nach Erst- und Neueinschreibung (Zeitreihe)\",\"height\":450,\"width\":650,\"marginLeft\":100,\"style\":{\"backgroundColor\":\"whitesmoke\"},";
optionsString+="\"y\":{\"line\":true},\"x\":{\"line\":true,\"type\":\"band\"},";
optionsString+="\"color\":\"blue\"";
optionsString+=",\"marks\":[]";
optionsString+=" }"; //close tag
var chartOptions=JSON.parse(optionsString);
var marksArray=new Array();
var plotMark=new Object;
var markOptionsStr="{\"x\":\"eintrag\",\"sort\":\"eintrag\",\"y\":\"gesamt\"";
markOptionsStr+=",\"fill\":\"green\"";
markOptionsStr+=",\"stroke\":\"orange\"";
markOptionsStr+="}";
var markOptions=JSON.parse(markOptionsStr);
plotMark=Plot.barY(rs[0],markOptions);
marksArray[0]=plotMark;
console.log("OO"+markOptionsStr);
//Now line chart 1
var markOptionsStr="{\"x\":\"eintrag\",\"sort\":\"eintrag\",\"y\":\"ges_1fs\"";
markOptionsStr+=",\"stroke\":\"red\"";
markOptionsStr+="}";
markOptions=JSON.parse(markOptionsStr);
plotMark=Plot.line(rs[0],markOptions);
marksArray[1]=plotMark;
console.log("OO"+markOptionsStr);
//Now line chart 2
var markOptionsStr="{\"x\":\"eintrag\",\"sort\":\"eintrag\",\"y\":\"ges_1hs\"";
markOptionsStr+=",\"stroke\":\"blue\"";
markOptionsStr+="}";
markOptions=JSON.parse(markOptionsStr);
plotMark=Plot.line(rs[0],markOptions);
marksArray[2]=plotMark;
chartOptions["marks"].push(marksArray);
//optionsString+=" }"; //close tag
console.log("OO"+markOptionsStr);
var svgPlot=Plot.plot(chartOptions);
document.getElementById(targetDiv).innerHTML="";
document.getElementById(targetDiv).appendChild(svgPlot);
}
< / script >
< a onClick = "plot_it('chartDiv');" > GO< / a >
< / div >
< div class = "column" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Grafikvorschau< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < div id = "chartCanvas" >
< div id = "chartDiv" > < svg >
< rect x = "0" y = "0" width = "650" height = "450" fill = "#cccccc" > < / rect > < / svg > < / div >
< / div >
<!-- <div class="field is - grouped" id="plotCodeDiv" style="display:block">
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Plot-Code< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < a onclick = "showPlotCode();" > < span class = "icon" > < img src = "../images/more.svg" title = "Laden" > < / span > < / a > < div id = "plotCodeTextAreaDiv" style = "display:none" > < textarea id = "plotCodeTextArea" name = "plotCodeTextArea" class = "textarea" placeholder = "Plot-Quellcode..." readonly = "readonly" disabled = "disabled" > < / textarea > < / div >
< / div > -->
< div id = "chartModelsrcDiv" >
< div id = "chartModelsrc" style = "display:none" >
< textarea id = "chartModelSrcCode" name = "chartModelSrcCode" class = "textarea" placeholder = "Quellcode..." > <!-- cols="100" rows="20" --> < / textarea >
< a class = "button" onClick = "copySrcCode('chartModelSrcCode');" > Kopieren< / a >
< span class = "separator" >   < / span >
< a class = "button" onClick = "loadChartModelCode('chartModelSrcCode','chartDiv');" > Laden< / a >
< / div >
< / div >
< / div >
< / div >
< / form >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < footer class = "card-footer" >
< p class = "card-footer-item" > < button class = "button is-link is-outlined is-small" type = "submit" onclick = "showSaveChartFormDiv('saveChartFormDiv','plot');" > Speichern...< / button > < / p >
< div id = "saveChartFormDiv" style = "display:none" >
< form name = "saveChart" target = "_blank" action = "../edit/viz/viz_chart_erzeugen.jsp" >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Vorhandene Grafik< / strong > < / label > < / div >
< div class = "field is-active" >
< p class = "control-new" >
< / p > < div class = "select is-small is-fullwidth" > < select class = "maskinputPflicht" id = "viz_chart_tid" name = "viz_chart_tid" tabindex = "1" >
< option class = "maskinput" value = "9" selected = "selected" > Studienanfänger_innen 1. HS nach Abschlussart< / option >
< option class = "maskinput" value = "7" > Studienanfänger_innen 1. HS nach Geschlecht< / option >
< option class = "maskinput" value = "8" > Studienanfänger_innen 1. HS nach Nationalität< / option >
< option class = "maskinput" value = "6" > Studienanfänger_innen nach Abschlussart< / option >
< option class = "maskinput" value = "4" > Studienanfänger_innen nach Geschlecht< / option >
< option class = "maskinput" value = "5" > Studienanfänger_innen nach Nationalität< / option >
< option class = "maskinput" value = "3" > Studierende nach Abschlussart< / option >
< option class = "maskinput" value = "1" > Studierende nach Geschlecht< / option >
< option class = "maskinput" value = "2" > Studierende nach Nationalität< / option > < / select > < / div >
< p > < / p >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < span class = "info" onclick = "window.open('https://super-ics.de/superx/doku/kern_modul/admin/f_Patcheinspielen.htm','_blank','directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,toolbar=no,width=800,height=660');" >
< figure class = "image is-24x24" > < img src = "../images/information_grey_liberation.svg" > < / figure > < / span > < / div >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > oder neuer Schlüssel< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < input class = "is-small" type = "text" size = "10" name = "viz_chart_uniquename_new" id = "viz_chart_uniquename" > < / div >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Überschrift< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < input class = "is-small" type = "text" size = "20" name = "viz_chart_caption" id = "viz_chart_caption" > < / div >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < input type = "submit" class = "button is-link is-outlined is-small" value = "Speichern" > < / div >
< / form >
< / div >
< / footer >
< / div >
< div class = "viznav-tab3" id = "tab-3" style = "display:none" >
< div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Grafikvorschau< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < a onclick = "showChartDiv('chartDiv2'); renderChart('chartDiv2',myChartModel);" > < span class = "icon" > < img src = "../images/more.svg" title = "Laden" > < / span > < / a > < / div >
< div id = "chartCanvas" >
< div id = "chartDiv2" > < / div >
< / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < div class = "field is-grouped" >
< div class = "label-container" > < label class = "label is-required is-small" > < strong > Grafikcode (svg)< / strong > < / label > < / div > < span class = "separator" > < / span > < span class = "separator" > < / span > < a onclick = "showSrcCode(myChartModel.renderer);" > < span class = "icon" > < img src = "../images/more.svg" title = "Laden" > < / span > < / a > < / div >
< div id = "chartSVGsrcDiv" >
< div id = "chartSVGsrc" style = "display:none" > < textarea id = "chartSrc" name = "chartSrc" class = "textarea" placeholder = "Quellcode..." > < / textarea > < / div >
< / div >
< footer class = "card-footer" >
< p class = "card-footer-item" > < button class = "button is-link is-outlined is-small" type = "submit" onclick = "copySrcCode('chartSrc');" > Kopieren< / button > < / p >
< / footer >
< / div >
< / div >
< / div >
< / div >
< / div >
< / section >
< div id = "fuss" >
< hr > < a href = "http://www.superx-projekt.de/" target = "_top" > Superx-Projekt< / a > < a href = "http://www.superx-projekt.de/" target = "_parent" > http://www.superx-projekt.de< / a >
05.08.2024< / div >
<!-- customfooter --> < / div >
< / div >
< / div >
< / div >
< / div >
< / section >
< / div >
< / body > < / html >