✨ Announcing our seed funding led by Lux Capital! Read more about it on our blog
DocsBlogChangelog

Search documentation...

/

Star

12k+

[ Learn ]

[ Concepts ]

[ Reference ]

Polar


Polar is a wrapper component that renders a polar graph. Polar expects a data prop, which is a list of objects with x and y keys.
1.02.03.04.05.0
rx.chart(
    rx.polar(),
    rx.line(
        data=rx.data(
            "line", x=[1, 2, 3, 4, 5], y=[1, 2, 3, 4, 10]
        ),
    ),
    polar=True,
)

Polar


Display a victory polar.


  • Base Event Triggers

← PieScatter →

Copyright © 2023 Pynecone, Inc.