AstroDraw / AstroChart

A free and open-source TypeScript library for generating SVG charts to display planets in astrology.
https://astrodraw.github.io
MIT License
212 stars 55 forks source link

How to draw the ascendant ? #28

Closed sbalsom closed 2 years ago

sbalsom commented 2 years ago

In settings.js, there is a case for drawing the Ascendant and Descendant symbols on the chart, so I know it can be done. However, there is no info on how to pass any value for the Asc/Desc point on the chart. How to do this ?

ilyai commented 2 years ago

Asc is an alias for cusp 1 and Desc is cusp 7, so you just pass them with the cusps parameter.