Hi all! I'm currently working on a Sankey Diagram (Alluvial, stepwise composition) and had a few questions... if anyone's had similar problems and have any insights, it would be most appreciated! 1) The fields on the bottom-most row of my diagram aren't showing up, even when I adjust text size, footer size, margins, etc. Any idea on how this might be fixed? 2) Is there any way to do filters on Sankey diagrams in Flourish, similar to this filter for Scatter plots: https://help.flourish.studio/article/107-how-to-create-a-scatter-plot-with-a-filter 3) I know there's a way to edit specific nodes' colors, but is there any way to modify the colors of specific flows only? For example, if there's a flow from point 2 to point 3, instead of just coloring point 3, can I make the specific flow a different color?
Thanks so much in advance for the help!
Flourish
and context iframe.resize
window.parent.postMessage(JSON.stringify({
sender: 'Flourish',
context: 'iframe.resize',
method: 'resize',
height: wrap.clientHeight,
src: window.location.toString()
}), '*');