Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Error Quick Chart

Pls, Help me

 

I Want create expressions quick chart, but error like this

 

ADAJALAN_0-1746539894890.pngADAJALAN_1-1746539909492.png

My expressions :

CONCATENATE(
"https://quickchart.io/chart?c=
{ type: 'bar',
data: { datasets:
[ { data: [",[PROGRESS (PLAN)]* 100,",",[PROGRESS (PLAN)]* 100,",",[DEVIASI]* 100,"], backgroundColor: [ 'rgb(255, 99, 132)', 'rgb(255, 159, 64)', 'rgb(255, 205, 86)', ],
label: 'Plan VS Actual', }, ],
labels: ['Plan', 'Actual', 'Deviasi'],},
options: {
plugins: {
datalabels: {
anchor: 'end',
align: 'top',
color: '#fff',
backgroundColor: 'rgba(34, 139, 34, 0.6)',
borderColor: 'rgba(34, 139, 34, 1.0)',
borderWidth: 1,
borderRadius: 5,
formatter: (value) => {
return value + 'k';
}
}
}
}
}

")

1 1 202
1 REPLY 1
Top Labels in this Space