web.workflow.upl.myworkitemswithgraphpanel.upl Maven / Gradle / Ivy
The newest version!
// UPL template for my workflow items with graph panel
// Copyright 2018-2020 The Code Department.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
!ui-myworkitemswithgraphpanel style:$s{height:100%;}
layout:$d{!ui-vertical style:$s{width:100%;height:100%;} heights:$l{none 100%}}
components:$c{workItemsGraphPanel myWorkItemListPanel}
showWorkItemListRefreshButton:true
// Graph
!ui-panel:workItemsGraphPanel style:$s{width:100%;height:100%;}
layout:$d{!ui-horizontal style:$s{width:100%;height:100%;} widths:$l{50% 50%}}
components:$c{myWorkItemsPieChartPanel myWorkloadBarChartPanel}
!ui-piechartpanel:myWorkItemsPieChartPanel style:$s{width:80%;}
chartTitle:$m{workflow.myworkflowitemswithgraph.status} chartImageStyle:$s{height:320px;}
binding:statusRatioVisual chartProvider:$s{myworkitemspiechart-provider}
!ui-barchartpanel:myWorkloadBarChartPanel style:$s{width:80%;}
chartTitle:$m{workflow.myworkflowitemswithgraph.workload} chartImageStyle:$s{height:320px;}
binding:workloadCategoryVisual chartProvider:$s{myworkloadbarchart-provider}
// Work Items
!ui-myworkitemspanel:myWorkItemListPanel binding:myWorkItemsInfo showRefreshButton:$f{showWorkItemListRefreshButton}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy