canvas-utils.js |
eslint-env browser |
3869 |
color-coarse-type.js |
Color the boxes in the treemap
|
1577 |
drag-zoom.js |
DragZoom is a constructor that contains the state of the current dragging and
zooming behavior. It sets the scrolling and zooming behaviors.
@param {HTMLElement} container description
The container for the canvases
|
10298 |
draw.js |
Draw the treemap into the provided canvases using the 2d context. The treemap
layout is computed with d3. There are 2 canvases provided, each matching
the resolution of the window. The main canvas is a fully drawn version of
the treemap that is positioned and zoomed using css. It gets blurry the more
you zoom in as it doesn't get redrawn when zooming. The zoom canvas is
repositioned absolutely after every change in the dragZoom object, and then
redrawn to provide a full-resolution (non-blurry) view of zoomed in segment
of the treemap.
|
9760 |
moz.build |
|
349 |
start.js |
Start the tree map visualization
@param {HTMLDivElement} container
@param {Object} report
the report from a census
@param {Number} debounceRate
|
1166 |