
<viz:VizFrame xmlns="sap.viz" id="idcolumn" class="class32" height="320px" width="100%"> </viz:VizFrame>
dataPointStyle: {
"rules":
[
{
"dataContext": {"TicketType": "InProgress"},
"properties": {
"color":"#002080",
"dataPointWidth ": "80%"
},
"displayName": "Incident"
},
{
"dataContext": {"TicketType": "Success"},
"properties": {
"color":"#38B44A"
},
"displayName": "RITM"
},
{
"dataContext": {"TicketType": "Pending"},
"properties": {
"color":"#9e1b8d"
},
"displayName": "ENHC"
},
{
"dataContext": {"TicketType": "Failed"},
"properties": {
"color":"#e3580e"
},
"displayName": "Defect"
}
]
},
drawingEffect: "glossy",
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |