Type Parameters

  • T = any

Hierarchy

  • RcsbChartInterface

Properties

attribute: RcsbSearchAttributeType
attributeName: string
chartConfig?: ChartConfigInterface & {
    mergeDomainMaxValue?: number;
}

Type declaration

  • Optional mergeDomainMaxValue?: number
chartType: ChartType
contentType: "string" | "number" | "date"
data: ChartObjectInterface<T>[]
filters?: SearchFilter[]
labelList?: string[]
title?: string

Generated using TypeDoc