Interface ICoordinateSingleAxis

interface ICoordinateSingleAxis {
    dataZoom?: any[];
    datasets: IDataset[];
    grid?: any;
    legend?: any;
    name: string;
    singleAxis: any;
    title?: any;
    tooltip?: any[];
    type: "" | "Calendar" | "Cartesian2d" | "SingleAxis" | "Polar" | "Pie";
    visualMap?: any;
}

Hierarchy

Properties

dataZoom?: any[]
datasets: IDataset[]
grid?: any
legend?: any
name: string
singleAxis: any
title?: any
tooltip?: any[]
type: "" | "Calendar" | "Cartesian2d" | "SingleAxis" | "Polar" | "Pie"
visualMap?: any

Generated using TypeDoc