Dashboards & Visualizations

How to edit colors in column chart in Dashboard Studio?

isac_santana
Explorer

Good afternoon

I'm having trouble changing the color of the indices (numbers) that appear on top of the bars. I need to change the current color (black) to white. Can someone help me?


Panel code:

 

{
    "type": "viz.column",
    "title": "",
    "dataSources": {
        "primary": "ds_7YQhhskC"
    },
    "options": {
        "foregroundColor": "#FFFFFF",
        "fontColor": "#FFFFFF",
        "fieldColors": {
            "Sum of amount": "#A870EF"
        },
        "legend.placement": "top",
        "axisTitleX.text": "Days of the week",
        "axisTitleY.text": "Amount of transactions",
        "chart.showDataLabels": "all",
        "legend.labelStyle.overflowMode": "ellipsisNone",
        "yAxisVisibility": "show",
        "xAxisVisibility": "show",
        "backgroundColor": "transparent"
    },
    "showProgressBar": false,
    "showLastUpdated": false,
    "context": {}
}

 

 

EV1.png

Labels (3)
0 Karma
1 Solution

PaulPanther
Builder

@isac_santana What dashboard theme "black" or "light" are you using? If you're using "light" please try to switch to "black".

View solution in original post

0 Karma

PaulPanther
Builder

@isac_santana What dashboard theme "black" or "light" are you using? If you're using "light" please try to switch to "black".

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...