Histogram: BasePlot & {
    attribute: string;
    bins: number;
    frequency: boolean;
    type: "Histogram";
}

Information defining an element view histogram.

Type declaration

  • attribute: string
  • bins: number
  • frequency: boolean
  • type: "Histogram"

Generated using TypeDoc