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

Suggestion: display some or all example in the doc site #70

Closed harlantwood closed 7 months ago

harlantwood commented 8 months ago

Describe the solution you'd like

The examples are great. But I almost passed up this project because the one example shown on https://astrodraw.github.io/ does not show aspects. After finding nothing else that met my needs, I took a second look, and was surprised to see aspects.ts, which was enough for me to download the repo and then see the examples on my localhost.

Possible solutions:

afucher commented 7 months ago

Nice suggestion! I think that the main chart should show the features, to avoid people do not look at the library because thinking that it does not have the feature. I need to improve the documentation, adding more feature examples to the menu. If you want to contribute, please feel free to open a PR to the doc repo

harlantwood commented 7 months ago

Added a full-featured transits chart in https://github.com/AstroDraw/astrodraw.github.io/pull/1