Hello, value mappings did not work for me. I had to replace: https://github.com/netsage-project/netsage-sankey-panel/blob/aaf3b66c0246597fcb0942f9b471a7f238b4df30/src/dataParser.ts#L181 with: ``` let node = valueField[0]?.display(row[i])?.text || row[i]; ```
Hello,
value mappings did not work for me.
I had to replace:
netsage-sankey-panel/src/dataParser.ts
Line 181 in aaf3b66
with: