Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi All,
I am trying to assigned each of the pie chart label such as "Agree", "Strong Agree", "Disagree" etc to each individual color
For example
Agree -> Red
Disagree -> Green
One of the example I found, but it doesn't assigned each of the label to a specific color
{
"name": "PieChartTemplate",
"visualStyles": {
"pieChart": {
"*": {
"legend": [{
"show": true,
"position": "Top",
"showTitle": true,
"titleText": "",
"legendColor": { "solid": { "color": "#01B8AA"}},
"fontFamily": "Segoe UI",
"fontSize": 12
}],
"labels": [{
"show": true,
"labelStyle": "Data",
"color": { "solid": { "color": "#01B8AA"}},
"labelDisplayUnits": "0",
"labelPrecision": 0,
"fontSize": 10,
"fontFamily": "Verdana",
"position": "inside"
}]
}
}
}
}
Any advice is appreciated.
Thank you.
You may take a look at the post below.
https://community.powerbi.com/t5/Desktop/Report-Theme-font-color-relative-slicer/td-p/768340