UWVA#29757: Flexwhere: Configuratie tbv bezettingsrapportages

svn path=/Customer/; revision=22393
This commit is contained in:
Marcel Bourseau
2014-08-25 15:29:39 +00:00
parent 2093561547
commit 9fe47e0ca5

View File

@@ -34,39 +34,39 @@ CREATE OR REPLACE VIEW uwva_v_rap_flexwhere AS SELECT * FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_maandag_1', 3,
'{seriesColors: [''#77BB00'',''#009933'',''#990000'', ''#F7941E''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_maandag_1', 3, 'FCLT_SORT',
'{seriesColors: [''#009933'',''#77BB00'',''#F7941E'', ''#990000''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_dinsdag_1', 3,
'{seriesColors: [''#77BB00'',''#009933'',''#990000'', ''#F7941E''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_dinsdag_1', 3, 'FCLT_SORT',
'{seriesColors: [''#009933'',''#77BB00'',''#F7941E'', ''#990000''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_woensdag_1', 3,
'{seriesColors: [''#77BB00'',''#009933'',''#990000'', ''#F7941E''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_woensdag_1', 3, 'FCLT_SORT',
'{seriesColors: [''#009933'',''#77BB00'',''#F7941E'', ''#990000''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_donderdag_1', 3,
'{seriesColors: [''#77BB00'',''#009933'',''#990000'', ''#F7941E''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_donderdag_1', 3, 'FCLT_SORT',
'{seriesColors: [''#009933'',''#77BB00'',''#F7941E'', ''#990000''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_vrijdag_1', 3,
'{seriesColors: [''#77BB00'',''#009933'',''#990000'', ''#F7941E''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_vrijdag_1', 3, 'FCLT_SORT',
'{seriesColors: [''#009933'',''#77BB00'',''#F7941E'', ''#990000''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_maand_1', 3,
'{seriesColors: [''#77BB00'',''#009933'',''#990000'', ''#F7941E''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_pie_maand_1', 3, 'FCLT_SORT',
'{seriesColors: [''#009933'',''#77BB00'',''#F7941E'', ''#990000''], legend: { show:true, location: ''w'' }, seriesDefaults: { shadow: false, rendererOptions: { sliceMargin: 2, dataLabelPositionFactor: 1.1} }}'
FROM DUAL;
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_usrgraph_orderby, fac_usrgraph_options)
SELECT '', 'uwva_v_fwhere_linegrap_maand_1', 4 , 'FCLT_XAS_',
'{seriesColors: [''#EDC240'',''#B1D8F6'',''#CC4E4E'', ''#4DA74D'', ''#9440ED''] , axes: {yaxis: {min: 0, max: 100}} }'
'{seriesColors: [''#EDC240'',''#B1D8F6'',''#CC4E4E'', ''#4DA74D'', ''#9440ED''] , axes: {yaxis: {min: 0}} ,seriesDefaults: {showMarker:false} }'
FROM DUAL;