KarthikRIyer / swiftplot

Swift library for Data Visualization :bar_chart:
Apache License 2.0
398 stars 36 forks source link

PolarChart (in progress) #105

Closed areebg9 closed 4 years ago

areebg9 commented 4 years ago

So far, the .addSeries and .addFunction work, the only issue is when I attempted to implement a function draw_empty_circle to draw an empty circle (used for gridlines) into AGGRenderer, it gave me an error.