Interface ChartType

interface ChartType {
    chartOptions?: ChartOptions;
    name?: string;
    orient?: ChartOrient;
    scripts?: string;
    type: string;
    variant?: string;
}

Hierarchy

Properties

chartOptions?: ChartOptions
name?: string
orient?: ChartOrient
scripts?: string
type: string
variant?: string

Generated using TypeDoc