pbi-cli/src/pbi_cli/templates/visuals/clusteredBarChart.json

24 lines
584 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.7.0/schema.json",
"name": "__VISUAL_NAME__",
"position": {
"x": __X__,
"y": __Y__,
"z": __Z__,
"height": __HEIGHT__,
"width": __WIDTH__,
"tabOrder": __TAB_ORDER__
},
"visual": {
"visualType": "clusteredBarChart",
"query": {
"queryState": {
"Category": {"projections": []},
"Y": {"projections": []},
"Legend": {"projections": []}
}
},
"objects": {},
"drillFilterOtherVisuals": true
}
}