Talk:Timeline Widget: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
No edit summary
(Another)
Line 10: Line 10:


[[User:Jeff|Jeff]] 10:24, 18 Aug 2006 (EDT)
[[User:Jeff|Jeff]] 10:24, 18 Aug 2006 (EDT)
== Another ==

Revision as of 09:25, 18 August 2006

Interleaved levels

An interesting thing that came up was that I could not just put the colored map "on top" of the full gray map. For example, if a directory is larger than the minimum size but contains small files, its large rectangle would be drawn on top of the grey rectangles. So, what I did was add z offsets of 0.001 between levels, then shifted the colored "in range" tree map up 0.0005 in z so that the cells are interleaved, but with the colored map on top.

Jeff 10:24, 18 Aug 2006 (EDT)

Another