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...
giammariam
3 years agoSolution Sage
Hey Jim, this could certainly be done with Deneb. It could also be done with the native matrix and DAX generated SVGs (similar to your correlation matrix post).
The latter would be a bit tougher to pull off, so I'd recommend going with Deneb this time. If you provide some data, I'd be happy to crank out a vega-lite spec.