Raxol.Plugins.Visualization.ChartRenderer (Raxol v1.0.0)

View Source

Handles rendering logic for chart visualizations within the VisualizationPlugin.

Summary

Functions

Public entry point for rendering chart content. Handles bounds checking, error handling, and calls the internal drawing logic. Expects bounds to be a map like %{width: w, height: h}.

Functions

render_chart_content(data, opts, bounds, state)

Public entry point for rendering chart content. Handles bounds checking, error handling, and calls the internal drawing logic. Expects bounds to be a map like %{width: w, height: h}.