Commit bf793342 authored by prumde's avatar prumde

KPI Dashboard Metdata files

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215334 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4bfca73a
<?xml version='1.0'?>
<Root>
<filters display="N">
<filter type="4">
<default_value><![CDATA[LAST('0','M')]]></default_value>
<col_name><![CDATA[FromDate]]></col_name>
<col_descr><![CDATA[From date]]></col_descr>
<col_id><![CDATA[FromDate]]></col_id>
<field_name><![CDATA[]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
<filter type="4">
<default_value><![CDATA[CURRENT_DATE]]></default_value>
<col_name><![CDATA[ToDate]]></col_name>
<col_descr><![CDATA[To date]]></col_descr>
<col_id><![CDATA[ToDate]]></col_id>
<field_name><![CDATA[]]></field_name>
<mod_name><![CDATA[]]></mod_name>
<show_ontitle><![CDATA[1]]></show_ontitle>
<mandatory><![CDATA[Y]]></mandatory>
</filter>
</filters>
<page_title><![CDATA[KPI Activity]]></page_title>
<datasource id="1" dataSourceType="datamodel"><![CDATA[ESI_KPI_DM]]></datasource>
<view id="1" name="Default" type="flatonly" auto_refresh="5">
<component datasource="1" id="1" type="COMPOSITE">
<component_icon><![CDATA[]]></component_icon>
<ComponentTitle><![CDATA[]]></ComponentTitle>
<ComponentName><![CDATA[]]></ComponentName>
<component_css><![CDATA[db-col-1]]></component_css>
<component_descr><![CDATA[]]></component_descr>
<layout>
<html><![CDATA[]]></html>
</layout>
<composite>
<composite_id><![CDATA[_composite_esi_details]]></composite_id>
<composite_descr><![CDATA[ESI Coaching - Custom Chart Card]]></composite_descr>
<link_metadata><![CDATA[]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="number" aggFunction="SORT_BY" order="ASC"><![CDATA[PERC]]></column>
</columns>
</column_group>
<composite_config><![CDATA[
{
component_type: 'CUSTOM_CHART_2',
detailModel: {
image_column: 'image',
title_column: 'SH_DESCR',
info_column: 'ACTUAL_VALUE',
order_column: 'ACTUAL_VALUE',
sub_info_column: 'DESCR',
},
chart_properties: {
chartType: 'percentage',
labels: [''],
options: {
image: 'todays.svg',
percentFactorColumn: 'FLD_VALUE',
animateScale: true,
animateRotate: true,
width: 64,
height: 64,
responsive: true,
maintainAspectRatio: false,
tooltip: false,
cutOutPercentage: 80,
condnFormat: [
{
id: "RED",
expression: " data[0] <= 60 ",
colors: [[252, 101, 101], [248, 248, 248]]
},
{
id: "YELLOW",
expression: " ( 61 < data[0] ) && ( data[0] <= 80 ) ",
colors: [[255, 211, 90], [248, 248, 248]]
},
{
id: "GREEN",
expression: " ( 81 < data[0] ) && ( data[0] <= 100 ) ",
colors: [[0, 199, 153], [248, 248, 248]]
}
]
}
}
}
]]></composite_config>
</composite>
</component>
</view>
</Root>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment