Issues: TeeMap in 2015.16.150901 32 Bit
Posted: Sun Jul 17, 2016 10:15 pm
Hello
I have a program that sizes and analyzes disk space on Windows systems. In the screen shot below – you can see the Tree view on the left – and the TreeMap on the right.
Note that there are 3,214 sub-directories in the Delphi directory branch. In the past the TreeMap might take 1 or 2 seconds to draw… Now – it draws as shown below (a little messy to say the least) – and it takes over 6 seconds to render. The Program is setup to allow the TreeMap to change as the user changes selected the directory on the left…
So – from what I have seen so far – I have two issues
a) TreeMap is very slow to draw with anything over 1000 entries.
a. Ok – this may be my issue in trying to load soooo many entries. But it did not used to be such a big issue with the older version of the TreeMap.
b. Is there a way to restrict the number of entries in a TreeMap? Perhaps something like the “Other” slice capability in the regular Pie Series? Basically anything under X% got put into one pie slice?
b) Messy Looking diagram
a. Once again – this looks like it is caused by adding too many entries.
b. Is there something that can be done with settings in the TreeMap graph?
Any thoughts as to how I might deal with this? Is there anything I can provide to help analyze this issue?
TreeView/TreeMap showing Delphi directory structure with over 3000 sub-directories.
I have a program that sizes and analyzes disk space on Windows systems. In the screen shot below – you can see the Tree view on the left – and the TreeMap on the right.
Note that there are 3,214 sub-directories in the Delphi directory branch. In the past the TreeMap might take 1 or 2 seconds to draw… Now – it draws as shown below (a little messy to say the least) – and it takes over 6 seconds to render. The Program is setup to allow the TreeMap to change as the user changes selected the directory on the left…
So – from what I have seen so far – I have two issues
a) TreeMap is very slow to draw with anything over 1000 entries.
a. Ok – this may be my issue in trying to load soooo many entries. But it did not used to be such a big issue with the older version of the TreeMap.
b. Is there a way to restrict the number of entries in a TreeMap? Perhaps something like the “Other” slice capability in the regular Pie Series? Basically anything under X% got put into one pie slice?
b) Messy Looking diagram
a. Once again – this looks like it is caused by adding too many entries.
b. Is there something that can be done with settings in the TreeMap graph?
Any thoughts as to how I might deal with this? Is there anything I can provide to help analyze this issue?
TreeView/TreeMap showing Delphi directory structure with over 3000 sub-directories.