Forum Discussion
javaroni
1 year agoRegular Visitor
Sankey Chart - Deneb - Measure Problem
Hi, i´m using Deneb to create a sankey chart. Everything is working until i starting to use a measure as value. When i use a column as value, it´s works But when a using a sum measure and n...
- 1 year ago
That's a weird input format 🙂 Have to see how this can be converted.
As for the texts overlapping - there's not much you can do apart from mimicking the stacking logic that is used for the boxes. you would need to probe the frame boundaries for the rendered text, see if any x values overlap, and then push the y origin up for an amount that clears the conflict. But this may cascade when you have lots of small boxes with long text.
javaroni
1 year agoRegular Visitor
I figured out how to fix this.
Just select "Shows items with no data" then the measure will work lol