API Reference / ChartOptions · interface
Interface: ChartOptions
Options for Engine.chart and Engine.chartAt, extending CalcOptions.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
<a id="aspects"></a> aspects? | Record<string, number> | Custom aspect angle table for the chart's aspect list. See FindAspectsOptions.aspects. | - |
<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 partial record merges over DEFAULT_ORBS (see findAspects). | - |
<a id="separation"></a> separation? | "longitude" | "spatial" | Aspect separation mode: zodiacal longitude (default) or true spatial great-circle separation. See FindAspectsOptions.separation. | - |
<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 |