Eulergraph
    Preparing search index...

    Type Alias GridOptions

    type GridOptions = {
        gridStep: number;
        lineColor?: string;
        lineWidth?: number;
        smallGridColor?: string;
        smallGridLineWidth?: number;
        textColor?: string;
        textSize?: number;
        withSmallGrid?: boolean;
        withText?: boolean;
    }
    Index

    Properties

    gridStep: number
    lineColor?: string
    lineWidth?: number
    smallGridColor?: string
    smallGridLineWidth?: number
    textColor?: string
    textSize?: number
    withSmallGrid?: boolean
    withText?: boolean