astro_render_vedic_grid
Vedic divisional chart grid renders — D1..D60, North or South Indian layout.
- Layer: render
- Methods: grid
- Free tier: —
- Paid tier: grid
Description
Vedic divisional chart grid renders — D1..D60, North or South Indian layout.
Methods:
grid [Paid] — Vedic divisional chart grids (D1-D60) in North or South Indian layout
Input schema
grid
| Field | Type | Required | Constraints |
|---|---|---|---|
| birthData.year | integer | yes | min -4000, max 4000, int |
| birthData.month | integer | yes | min 1, max 12, int |
| birthData.day | integer | yes | min 1, max 31, int |
| birthData.hour | integer | yes | min 0, max 23, int |
| birthData.minute | integer | yes | min 0, max 59, int |
| birthData.second | integer | no | min 0, max 59, int |
| birthData.latitude | number | yes | min -90, max 90 |
| birthData.longitude | number | yes | min -180, max 180 |
| birthData.timezone | number | yes | min -12, max 14 |
| birthData.unknownTime | boolean | no | — |
| vargas | array<enum(16)> | yes | — |
| layout | "north-indian" | "south-indian" | yes | — |
| ayanamsha | "lahiri" | "fagan-bradley" | "krishnamurti" | "raman" | no | — |
| sizePx | integer | no | min 240, max 1600, int |
| palette.background | any | "transparent" | string | no | — |
| palette.grid | string | no | — |
| palette.text | string | no | — |
| palette.accent | string | no | — |