grahan — the open-source sky engine
    Preparing search index...

    Interface ChartOptions

    interface ChartOptions {
        size?: number;
        style?: "north" | "south";
        varga?: "rashi" | "navamsa";
    }
    Index

    Properties

    Properties

    size?: number

    Rendered width/height in pixels (square). Default 400.

    style?: "north" | "south"

    North Indian (default) or South Indian layout.

    varga?: "rashi" | "navamsa"

    Draw the rashi chart (D1, default) or the navamsa chart (D9).