Thank you very much for your message (and donation ;)).
I tried few months ago to draw this kind of graph. The result was not very good and I've given it up.
You will find in attachments some exemples of my results. You will see that the placement of folder names is a big problem. :(
So I don't think I will spend more time on that view.
What's your opinion ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think it looks pretty good, just needs a little tweaking. Obviously you have to figure out how wide the file/folder names are perhaps by counting the characters and using an average character width. Here are some options:
1. Show name of largest file then in descending order unless name interferes with another name.
2. Same as 1. but also use multiple lines for names instead of single line.
3. Show no names (use hover feature to find name)
If those don't work then no biggie.
Good luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems you have abandoned this project? I hope not. If you didn't then please take a look at how this bar view was implemented on the Android app DiskUsage https://youtu.be/5ZR8AEIYxfg
I hope you can implement this bar view.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Example Block View
HDGraph standard view (reference)
HDGraph, "Bar view" - exemple 1
HDGraph, "Bar view" - exemple 2
Thank you very much for your message (and donation ;)).
I tried few months ago to draw this kind of graph. The result was not very good and I've given it up.
You will find in attachments some exemples of my results. You will see that the placement of folder names is a big problem. :(
So I don't think I will spend more time on that view.
What's your opinion ?
I think it looks pretty good, just needs a little tweaking. Obviously you have to figure out how wide the file/folder names are perhaps by counting the characters and using an average character width. Here are some options:
1. Show name of largest file then in descending order unless name interferes with another name.
2. Same as 1. but also use multiple lines for names instead of single line.
3. Show no names (use hover feature to find name)
If those don't work then no biggie.
Good luck.
Hello, hope you are doing well.
It seems you have abandoned this project? I hope not. If you didn't then please take a look at how this bar view was implemented on the Android app DiskUsage https://youtu.be/5ZR8AEIYxfg
I hope you can implement this bar view.