Talk:Timeline Widget

From ParaQ Wiki
Revision as of 09:25, 18 August 2006 by Jeff (talk | contribs) (→‎Another)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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)