
Announcements
An excellent afternoon, can someone help me with a problem I have? I am working with diagrams from https://quickchart.io. I have two questions:
1) How can I change the size and color of the letters?
2) How can I work with a variable that contains all the numbers? (which replaces the numbers 60,50,40).
"https://quickchart.io/chart?c="&EncodeUrl(
"{
type: 'doughnut',
data: {
datasets: [
{
data: [60,50,40],
backgroundColor: [
'rgb(7, 153, 182)',
'rgb(74, 110, 176)',
'rgb(17, 76, 95)',
'rgb(156, 210, 211)',
'rgb(242, 230, 207)',
],
},
],
},
options: {
title: {
display: true,
},
},
}")
very kind for their attention and support
Hi @Daniel20 ,
Please check this thread:
Use variable in chart or diagram - Power Platform Community (microsoft.com)
Best Regards,
Bof