@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartSvgAxisOptions

    type ChartSvgAxisOptions = {
        formatValue?: (value: number) => string;
        label?: string;
        tickCount?: number;
        visible?: boolean;
    }
    Index

    Properties

    formatValue?: (value: number) => string
    label?: string
    tickCount?: number
    visible?: boolean