Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello All!
Trying to set the color in a JSON file for 'Color' property in X & Y axis for Line Chart. I can change the text size for each via the JSON file, so I know I'm in the appropriate card.
Here is what I have in my JSON file for this visual:
"lineChart":{
"*":{
"categoryAxis":[{
"show": true,
"axisType": "Categorical",
"fontColorPrimary": "#FFFFFF",
"fontSize": 8,
"fontFamily": "Segoe UI",
"concatenateLabels": false,
"showAxisTitle": true
}],
"valueAxis":[{
"show": true,
"position": "Left",
"axisScale": "linear",
"showAxisTitle": false,
"labelColor": "#000000",
"fontFamily": "Segoe UI",
"fontSize": 10
}],
"labels":[{
"show": true
}]
}
}I've tried color, fontColor, primaryFontColor. Kind of at a loss.
I've been using Curbal's PBI app for assistance with this (found HERE).
Any idears?
Solved! Go to Solution.
Try labelColor for those axes. It's been awhile since I've personally verified most of my theme JSON templates, but that was the last known working value for Line.
https://dataveld.com/2018/01/20/template-theme-files-for-power-bi-visuals/
Try labelColor for those axes. It's been awhile since I've personally verified most of my theme JSON templates, but that was the last known working value for Line.
https://dataveld.com/2018/01/20/template-theme-files-for-power-bi-visuals/
While that didn't work, the link is REALLY helpful. If you created that, THANK YOU! If not, thanks any how!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |