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": {}
}
@isac_santana What dashboard theme "black" or "light" are you using? If you're using "light" please try to switch to "black".
@isac_santana What dashboard theme "black" or "light" are you using? If you're using "light" please try to switch to "black".