173 строки
5.0 KiB
JSON
173 строки
5.0 KiB
JSON
{
|
|
"dataRoles": [
|
|
{
|
|
"displayName": "From",
|
|
"displayNameKey": "Role_From",
|
|
"name": "Category",
|
|
"kind": "Grouping"
|
|
},
|
|
{
|
|
"displayName": "To",
|
|
"displayNameKey": "Role_To",
|
|
"name": "Series",
|
|
"kind": "Grouping"
|
|
},
|
|
{
|
|
"displayName": "Values",
|
|
"displayNameKey": "Role_Values",
|
|
"name": "Y",
|
|
"kind": "Measure"
|
|
}
|
|
],
|
|
"dataViewMappings": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"Category": {
|
|
"max": 1
|
|
},
|
|
"Series": {
|
|
"max": 0
|
|
}
|
|
},
|
|
{
|
|
"Category": {
|
|
"max": 1
|
|
},
|
|
"Series": {
|
|
"min": 1,
|
|
"max": 1
|
|
},
|
|
"Y": {
|
|
"max": 1
|
|
}
|
|
},
|
|
{
|
|
"Category": {
|
|
"max": 1
|
|
},
|
|
"Series": {
|
|
"max": 0
|
|
},
|
|
"Y": {
|
|
"min": 0,
|
|
"max": 1
|
|
}
|
|
}
|
|
],
|
|
"categorical": {
|
|
"categories": {
|
|
"for": {
|
|
"in": "Category"
|
|
},
|
|
"dataReductionAlgorithm": {
|
|
"top": {}
|
|
}
|
|
},
|
|
"values": {
|
|
"group": {
|
|
"by": "Series",
|
|
"select": [
|
|
{
|
|
"bind": {
|
|
"to": "Y"
|
|
}
|
|
}
|
|
],
|
|
"dataReductionAlgorithm": {
|
|
"top": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"objects": {
|
|
"dataPoint": {
|
|
"displayName": "Data colors",
|
|
"displayNameKey": "Visual_Data_Colors",
|
|
"properties": {
|
|
"defaultColor": {
|
|
"displayName": "Default color",
|
|
"displayNameKey": "Visual_Default_Color",
|
|
"type": {
|
|
"fill": {
|
|
"solid": {
|
|
"color": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"showAllDataPoints": {
|
|
"displayName": "Show all",
|
|
"displayNameKey": "Visual_Show_All",
|
|
"type": {
|
|
"bool": true
|
|
}
|
|
},
|
|
"fill": {
|
|
"displayName": "Color",
|
|
"displayNameKey": "Visual_Color",
|
|
"type": {
|
|
"fill": {
|
|
"solid": {
|
|
"color": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"axis": {
|
|
"displayName": "Axis",
|
|
"displayNameKey": "Visual_Axis",
|
|
"properties": {
|
|
"show": {
|
|
"displayName": "Show",
|
|
"displayNameKey": "Visual_Show",
|
|
"type": {
|
|
"bool": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"labels": {
|
|
"displayName": "Labels",
|
|
"displayNameKey": "Visual_Labels",
|
|
"properties": {
|
|
"show": {
|
|
"displayName": "Show",
|
|
"displayNameKey": "Visual_Show",
|
|
"type": {
|
|
"bool": true
|
|
}
|
|
},
|
|
"color": {
|
|
"displayName": "Color",
|
|
"displayNameKey": "Visual_Color",
|
|
"description": "Set the reference line data label color",
|
|
"type": {
|
|
"fill": {
|
|
"solid": {
|
|
"color": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fontSize": {
|
|
"displayName": "Text size",
|
|
"displayNameKey": "Visual_Text_Size",
|
|
"type": {
|
|
"formatting": {
|
|
"fontSize": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"supportsHighlight": true,
|
|
"supportsKeyboardFocus": true,
|
|
"supportsMultiVisualSelection": true
|
|
}
|