@carbon/charts
    Preparing search index...

    Interface Point

    interface Point {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number