Antoine Roy-Gobeil

Results 65 comments of Antoine Roy-Gobeil

@findoslice If you specify `responsive: true` in the config option it should work properly: https://codepen.io/antoinerg/pen/wLOygM?editors=0010

@findoslice Can you confirm the above fixes your issue?

@etpinard I confirm we don't currently allow sorting nodes. However, it seems like underlying engines support it: - `d3-sankey` [supports it](https://github.com/d3/d3-sankey#sankey_nodeSort) - `d3-sankey-circular` [offers some kind of sorting](https://github.com/tomshanley/d3-sankey-circular/blob/de98c76c7208e8155d8aa61f3eac1c49bc1a92ec/src/sankeyCircular.js#L223-L225)

Thank you @JMante1 for reporting this issue! > do you expect HTML formatting to work in Sankey labels? @jonmmease I expected it to work but it seems like this feature...

Can confirm there is problem with Eden as well. I love this gem BTW. Would be nice if this was fixed! Thank you