Scatterplot: BasePlot & {
    type: "Scatterplot";
    x: string;
    xScaleLog?: boolean;
    y: string;
    yScaleLog?: boolean;
}

Information defining an element view scatterplot

Type declaration

  • type: "Scatterplot"
  • x: string
  • Optional xScaleLog?: boolean
  • y: string
  • Optional yScaleLog?: boolean

Generated using TypeDoc