Raxol.Plugins.Visualization.TreemapRenderer (Raxol v0.4.0)

View Source

Handles rendering logic for treemap visualizations within the VisualizationPlugin. Uses a squarified layout algorithm.

Summary

Functions

Public entry point for rendering treemap content. Handles bounds checking, error handling, and calls the internal layout/drawing logic. Expects bounds map: %{width: w, height: h}.

Functions

render_treemap_content(data, opts, bounds, state)

Public entry point for rendering treemap content. Handles bounds checking, error handling, and calls the internal layout/drawing logic. Expects bounds map: %{width: w, height: h}.