API Reference / ChartOptions · interface
Interface: ChartOptions
Options for Engine.chart and Engine.chartAt, extending CalcOptions.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
<a id="bodies"></a> bodies? | BodyId[] | Extra bodies to compute beyond the core chart set. | - |
<a id="housesystem"></a> houseSystem? | HouseSystem | House system to compute. Defaults to "placidus". | - |
<a id="observer"></a> observer? | Observer | Observer location; required when topocentric is set. | CalcOptions.observer |
<a id="orbs"></a> orbs? | Record<string, number> | Per-aspect orb overrides in degrees, keyed by aspect name. | - |
<a id="topocentric"></a> topocentric? | boolean | Apply topocentric parallax for observer. Defaults to false. | CalcOptions.topocentric |
<a id="zodiac"></a> zodiac? | Zodiac | Tropical (the default) or a sidereal ayanamsa, e.g. "sidereal:lahiri". | CalcOptions.zodiac |