FSN#34749 Mogelijkheid voor jqplot Graphs Default options

svn path=/Website/trunk/; revision=27637
This commit is contained in:
Erik Groener
2016-01-06 15:35:35 +00:00
parent 461a5357f1
commit 1f40d0cf96
5 changed files with 216 additions and 53 deletions

View File

@@ -43,6 +43,7 @@ function model_reportsx(usrrap_key, rapparams)
required: true, defaultvalue: 0, LOV: L("lcl_usrrap_showcountLOV")},
"graph" : { dbs: "fac_usrrap_graph", typ: "number", label: L("lcl_usrrap_showgraph"),
required: true, defaultvalue: 0, LOV: L("lcl_usrrap_showcountLOV")},
"graph_type" : { dbs: "fac_usrrap_graph_type", typ: "number", label: L("lcl_usrrap_graphtype"), LOV: L("lcl_usrrap_graphtypeLOV")},
"lastrefresh" : { dbs: "fac_usrrap_col_refresh", typ: "datetime", label: "Columns last refreshed", readonly: true },
"graph_options": { dbs: "fac_usrrap_graph_options", typ: "memo", label: "Graph Options" }
};