Forum Discussion
Anonymous
3 years agoNot applicable
trelli/multiple scatter plot and pie chart
Hello guys, could we create trelli pie chart? And if not, is that possible to have the code to create this with Deneb module? I have the same question for multiple Scatter plot . Thanks a lot, J...
- 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...
Anonymous
3 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....
giammariam
3 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