Perseus
    Preparing search index...

    Type Alias GraphieData

    The Graphie data (labels, etc.)

    type GraphieData = {
        labels: GraphieLabel[];
        range: [GraphieRange, GraphieRange];
    }
    Index

    Properties

    Properties

    labels: GraphieLabel[]