Eoghan Bonass
06/12/2025, 4:04 PMJoseph Heun
06/12/2025, 10:11 PMJoseph Heun
06/13/2025, 4:46 PM{
"dashboards": {
"export": {
"logo": {
"url": "<https://example.com/path-to-your-logo.png>",
"height": 40,
"width": 160
}
}
}
}
Joseph Heun
06/13/2025, 4:46 PMEoghan Bonass
06/13/2025, 7:29 PMattributes
as per the export-templates theming documentation I referenced above.
{
"palette": {
"primary": {
"base": "#347EFF"
},
"error": {
"base": "#d13049"
},
"success": {
"base": "#25a953"
},
"warning": {
"base": "#FF9546"
}
},
"button": {
"borderRadius": "2",
"dropShadow": true
},
"modal": {
"title": {
"color": "#413C5E",
"lineColor": "#DFE0E5"
},
"borderColor": "#ffffff",
"borderRadius": "6",
"borderWidth": "2",
"dropShadow": true,
"outsideBackgroundColor": "#DFE0E5"
},
"tooltip": {
"color": "#FFFFFFCC",
"backgroundColor": "#413C5E"
},
"analyticalDesigner": {
"title": {
"color": "#413C5E"
}
},
"dashboards": {
"title": {
"color": "#413C5E",
"backgroundColor": "#FFFFFF",
"borderColor": "#BFC4E0"
},
"navigation": {
"title": {
"color": "#413C5E"
},
"borderColor": "#BFC4E0",
"item": {
"color": "#413C5E",
"hoverColor": "#2A80F8",
"selectedColor": "#2A80F8",
"selectedBackgroundColor": "#fff"
},
"backgroundColor": "#F4F5FB"
},
"filterBar": {
"filterButton": {
"backgroundColor": "#FFFFFF"
},
"backgroundColor": "#FFFFFF",
"borderColor": "#BFC4E0"
},
"section": {
"title": {
"color": "#413C5E",
"lineColor": "#FFFFFF"
},
"description": {
"color": "#999EA5"
}
},
"content": {
"kpiWidget": {
"title": {
"color": "#413c5e",
"textAlign": "center"
},
"kpi": {
"primaryMeasureColor": "#2a80f8",
"secondaryInfoColor": "#413C5E99"
},
"borderColor": "#2168E5",
"borderRadius": "6",
"borderWidth": "0",
"backgroundColor": "#F4F5FB",
"dropShadow": false
},
"widget": {
"title": {
"color": "#101010",
"textAlign": "center"
},
"borderColor": "#ffffff",
"borderRadius": "6",
"borderWidth": "2",
"dropShadow": false
},
"backgroundColor": "#FFFFFF"
}
},
"attributes": {
"content": {
"images": {
"coverImage": "url(<full-logo-url>)",
"logo": "url(<full-logo-url>)"
}
}
}
}
I’ve redacted the actual url.Eoghan Bonass
06/13/2025, 7:35 PMEoghan Bonass
06/13/2025, 7:37 PM{
"palette": {
"primary": {
"base": "#347EFF"
},
"error": {
"base": "#d13049"
},
"success": {
"base": "#25a953"
},
"warning": {
"base": "#FF9546"
}
},
"button": {
"borderRadius": "2",
"dropShadow": true
},
"modal": {
"title": {
"color": "#413C5E",
"lineColor": "#DFE0E5"
},
"borderColor": "#ffffff",
"borderRadius": "6",
"borderWidth": "2",
"dropShadow": true,
"outsideBackgroundColor": "#DFE0E5"
},
"tooltip": {
"color": "#FFFFFFCC",
"backgroundColor": "#413C5E"
},
"analyticalDesigner": {
"title": {
"color": "#413C5E"
}
},
"dashboards": {
"export": {
"logo": {
"url": "<full-logo-url>",
"height": 40,
"width": 160
}
},
"title": {
"color": "#413C5E",
"backgroundColor": "#FFFFFF",
"borderColor": "#BFC4E0"
},
"navigation": {
"title": {
"color": "#413C5E"
},
"borderColor": "#BFC4E0",
"item": {
"color": "#413C5E",
"hoverColor": "#2A80F8",
"selectedColor": "#2A80F8",
"selectedBackgroundColor": "#fff"
},
"backgroundColor": "#F4F5FB"
},
"filterBar": {
"filterButton": {
"backgroundColor": "#FFFFFF"
},
"backgroundColor": "#FFFFFF",
"borderColor": "#BFC4E0"
},
"section": {
"title": {
"color": "#413C5E",
"lineColor": "#FFFFFF"
},
"description": {
"color": "#999EA5"
}
},
"content": {
"kpiWidget": {
"title": {
"color": "#413c5e",
"textAlign": "center"
},
"kpi": {
"primaryMeasureColor": "#2a80f8",
"secondaryInfoColor": "#413C5E99"
},
"borderColor": "#2168E5",
"borderRadius": "6",
"borderWidth": "0",
"backgroundColor": "#F4F5FB",
"dropShadow": false
},
"widget": {
"title": {
"color": "#101010",
"textAlign": "center"
},
"borderColor": "#ffffff",
"borderRadius": "6",
"borderWidth": "2",
"dropShadow": false
},
"backgroundColor": "#FFFFFF"
}
}
}
This doesn’t work either. Both the PPTX and PDF slide deck exports still show the default “your logo”.Joseph Heun
06/13/2025, 8:37 PMJoseph Heun
06/16/2025, 7:51 AM{
"images": {
"coverImage": "url(example",
"logo": "url(example)"
},
"palette": {
"primary": {
"base": "#14B2E2"
},
"complementary": {
"c0": "#09131B",
"c1": "#122330",
"c5": "#4A6C89",
"c9": "#F0F8FF"
}
},
"dashboards": {
"content": {
"widget": {
"backgroundColor": "#122330"
}
}
}
}
Joseph Heun
06/16/2025, 7:52 AMEnsure that you do not use shortened URL and that the images are eitherorjpeg
. The image size must not exceed 1MB.png