UNPKG

@covalent/echarts

Version:

Teradata UI Platform Echarts Module

11 lines (10 loc) 1.28 kB
import { TdChartOptionsService } from '../chart-options.service'; import { TdXAxisPosition } from './axis.interface'; import { TdChartAxisDirective } from './axis.component'; import * as i0 from "@angular/core"; export declare class TdChartXAxisComponent extends TdChartAxisDirective { position: TdXAxisPosition; constructor(_optionsService: TdChartOptionsService); static ɵfac: i0.ɵɵFactoryDeclaration<TdChartXAxisComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdChartXAxisComponent, "td-chart-x-axis", never, { "config": "config"; "id": "id"; "show": "show"; "gridIndex": "gridIndex"; "offset": "offset"; "type": "type"; "name": "name"; "nameLocation": "nameLocation"; "nameTextStyle": "nameTextStyle"; "nameGap": "nameGap"; "nameRotate": "nameRotate"; "inverse": "inverse"; "boundaryGap": "boundaryGap"; "min": "min"; "max": "max"; "scale": "scale"; "minInterval": "minInterval"; "interval": "interval"; "logBase": "logBase"; "silent": "silent"; "triggerEvent": "triggerEvent"; "axisLine": "axisLine"; "axisTick": "axisTick"; "axisLabel": "axisLabel"; "splitLine": "splitLine"; "splitArea": "splitArea"; "data": "data"; "axisPointer": "axisPointer"; "zlevel": "zlevel"; "z": "z"; "position": "position"; }, {}, never, never, false, never>; }