Ljupcho Naumov
Ljupcho Naumov
I am trying to achieve the same thing (https://stackoverflow.com/questions/69780665/ggplot-sankey-diagram-of-income-to-expenses-ggsankey). Curious if there is a clean way to incorporate it.
I think the optimal data format for this use case would be  Categories are created from the top to bottom, with categories matched to previously created ones. The only...
I wrote this function to convert this type of sankey data into something that `ggsankey` can plot. the function requires data to be in this format ``` sankey_data_input
+1 support on m.youtube.com would be greatly appreciated
Exactly my need. Can you give some guidance where to make the change myself and submit pull request? EDIT: found it
I have made the changes in my fork, basically also removed the timestamp. Can anyone help me to generate the apk? I tried in android studio but I'm getting compilation...
I have the same issue. Works perfectly on chrome while on firefox it restarts most inputs apart from a few. Manually refreshing the page leads to the same behavior i.e....
thank you. No plans as of now. Are the stats you're interested in these links? https://query2.finance.yahoo.com/v10/finance/quoteSummary/AAPL?modules=defaultKeyStatistics https://query2.finance.yahoo.com/v10/finance/quoteSummary/AAPL?modules=financialData If yes, it would not be too difficult to implement. If you want...
Hi Daniel, yes it's a strange issue of the api. I checked the financials and the figure on the website is the correct one. Interesting that the problem is only...
Good catch @Tor-Storli! Feel free to do a pull request to fix the joins as I will not have time to fix this anytime soon.