@covalent/echarts
Version:
Teradata UI Platform Echarts Module
13 lines (12 loc) • 1.47 kB
TypeScript
export * from './base.module';
export { TdChartComponent } from './chart.component';
export { TdChartAxisDirective } from './axis/axis.component';
export { TdChartYAxisComponent } from './axis/y-axis.component';
export { TdChartXAxisComponent } from './axis/x-axis.component';
export { TdDatasetComponent } from './dataset/dataset.component';
export { TdChartOptionsService } from './chart-options.service';
export * from './utils';
export { ITdAxisLine, ITdAxisLabel, ITdAxisTick, ITdSplitLine, ITdNameTextStyle, ITdSplitArea, ITdAxisPointer, TdYAxisPosition, TdXAxisPosition, TdNameLocation, TdAxisType, ITdXAxisConfig, ITdYAxisConfig, } from './axis/axis.interface';
export { ITdAnimation, ITdShadow, TdAlign, TdFontStyle, TdFontWeight, TdVerticalAlign, TdPointerType, TdStatus, TdLineType, TdTooltipTrigger, TdLabelPosition, TdAxisPointerType, TdTooltipTriggerOn, ITdLineStyle, TdAreaOrigin, TdMarkPointSymbol, TdTooltipPosition, ITdTooltip, ITdTextStyle, TdLineLabelPosition, ITdLineCurveStyle, ITdLabel, ITdAxisPointerLabel, ITdBaseStyle, ITdTooltipAxisPointer, TdAxisPointerAxis, ITdEdgeLabel, TdTextPosition, TdTextAlign, } from './base.types';
export * from './series/series.component';
export { ITdItemStyle, ITdAreaStyle, ITdEmphasis, ITdMarkPoint, TdCoordinateSystem, ITdMarkLine, ITdMarkArea, ITdLineLabel, ITdLabelLine, ITdMarkLineEmphasis, ITdSeriesTooltip, TdSeriesLayoutBy, TdProgressiveChunkMode, ITdMarkAreaEmphasis, } from './series/series.interface';