Visualisierungsmodul für SuperX http://www.superx-projekt.de/doku/viz_modul/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2692 lines
124 KiB

<!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="stud_zeitreihe-Dateien/fontello-codes.css">
<link xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" rel="stylesheet" type="text/css" href="stud_zeitreihe-Dateien/sx_fontello.css">
<link xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" rel="stylesheet" href="stud_zeitreihe-Dateien/bulma.css">
<link xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" rel="stylesheet" href="stud_zeitreihe-Dateien/bulma-tooltip.min.css">
<link xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" rel="stylesheet" href="stud_zeitreihe-Dateien/sx_menue.css">
<link xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" rel="stylesheet" href="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/sx_tabelle.css">
<script xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" src="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/calendar.js"></script><script xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" type="text/javascript" src="stud_zeitreihe-Dateien/sx_functions.js"></script><script xmlns="http://www.w3.org/1999/xhtml" xmlns:sx="http://memtext.de" type="text/javascript" src="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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">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<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="stud_zeitreihe-Dateien/jquery-2.1.1.min.js"></script><script xmlns:sx="http://memtext.de" language="JavaScript" type="text/javascript" src="stud_zeitreihe-Dateien/sx_functions.js"></script><script xmlns:sx="http://memtext.de" language="Javascript" type="text/javascript" src="stud_zeitreihe-Dateien/d3.min.js"></script><script xmlns:sx="http://memtext.de" language="Javascript" type="text/javascript" src="stud_zeitreihe-Dateien/plot.js"></script><script xmlns:sx="http://memtext.de" language="Javascript" type="module" src="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="document.getElementById('progressbar').style.display='none';tableonload();initThemenbaumJs();">
<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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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="stud_zeitreihe-Dateien/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&amp;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="stud_zeitreihe-Dateien/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>&nbsp;<br><img src="stud_zeitreihe-Dateien/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>:&nbsp;
<span class="feldwert">Köpfe</span>
;
<span class="feldname">Stichtag</span>:&nbsp;
<span class="feldwert">Aktuelle Zahlen</span>
;
<span class="feldname">Seit Semester</span>:&nbsp;
<span class="feldwert">WiSe 2013/2014</span>
;
<span class="feldname">Bis Semester</span>:&nbsp;
<span class="feldwert">SoSe 2024</span>
;
<span class="feldname">Status</span>:&nbsp;
<span class="feldwert">Alle ohne Beurl.</span>
;
<span class="feldname">Hörerstatus</span>:&nbsp;
<span class="feldwert">alle</span>
;
User: superx&nbsp;
Stand:
10.05.2024 </p><span class="separator">&nbsp;</span>
<div class="field is-grouped">
<div class="label-container"><label class="label is-required is-small"><strong>Datentabelle</strong></label></div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showDataTable('dataDivTable0',0,rs[0],rsColumnMetaData[0],10);"><span class="icon"><img src="stud_zeitreihe-Dateien/more.svg" title="Laden"></span></a></div>
<div id="dataDiv">
<div id="dataDivTable0"></div>
</div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</span><span class="separator">&nbsp;</span><footer class="card-footer">
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="submit">Speichern</button></p>
<p class="card-footer-item"><button class="button is-link is-outlined is-small" type="reset">Zurücksetzen</button></p>
</footer>
</div>
<div class="viznav-tab2" id="tab-2" style="display:none">
<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">&nbsp;</span><span class="separator">&nbsp;</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="stud_zeitreihe-Dateien/information_grey_liberation.svg"></figure></span></div>
</div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</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="stud_zeitreihe-Dateien/information_grey_liberation.svg"></figure></span></div>
</div>
</div>
<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>Grafikelemente</strong></label></div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showChartPropertiesFormDiv('ChartElementsDiv','ChartElementListDiv',document.getElementById('fldVizRenderer').value);"><span class="icon"><img src="stud_zeitreihe-Dateien/more.svg" title="Laden"></span></a></div>
<div id="ChartElementsDiv" style="display:none" class="box">
<div class="field is-grouped">
<div class="label-container"><label class="label is-required is-small">Grafikelemente-Set</label></div>
<div class="select is-small"><select class="select is-small" id="chartElementListSelect" name="chartElementListSelect" onchange="">
<option selected="selected"></option></select></div>
<div id="ChartElementListFooterDiv"><input class="is-small" type="text" size="1" name="vizElementCounter" id="vizElementCounter" value="0" readonly="readonly" style="background-color:#cccccc;"><a onclick="createChartElementConfig1Form(document.getElementById('fldVizRenderer').value,null)"><img src="stud_zeitreihe-Dateien/plus-circled.svg" width="12" height="12" title="Neues Element anlegen"></a><span class="separator">&nbsp;</span><a onclick="removeChartElementConfig()"><img src="stud_zeitreihe-Dateien/minus-circled.svg" width="12" height="12" title="Letztes Element entfernen"></a></div>
</div>
<div id="ChartElementConfig1Div"></div>
<div id="ChartElementConfig2Div"></div>
</div>
<div class="field is-grouped">
<div class="label-container"><label class="label is-required is-small"><strong>Layoutmerkmale</strong></label></div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showChartPropertiesFormDiv('generalChartPropertiesFormDiv','generalChartPropertiesFormElementsDiv',document.getElementById('fldVizRenderer').value);"><span class="icon"><img src="stud_zeitreihe-Dateien/more.svg" title="Laden"></span></a></div>
<div id="generalChartPropertiesFormDiv" style="display:none">
<div id="generalChartPropertiesFormElementsDiv"></div>
</div>
<div class="field is-grouped">
<div class="label-container"><label class="label is-required is-small"><strong>Quellcode</strong></label></div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showChartModelCode();"><span class="icon"><img src="stud_zeitreihe-Dateien/more.svg" title="Laden"></span></a></div>
<div id="chartModelsrcDiv">
<div id="chartModelsrc" style="display:none"><textarea id="chartModelSrcCode" name="chartModelSrcCode" class="textarea" placeholder="Quellcode..."></textarea><a class="button" onclick="copySrcCode('chartModelSrcCode');">Kopieren</a><span class="separator">&nbsp;</span><a class="button" onclick="loadChartModelCode('chartModelSrcCode','chartDiv');">Laden</a></div>
</div>
</div>
<div class="column">
<div class="label-container"><label class="label is-required is-small"><strong>Grafikvorschau</strong></label></div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showPlotCode();"><span class="icon"><img src="stud_zeitreihe-Dateien/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>
</div>
</form>
</div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</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="stud_zeitreihe-Dateien/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">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showChartDiv('chartDiv2'); renderChart('chartDiv2',myChartModel);"><span class="icon"><img src="stud_zeitreihe-Dateien/more.svg" title="Laden"></span></a></div>
<div id="chartCanvas">
<div id="chartDiv2"></div>
</div><span class="separator">&nbsp;</span><span class="separator">&nbsp;</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">&nbsp;</span><span class="separator">&nbsp;</span><a onclick="showSrcCode(myChartModel.renderer);"><span class="icon"><img src="stud_zeitreihe-Dateien/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>&nbsp;<a href="http://www.superx-projekt.de/" target="_parent">http://www.superx-projekt.de</a>
&nbsp; 05.08.2024</div>
<!--customfooter--></div>
</div>
</div>
</div>
</div>
</section>
</div>
</body></html>