Dashboards & Visualizations

How to format column individually?

splunkuser320
Path Finder

 

I am trying to configure formatting for each column in the table on dashboard but column formatting is not changing 

      "columnFormat": {
            "ColumnA": {
                "align""> table | pick(alignment)"
            }
        }
 
 
     "alignment": [
            "center"
        }]
 
 
Labels (1)
0 Karma

tscroggins
Influencer

Hi,

This worked for me:

...,
"options": {
"columnFormat": {
"ColumnA": {
"align": "> table | seriesByName('ColumnA') | pick(ColumnAAlignConfig)"
}
}
},
...,
"context": {
"ColumnAAlignConfig": [
"center"
]
}

 

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...