Creates a linear "Bubble Chart" to display key project metrics. Each indicator is represented by a circle sized relative to its value, set against a fixed background ring.
Usage
visualize_indicators(
indicator_data = NULL,
project_title = "Project Indicators Visualization"
)