TheChance101 / AAY-chart

A chart library for Compose Multiplatform
MIT License
539 stars 39 forks source link

Fix conversion of degree to radian angle #100

Open yousefkazemy1 opened 1 year ago

yousefkazemy1 commented 1 year ago

I fixed this problem https://github.com/TheChance101/AAY-chart/issues/99

Problem: Instead of using the correct PI in the calculation, (22/7) is used for PI. This causes the problem because (22/7) is not the same as standard PI(Koltin PI).

I also fixed this issue: https://github.com/TheChance101/AAY-chart/issues/102

Problem: When data value is zero, the app crashes because of creating Unspecified value

AndrewAboalhana commented 11 months ago

Thx for your help we will review it as soon as we can