Forum Discussion

javaroni's avatar
javaroni
Regular Visitor
1 year ago
Solved

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...
  • lbendlin's avatar
    lbendlin
    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.