Polar coordinates graph, r's of different scales

I am drawing a polar coordinates graph in plotly. the measures are of different scales, ie “A” = random.rand(0, 1), “B” = random.randint(0, 1000).

Is there a parameter for scaling, or will I need to normalize external to graph?

TIA!