Forum Discussion
trelli/multiple scatter plot and pie chart
- 3 years ago
I coded the facets to dynamically handle the row/column layout, so adding/removing charts within reason should not be an issue.
Regarding my comment about adjusting those width/height/radius percentage values in deneb, I meant that one would only need to do that if they modify the visual's width and height in the formatting properties (see below screenshot). This is a limitation of faceting in vega-lite; currently the facet cell size cannot dynamically change based on the size of the canvas (yet). I cannot think of a scenario where a user could adjust the visual dimensions but would not have access to being able to update the spec in Deneb...
Hey Anonymous. I implemented some changes and have a version working in Power BI.
You want to make sure that the Summarization for the Result field is set to Don't Summarize (see the below screenshot).
Note - you'll need to play with the radius percentages and the spec width and height based on the size of your visual (see below screenshot)
You can download a working .pbix here
- Anonymous3 years agoNot applicable
It's awesome. But small question: if the users are not report creators and will not be able or will not have the authorizations to modify the code in Deneb, that means that the graph risks having a bad format? It does not automatically adapt in format according to the number of sector graphs we have? It is very disturbing though....
- giammariam3 years agoSolution Sage
I coded the facets to dynamically handle the row/column layout, so adding/removing charts within reason should not be an issue.
Regarding my comment about adjusting those width/height/radius percentage values in deneb, I meant that one would only need to do that if they modify the visual's width and height in the formatting properties (see below screenshot). This is a limitation of faceting in vega-lite; currently the facet cell size cannot dynamically change based on the size of the canvas (yet). I cannot think of a scenario where a user could adjust the visual dimensions but would not have access to being able to update the spec in Deneb...- Anonymous3 years agoNot applicable
You are a monster. Thanks a lot. Now I will need the same but for scatter chart. I will create a new post. Thanks superman