Interface NxChartOptions

interface NxChartOptions {
    dataZoom?: {
        type: ChartDataZoomType;
    };
}

Properties

Properties

dataZoom?: {
    type: ChartDataZoomType;
}

Type declaration

Generated using TypeDoc