Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
PabloMartin
Regular Visitor

JSON Theme - Area Chart bug + Secondary Axis

Good afternoon,

We are creating our corporate custum theme (JSON) and I am struggling with a couple of things.

 

  1. Secondary Axis Scheme: I cannot find neither in the documentation, nor online what's the clause of the secondary axis. I tried with "secondaryCategoryAxis" but it dind't work.
  2. Area Chart Bug: We config all the visuals in order for them to have specific formats. They are all working fine, but the titles in the Area Chart. I am applying the same code that we are using for many of the other charts, but it is not working both for the colour or the size. See code below:

"areaChart": {
"*": {
"legend": [{
"show": true,
"labelColor": {
"solid": {
"color": "#000000"
}
},
"fontSize": 8,
"fontFamily": "Segoe UI"
}],
"categoryAxis": [{
"labelColor": {
"solid": {
"color": "#000000"
}
},
"fontSize": 8,
"fontFamily": "Segoe UI",
"titleColor": {
"solid": {
"color": "#009900"
}
},
"titleFontSize": 8,
"titleFontFamily": "Segoe UI"
}],
"valueAxis": [{
"labelColor": {
"solid": {
"color": "#000000"
}
},
"fontSize": 8,
"fontFamily": "Segoe UI",
"titleColor": {
"solid": {
"color": "#009900"
}
},
"titleFontSize": 8,
"titleFontFamily": "Segoe UI"
}],
"labels": [{
"color": {
"solid": {
"color": "#000000"
}
},
"fontSize": 8,
"fontFamily": "Segoe UI"
}]
}
},

 

Thank you for your input.

1 REPLY 1
PabloMartin
Regular Visitor

Sorry, point 2 is working fine now. It must be a temporary bug or something.

 

Can you please help me with point 1? Thanks.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors