ngeo
    Preparing search index...

    Interface ngeoProfileOptions

    interface ngeoProfileOptions {
        light?: boolean;
        lightXAxis?: boolean;
        linesConfiguration: {};
        poiLabelAngle?: number;
        styleDefs?: string;
    }
    Index

    Properties

    light?: boolean

    Show a simplified profile when true.

    lightXAxis?: boolean

    Show a simplified x axis with only both end ticks.

    linesConfiguration: {}

    Configuration object for the profile's

    poiLabelAngle?: number

    Inline CSS style definition to inject in the SVG. lines. The key string of each object is used as class for its respective svg line.

    styleDefs?: string

    Inline CSS style definition to inject in the SVG.