I am trying to configure formatting for each column in the table on dashboard but column formatting is not changing
Hi,
This worked for me:
...,
"options": {
"columnFormat": {
"ColumnA": {
"align": "> table | seriesByName('ColumnA') | pick(ColumnAAlignConfig)"
}
}
},
...,
"context": {
"ColumnAAlignConfig": [
"center"
]
}