API Reference / ChartOptions · interface

Interface: ChartOptions

Options for Engine.chart and Engine.chartAt, extending CalcOptions.

Extends

Properties

PropertyTypeDescriptionInherited 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?HouseSystemHouse system to compute. Defaults to "placidus".-
<a id="observer"></a> observer?ObserverObserver 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?booleanApply topocentric parallax for observer. Defaults to false.CalcOptions.topocentric
<a id="zodiac"></a> zodiac?ZodiacTropical (the default) or a sidereal ayanamsa, e.g. "sidereal:lahiri".CalcOptions.zodiac

Start building

Quickstart →