Type Alias GridOptions

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