deldersveld / PowerBI-ThemeTemplates

Snippets for assembling Power BI Themes
The Unlicense
450 stars 205 forks source link

New set of Shapes need to be tested with current Shape Theme #63

Open MattRudy opened 3 years ago

MattRudy commented 3 years ago

Current Shape Theme visualStyle is 'basicShape', other visualStyle values seen include 'shape'

jujiro commented 2 years ago

I played around with Shape JSON. It worked only when I renamed "basicShape" to "shape". I also noticed that the shape JSON was unable to set the line thickness (weight) and the color. Since the line weight is adjusted in the outline section, perhaps a new section needs to be added to this JSON. I tried various names, to no avail.

MattRudy commented 2 years ago

Thanks @jujiro ! Over time there have been various shapes that responded to 'basicShape' or 'shape'. I will be addressing this in the new Repository, which can be found here: https://github.com/MattRudy/PowerBI-ThemeTemplates

FYI - I did add many visual settings as part of Pull Request #65 earlier this year. You can dig through the commits to find these additional settings, or check them out in the new repository linked above.