microsoft / powerbi-desktop-samples

Power BI Desktop sample files for the monthly release. Here you can find the PBIX files used in the monthly release videos.
MIT License
1.48k stars 896 forks source link

Vertical Alignement enum refers horizontal alignment #52

Closed CharlesSaulnier closed 1 year ago

CharlesSaulnier commented 1 year ago

the actionButton object does not have the right properties for verticalAlignment. It refers to the same enum as horizontalAlignment

"alignment": { "type": "string", "enum": [ "left", "center", "right" ]

This breaks our current theme since the value "middle" was accepted before, and IMO does not make sense with the values from any format setting (at least left and right do not make sense for verticalAlignment)

yelper commented 1 year ago

Yep, this is a known issue as reported by others. I apologize for the inconvenience -- we'll be pushing an update with the release of March's Desktop. (internal ref #1031111)