Hi there,
I'm trying to figure out how to merge a DrawPane with a FacetChart so they can be exported together as one svg image. Right now, I'm laying them out next to each other. But, how can I make them one image? Is there a way to insert the DrawPane on the right into the FacetChart without blocking the chart data? Or, insert both the DrawPane and the FacetChart into a parent DrawPane? I played around with some ways to do this and couldn't figure it out easily. See attached example.
I'm trying to figure out how to merge a DrawPane with a FacetChart so they can be exported together as one svg image. Right now, I'm laying them out next to each other. But, how can I make them one image? Is there a way to insert the DrawPane on the right into the FacetChart without blocking the chart data? Or, insert both the DrawPane and the FacetChart into a parent DrawPane? I played around with some ways to do this and couldn't figure it out easily. See attached example.
Comment