@nova-ui/charts
Version:
Nova Charts is a library created to provide potential consumers with solutions for various data visualizations that conform with the Nova Design Language. It's designed to solve common patterns identified by UX designers, but also be very flexible so that
22 lines (21 loc) • 2.11 kB
TypeScript
import "d3-selection-multi";
import * as i0 from "@angular/core";
import * as i1 from "./legend/legend.component";
import * as i2 from "./legend/legend-series/legend-series.component";
import * as i3 from "./legend/legend-tile/basic-legend-tile/basic-legend-tile.component";
import * as i4 from "./legend/legend-tile/rich-legend-tile/rich-legend-tile.component";
import * as i5 from "./chart/chart.component";
import * as i6 from "./chart-collection/chart-collection-id.directive";
import * as i7 from "./chart-marker/chart-marker.component";
import * as i8 from "./chart-popover/chart-popover.component";
import * as i9 from "./chart-donut-content/chart-donut-content.component";
import * as i10 from "./chart-tooltips/chart-tooltips.component";
import * as i11 from "./chart-tooltips/chart-tooltip.component";
import * as i12 from "./chart-tooltips/chart-tooltip.directive";
import * as i13 from "@nova-ui/bits";
import * as i14 from "@angular/cdk/overlay";
export declare class NuiChartsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NuiChartsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NuiChartsModule, [typeof i1.LegendComponent, typeof i2.LegendSeriesComponent, typeof i3.BasicLegendTileComponent, typeof i4.RichLegendTileComponent, typeof i5.ChartComponent, typeof i6.ChartCollectionIdDirective, typeof i7.ChartMarkerComponent, typeof i8.ChartPopoverComponent, typeof i9.ChartDonutContentComponent, typeof i10.ChartTooltipsComponent, typeof i11.ChartTooltipComponent, typeof i12.ChartTooltipDirective], [typeof i13.NuiCommonModule, typeof i13.NuiIconModule, typeof i13.NuiPopoverModule, typeof i14.OverlayModule], [typeof i1.LegendComponent, typeof i2.LegendSeriesComponent, typeof i4.RichLegendTileComponent, typeof i3.BasicLegendTileComponent, typeof i5.ChartComponent, typeof i6.ChartCollectionIdDirective, typeof i7.ChartMarkerComponent, typeof i8.ChartPopoverComponent, typeof i9.ChartDonutContentComponent, typeof i10.ChartTooltipsComponent, typeof i11.ChartTooltipComponent, typeof i12.ChartTooltipDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NuiChartsModule>;
}