unchartedelixir / uncharted

33 stars 8 forks source link

Add Polar chart #11

Open tmecklem opened 3 years ago

tmecklem commented 3 years ago

This PR adds the polar chart type to the chart library, where a polar chart is defined by a chart with polar axes r and t. r represents the radius distance of a point on the chart, and t represents the angular offset from 0 in radians. It also adds the polar chart LiveView Component to the library.

To Do (uncharted core):

To Do (uncharted_phoenix):