Dashboards & Visualizations

Splunk Dashboard Studio spaces in overlay

nickdekkersmt
Loves-to-Learn

Hi i'm trying to have spaces in my overlay field name in a column chart.

As example field1 is working but "field 1" not.

Not working:

 "options": {
        "chart.stackMode""stacked",
         "axisY2.enabled"true,

 

        "overlayFields""field 1, field 2, field 3",
        "fieldColors": {
            "field4""#E7DA78",
            "field5""#82BACF"
        }
    },

Working:

 "options": {
        "chart.stackMode""stacked",
         "axisY2.enabled"true,

        "overlayFields""field1, field2, field3",
        "fieldColors": {
            "field4""#E7DA78",
            "field5""#82BACF"
        }
    },
Labels (2)
Tags (2)
0 Karma

dauren_akilbeko
Communicator

Hello, @nickdekkersmt could you try it like this?

"overlayFields": ["field 1", "field 2", "field 3"]

0 Karma

nickdekkersmt
Loves-to-Learn

I tried that, but that is not working @dauren_akilbeko 

 

      "overlayFields": [
            "OTP Rolling Average",
            "Target"
        ],

But it wont overlay  "OTP Rolling Average"
0 Karma
Get Updates on the Splunk Community!

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...