@skdx/angular-charts 0.39.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"skdx-angular-charts.mjs","sources":["../../src/public-api.ts","../../src/skdx-angular-charts.ts"],"sourcesContent":["/*\n * Copyright (c) 2026 SkandaDX\n * This file is part of the SkandaDX organization.\n * Licensed under the MIT License. See LICENSE in the repository root.\n */\n\nexport { SkdxBarChartComponent } from '@skdx/angular-charts/bar';\nexport { SkdxLineChartComponent } from '@skdx/angular-charts/line';\nexport { SkdxAreaChartComponent } from '@skdx/angular-charts/area';\nexport { SkdxPieChartComponent } from '@skdx/angular-charts/pie';\nexport { SkdxScatterChartComponent } from '@skdx/angular-charts/scatter';\nexport { SkdxSparklineComponent } from '@skdx/angular-charts/sparkline';\nexport { SkdxRadarChartComponent } from '@skdx/angular-charts/radar';\nexport { SkdxHeatmapComponent } from '@skdx/angular-charts/heatmap';\nexport { SkdxFunnelChartComponent } from '@skdx/angular-charts/funnel';\nexport { SkdxSankeyChartComponent } from '@skdx/angular-charts/sankey';\nexport { SkdxTreemapComponent } from '@skdx/angular-charts/treemap';\nexport { SkdxCandlestickChartComponent } from '@skdx/angular-charts/candlestick';\nexport { SkdxWaterfallChartComponent } from '@skdx/angular-charts/waterfall';\nexport { SkdxGanttChartComponent } from '@skdx/angular-charts/gantt';\nexport { SkdxBoxplotComponent } from '@skdx/angular-charts/boxplot';\nexport { SkdxSunburstChartComponent } from '@skdx/angular-charts/sunburst';\nexport { SkdxChordChartComponent } from '@skdx/angular-charts/chord';\nexport { SkdxMapChartComponent } from '@skdx/angular-charts/map';\nexport { SkdxRadialBarChartComponent } from '@skdx/angular-charts/radial';\nexport { SkdxGaugeChartComponent } from '@skdx/angular-charts/gauge';\nexport { SkdxBubbleChartComponent } from '@skdx/angular-charts/bubble';\nexport { SkdxHistogramComponent } from '@skdx/angular-charts/histogram';\nexport { SkdxBulletChartComponent } from '@skdx/angular-charts/bullet';\nexport { SkdxComboChartComponent } from '@skdx/angular-charts/combo';\nexport { SkdxRangeChartComponent } from '@skdx/angular-charts/range';\nexport { SkdxNetworkChartComponent } from '@skdx/angular-charts/network';\nexport { SkdxTimelineChartComponent } from '@skdx/angular-charts/timeline';\nexport { SkdxMarimekkoChartComponent } from '@skdx/angular-charts/marimekko';\nexport { SkdxParallelCoordinatesChartComponent } from '@skdx/angular-charts/parallel';\nexport { SkdxLinearGaugeComponent } from '@skdx/angular-charts/linear-gauge';\nexport { SkdxDumbbellChartComponent } from '@skdx/angular-charts/dumbbell';\nexport { SkdxParetoChartComponent } from '@skdx/angular-charts/pareto';\nexport { SkdxBumpChartComponent } from '@skdx/angular-charts/bump';\nexport { SkdxPolarAreaChartComponent } from '@skdx/angular-charts/polar-area';\nexport { SkdxSwarmPlotComponent } from '@skdx/angular-charts/swarm';\nexport { SkdxWaffleChartComponent } from '@skdx/angular-charts/waffle';\nexport { SkdxTreeChartComponent } from '@skdx/angular-charts/tree';\nexport { SkdxOrganizationChartComponent } from '@skdx/angular-charts/organization';\nexport { SkdxCirclePackingChartComponent } from '@skdx/angular-charts/circle-packing';\nexport { SkdxIcicleChartComponent } from '@skdx/angular-charts/icicle';\nexport {\n csv,\n exportChart,\n seriesCsv,\n svgMarkup,\n makeFormatter,\n} from '@skdx/angular-charts/internal';\nexport type { SelectionMode } from '@skdx/angular-charts/internal';\nexport type {\n AxisOptions,\n AccessibleTableOptions,\n Annotation,\n BoxplotSeries,\n BoxSummary,\n CandlestickOverlay,\n ChartDataIssue,\n ChartExportOptions,\n ChartItemId,\n ChartItemRef,\n ChordLink,\n ColorScale,\n DumbbellDatum,\n BumpChartInput,\n PolarAreaChartInput,\n SwarmPlotInput,\n WaffleChartInput,\n MarimekkoChartInput,\n TimelineChartInput,\n ParallelCoordinatesInput,\n ErrorValue,\n HighlightScope,\n LegendOptions,\n MapLine,\n MapView,\n SyncState,\n TaskChange,\n GroupedBoxSeries,\n RadarMetric,\n Sampling,\n SankeyNode,\n Selection,\n SeriesTransform,\n TooltipOptions,\n Band,\n BubblePoint,\n BubbleSeries,\n BulletDatum,\n ComboSeries,\n MapPoint,\n MarkerSymbol,\n NetworkEdge,\n NetworkNode,\n RangeChartSeries,\n ScatterPoint,\n TimelineEvent,\n WaterfallDatum,\n MarimekkoCategory,\n ParallelDimension,\n ParallelRow,\n CalendarCell,\n Candle,\n CartesianSeries,\n Category,\n ChartItem,\n Curve,\n Datum,\n Format,\n GanttTask,\n GeoMultiPolygon,\n GeoPolygon,\n MapFeature,\n RadialBand,\n RangeSeries,\n Reference,\n SankeyLink,\n ScatterSeries,\n Series,\n TreeNode,\n Value,\n Variant,\n XAxisOptions,\n TreeChartInput,\n OrganizationChartInput,\n CirclePackingInput,\n IcicleInput,\n Zoom,\n} from '@skdx/angular-charts/internal';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;AAIG;;ACJH;;AAEG"}
1
+ {"version":3,"file":"skdx-angular-charts.mjs","sources":["../../src/public-api.ts","../../src/skdx-angular-charts.ts"],"sourcesContent":["/*\n * Copyright (c) 2026 SkandaDX\n * This file is part of the SkandaDX organization.\n * Licensed under the MIT License. See LICENSE in the repository root.\n */\n\nexport { SkdxBarChartComponent } from '@skdx/angular-charts/bar';\nexport { SkdxLineChartComponent } from '@skdx/angular-charts/line';\nexport { SkdxAreaChartComponent } from '@skdx/angular-charts/area';\nexport { SkdxPieChartComponent } from '@skdx/angular-charts/pie';\nexport { SkdxScatterChartComponent } from '@skdx/angular-charts/scatter';\nexport { SkdxSparklineComponent } from '@skdx/angular-charts/sparkline';\nexport { SkdxRadarChartComponent } from '@skdx/angular-charts/radar';\nexport { SkdxHeatmapComponent } from '@skdx/angular-charts/heatmap';\nexport { SkdxFunnelChartComponent } from '@skdx/angular-charts/funnel';\nexport { SkdxSankeyChartComponent } from '@skdx/angular-charts/sankey';\nexport { SkdxTreemapComponent } from '@skdx/angular-charts/treemap';\nexport { SkdxCandlestickChartComponent } from '@skdx/angular-charts/candlestick';\nexport { SkdxWaterfallChartComponent } from '@skdx/angular-charts/waterfall';\nexport { SkdxGanttChartComponent } from '@skdx/angular-charts/gantt';\nexport { SkdxBoxplotComponent } from '@skdx/angular-charts/boxplot';\nexport { SkdxSunburstChartComponent } from '@skdx/angular-charts/sunburst';\nexport { SkdxChordChartComponent } from '@skdx/angular-charts/chord';\nexport { SkdxMapChartComponent } from '@skdx/angular-charts/map';\nexport { SkdxRadialBarChartComponent } from '@skdx/angular-charts/radial';\nexport { SkdxGaugeChartComponent } from '@skdx/angular-charts/gauge';\nexport { SkdxBubbleChartComponent } from '@skdx/angular-charts/bubble';\nexport { SkdxHistogramComponent } from '@skdx/angular-charts/histogram';\nexport { SkdxBulletChartComponent } from '@skdx/angular-charts/bullet';\nexport { SkdxComboChartComponent } from '@skdx/angular-charts/combo';\nexport { SkdxRangeChartComponent } from '@skdx/angular-charts/range';\nexport { SkdxNetworkChartComponent } from '@skdx/angular-charts/network';\nexport { SkdxTimelineChartComponent } from '@skdx/angular-charts/timeline';\nexport { SkdxMarimekkoChartComponent } from '@skdx/angular-charts/marimekko';\nexport { SkdxParallelCoordinatesChartComponent } from '@skdx/angular-charts/parallel';\nexport { SkdxLinearGaugeComponent } from '@skdx/angular-charts/linear-gauge';\nexport { SkdxDumbbellChartComponent } from '@skdx/angular-charts/dumbbell';\nexport { SkdxParetoChartComponent } from '@skdx/angular-charts/pareto';\nexport { SkdxBumpChartComponent } from '@skdx/angular-charts/bump';\nexport { SkdxPolarAreaChartComponent } from '@skdx/angular-charts/polar-area';\nexport { SkdxSwarmPlotComponent } from '@skdx/angular-charts/swarm';\nexport { SkdxWaffleChartComponent } from '@skdx/angular-charts/waffle';\nexport { SkdxTreeChartComponent } from '@skdx/angular-charts/tree';\nexport { SkdxOrganizationChartComponent } from '@skdx/angular-charts/organization';\nexport { SkdxCirclePackingChartComponent } from '@skdx/angular-charts/circle-packing';\nexport { SkdxIcicleChartComponent } from '@skdx/angular-charts/icicle';\nexport {\n csv,\n exportChart,\n seriesCsv,\n svgMarkup,\n makeFormatter,\n} from '@skdx/angular-charts/internal';\nexport type { SelectionMode } from '@skdx/angular-charts/internal';\nexport type {\n AxisOptions,\n AccessibleTableOptions,\n Annotation,\n BoxplotSeries,\n BoxSummary,\n CandlestickOverlay,\n ChartDataIssue,\n ChartExportOptions,\n ChartInstanceExportOptions,\n ChartItemId,\n ChartItemRef,\n ChordLink,\n ColorScale,\n DumbbellDatum,\n BumpChartInput,\n PolarAreaChartInput,\n SwarmPlotInput,\n WaffleChartInput,\n MarimekkoChartInput,\n TimelineChartInput,\n ParallelCoordinatesInput,\n ErrorValue,\n HighlightScope,\n LegendOptions,\n MapLine,\n MapView,\n SyncState,\n TaskChange,\n GroupedBoxSeries,\n RadarMetric,\n Sampling,\n SankeyNode,\n Selection,\n SeriesTransform,\n TooltipOptions,\n Band,\n BubblePoint,\n BubbleSeries,\n BulletDatum,\n ComboSeries,\n MapPoint,\n MarkerSymbol,\n NetworkEdge,\n NetworkNode,\n RangeChartSeries,\n ScatterPoint,\n TimelineEvent,\n WaterfallDatum,\n MarimekkoCategory,\n ParallelDimension,\n ParallelRow,\n CalendarCell,\n Candle,\n CartesianSeries,\n Category,\n ChartItem,\n Curve,\n Datum,\n Format,\n GanttTask,\n GeoMultiPolygon,\n GeoPolygon,\n MapFeature,\n RadialBand,\n RangeSeries,\n Reference,\n SankeyLink,\n ScatterSeries,\n Series,\n TreeNode,\n Value,\n Variant,\n XAxisOptions,\n TreeChartInput,\n OrganizationChartInput,\n CirclePackingInput,\n IcicleInput,\n Zoom,\n} from '@skdx/angular-charts/internal';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;AAIG;;ACJH;;AAEG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/angular-charts",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "Forty SVG charts as standalone Angular components, from bar and line to sankey, radial bar and choropleth map — colored by @skdx/tokens",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -20,7 +20,7 @@
20
20
  "peerDependencies": {
21
21
  "@angular/common": "^22.0.0",
22
22
  "@angular/core": "^22.0.0",
23
- "@skdx/tokens": "^0.39.0"
23
+ "@skdx/tokens": "^0.40.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.3.0"
@@ -1,5 +1,5 @@
1
1
  import * as _skdx_angular_charts_internal from '@skdx/angular-charts/internal';
2
- import { SkdxSizedBase, Candle, AxisOptions, Reference, Annotation, CandlestickOverlay } from '@skdx/angular-charts/internal';
2
+ import { SkdxSizedBase, Candle, AxisOptions, Format, Reference, Annotation, CandlestickOverlay } from '@skdx/angular-charts/internal';
3
3
  import * as _angular_core from '@angular/core';
4
4
 
5
5
  /** Candles or OHLC bars on a time axis, with an optional volume pane, references, zoom and brush. */
@@ -8,6 +8,9 @@ declare class SkdxCandlestickChartComponent extends SkdxSizedBase {
8
8
  readonly scale: _angular_core.InputSignal<"linear" | "log" | undefined>;
9
9
  readonly variant: _angular_core.InputSignal<"candlestick" | "ohlc" | undefined>;
10
10
  readonly xAxis: _angular_core.InputSignal<Pick<AxisOptions, "format"> | undefined>;
11
+ readonly yAxis: _angular_core.InputSignal<Pick<AxisOptions, "format"> | undefined>;
12
+ /** How volume is written in titles and tooltips; a plain integer count by default. */
13
+ readonly volumeFormat: _angular_core.InputSignal<Format | undefined>;
11
14
  readonly references: _angular_core.InputSignal<Reference[] | undefined>;
12
15
  readonly annotations: _angular_core.InputSignal<Annotation[] | undefined>;
13
16
  /** Moving-average lines over the candles. */
@@ -18,7 +21,7 @@ declare class SkdxCandlestickChartComponent extends SkdxSizedBase {
18
21
  readonly crosshair: _angular_core.InputSignal<boolean>;
19
22
  protected readonly layout: _angular_core.Signal<_skdx_angular_charts_internal.Canvas>;
20
23
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkdxCandlestickChartComponent, never>;
21
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkdxCandlestickChartComponent, "skdx-candlestick-chart", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "scale": { "alias": "scale"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "xAxis": { "alias": "xAxis"; "required": false; "isSignal": true; }; "references": { "alias": "references"; "required": false; "isSignal": true; }; "annotations": { "alias": "annotations"; "required": false; "isSignal": true; }; "overlays": { "alias": "overlays"; "required": false; "isSignal": true; }; "upColor": { "alias": "upColor"; "required": false; "isSignal": true; }; "downColor": { "alias": "downColor"; "required": false; "isSignal": true; }; "brush": { "alias": "brush"; "required": false; "isSignal": true; }; "crosshair": { "alias": "crosshair"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
24
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkdxCandlestickChartComponent, "skdx-candlestick-chart", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "scale": { "alias": "scale"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "xAxis": { "alias": "xAxis"; "required": false; "isSignal": true; }; "yAxis": { "alias": "yAxis"; "required": false; "isSignal": true; }; "volumeFormat": { "alias": "volumeFormat"; "required": false; "isSignal": true; }; "references": { "alias": "references"; "required": false; "isSignal": true; }; "annotations": { "alias": "annotations"; "required": false; "isSignal": true; }; "overlays": { "alias": "overlays"; "required": false; "isSignal": true; }; "upColor": { "alias": "upColor"; "required": false; "isSignal": true; }; "downColor": { "alias": "downColor"; "required": false; "isSignal": true; }; "brush": { "alias": "brush"; "required": false; "isSignal": true; }; "crosshair": { "alias": "crosshair"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
22
25
  }
23
26
 
24
27
  export { SkdxCandlestickChartComponent };
@@ -1104,6 +1104,13 @@ interface CandlestickInput extends Sized {
1104
1104
  xAxis?: (Pick<AxisOptions, 'format'> & {
1105
1105
  type?: 'category' | 'time' | undefined;
1106
1106
  }) | undefined;
1107
+ /** Overrides the chart-level `format` for this axis. */
1108
+ yAxis?: Pick<AxisOptions, 'format'> | undefined;
1109
+ /**
1110
+ * How volume is written in titles and tooltips; a plain integer count by default, not the
1111
+ * chart-level price `format`.
1112
+ */
1113
+ volumeFormat?: Format | undefined;
1107
1114
  references?: Reference[] | undefined;
1108
1115
  annotations?: Annotation[] | undefined;
1109
1116
  /** Moving-average lines. */
@@ -1880,6 +1887,11 @@ declare const CHART_COLORS: {
1880
1887
  /** Semantic color of a reference line, band or threshold sector. */
1881
1888
  declare const variantColor: (variant?: Variant) => string;
1882
1889
 
1890
+ /** Shared input/surface rounding; consumer tokens can customize it without changing data geometry. */
1891
+ declare const CHART_SURFACE_RADIUS = "var(--skdx-radius-default, var(--skdx-radius-md, 0.5rem))";
1892
+ /** Only rectangular UI surfaces follow control rounding. Data marks retain their geometry/options. */
1893
+ declare function chartSurfaceRadius(part: string): string | undefined;
1894
+
1883
1895
  /** The default: the runtime locale's plain number format, with float noise trimmed. */
1884
1896
  declare const formatValue: (v: number) => string;
1885
1897
  /** Turns a `Format` into a function; `undefined` gives the default number format. */
@@ -2025,6 +2037,11 @@ type ChartExportOptions = {
2025
2037
  type: 'csv';
2026
2038
  rows: (string | number | null | undefined)[][];
2027
2039
  });
2040
+ type OptionalExportLabel<Options> = Options extends unknown ? Omit<Options, 'label'> & {
2041
+ label?: string;
2042
+ } : never;
2043
+ /** Component export options; the chart supplies its accessible name when label is omitted. */
2044
+ type ChartInstanceExportOptions = OptionalExportLabel<ChartExportOptions>;
2028
2045
  /**
2029
2046
  * One entry point for the export formats: SVG markup, a PNG blob (browser only), or CSV of the
2030
2047
  * rows given. Rejects when a PNG is asked for outside a browser.
@@ -2482,6 +2499,7 @@ declare class SkdxChartRootComponent {
2482
2499
  private hover;
2483
2500
  private readonly token;
2484
2501
  constructor();
2502
+ private readonly dismissedCrosshair;
2485
2503
  protected readonly tip: _angular_core.WritableSignal<Shape[]>;
2486
2504
  protected readonly tipShapes: _angular_core.Signal<Shape[]>;
2487
2505
  private lastCross;
@@ -2498,7 +2516,6 @@ declare class SkdxChartRootComponent {
2498
2516
  protected readonly brushing: _angular_core.Signal<boolean>;
2499
2517
  protected readonly active: _angular_core.Signal<boolean>;
2500
2518
  protected readonly focusable: _angular_core.Signal<boolean>;
2501
- protected readonly descId: _angular_core.Signal<string | null>;
2502
2519
  protected readonly focusShapes: _angular_core.Signal<Shape[]>;
2503
2520
  private drag;
2504
2521
  /** The rendered `<svg>`. */
@@ -2508,9 +2525,7 @@ declare class SkdxChartRootComponent {
2508
2525
  /** Moves keyboard focus to the first mark matching the ref; `false` when none matches. */
2509
2526
  focusItem(ref: ChartItemRef): boolean;
2510
2527
  /** SVG markup, a PNG blob, or CSV, through the core's `exportChart`. */
2511
- export(options: Omit<ChartExportOptions, 'label'> & {
2512
- label?: string;
2513
- }): Promise<string | Blob>;
2528
+ export(options: ChartInstanceExportOptions): Promise<string | Blob>;
2514
2529
  private viewBox;
2515
2530
  private publish;
2516
2531
  private setZoom;
@@ -2628,9 +2643,7 @@ declare abstract class SkdxSizedBase {
2628
2643
  /** Moves keyboard focus to the first mark matching the ref; `false` when none matches. */
2629
2644
  focusItem(ref: ChartItemRef): boolean;
2630
2645
  /** SVG markup, a PNG blob, or CSV, through the core's `exportChart`. */
2631
- export(options: Omit<ChartExportOptions, 'label'> & {
2632
- label?: string;
2633
- }): Promise<string | Blob>;
2646
+ export(options: ChartInstanceExportOptions): Promise<string | Blob>;
2634
2647
  /** Applies a legend toggle reported by the root. */
2635
2648
  protected toggle([name]: string[]): void;
2636
2649
  /** Applies what another chart in the sync group published. */
@@ -2759,10 +2772,11 @@ declare abstract class SkdxChartBase extends SkdxSizedBase {
2759
2772
 
2760
2773
  /** Draws a core shape list back to front; marks with an `item` carry their index for hit-testing. */
2761
2774
  declare class SkdxChartShapesComponent {
2775
+ protected readonly surfaceRadius: typeof chartSurfaceRadius;
2762
2776
  readonly shapes: _angular_core.InputSignal<Shape[]>;
2763
2777
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SkdxChartShapesComponent, never>;
2764
2778
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkdxChartShapesComponent, "g[skdxChartShapes]", never, { "shapes": { "alias": "shapes"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
2765
2779
  }
2766
2780
 
2767
- export { ANIMATION_CSS, ANIMATION_LIMIT, CHART_COLORS, MARKER_LIMIT, NETWORK_LABEL_LIMIT, PARALLEL_TITLE_LIMIT, SAMPLING_THRESHOLD, SERIES_COLORS, SWARM_TITLE_LIMIT, SkdxChartBase, SkdxChartRootComponent, SkdxChartShapesComponent, SkdxSizedBase, TABLE_LIMIT, TITLE_LIMIT, aggregate, anchorOf, animationDuration, annotationShapes, applyTransforms, binCounts, binEdges, binSamples, boxFrom, brushBoxShape, brushDrag, brushGrab, categoryLabel, colorLegendShapes, crosshairAt, crosshairLine, crosshairRows, crosshairShapes, csv, cumulative, cutDepth, defsMarkup, depthOf, difference, drill, emphasize, exponentialMovingAverage, exportChart, filter, findPath, focusShapes, focusTargets, formatValue, ganttDrag, ganttGhost, ganttGrab, ganttKey, hoverTooltip, hoveredRef, insidePolygon, isSelected, isUnzoomed, itemAt, itemId, itemsInBox, itemsInPolygon, lassoShape, layoutAreaChart, layoutBarChart, layoutBoxplot, layoutBubbleChart, layoutBulletChart, layoutBumpChart, layoutCandlestick, layoutCartesian, layoutChord, layoutCirclePacking, layoutComboChart, layoutDumbbellChart, layoutFunnelChart, layoutGantt, layoutGaugeChart, layoutHeatmap, layoutHistogram, layoutIcicle, layoutLineChart, layoutLinearGauge, layoutMap, layoutMarimekkoChart, layoutNetworkChart, layoutOrganizationChart, layoutParallelCoordinates, layoutParetoChart, layoutPieChart, layoutPolarAreaChart, layoutRadarChart, layoutRadialBar, layoutRangeChart, layoutSankey, layoutScatterChart, layoutSparkline, layoutSunburst, layoutSwarmPlot, layoutTimelineChart, layoutTreeChart, layoutTreemap, layoutWaffleChart, layoutWaterfall, legendOptions, lttb, m4, makeColorScale, makeFormatter, mapPan, mapWheel, matchesItem, minMaxSample, mixStops, movingAverage, nextFocus, nodeId, nodeValue, normalize, packCircles, parseColor, percentageChange, placeLegend, pointerShapes, pointerTooltipText, rank, refOf, referenceShapes, sameRef, sampleIndexes, samplingOptions, selectedIds, seriesCsv, shapeMarkup, sortChildren, sortValues, stateCanvas, svgMarkup, svgToPng, swarmOffsets, syncGroup, tableRows, timeTicks, toRefs, toViewBox, toggleSelection, tooltipOptions, tooltipShapes, translatePath, translateShapes, variantColor, waffleCounts, zoomPan, zoomPinch, zoomWheel };
2768
- export type { AccessibleTableOptions, Annotation, AreaChartInput, AxisOptions, Band, BarChartInput, Bin, BinOptions, Box, BoxSummary, BoxplotInput, BoxplotSeries, BrushGrab, BubbleChartInput, BubblePoint, BubbleSeries, BulletChartInput, BulletDatum, BumpChartInput, CalendarCell, Candle, CandlestickInput, CandlestickOverlay, Canvas, CartesianSeries, Category, ChartDataIssue, ChartExportOptions, ChartInput, ChartItem, ChartItemId, ChartItemRef, ChordInput, ChordLink, CirclePackingInput, ColorLegendOptions, ColorScale, ComboChartInput, ComboSeries, Curve, Datum, DumbbellChartInput, DumbbellDatum, EditModel, ErrorValue, Format, Frame, FunnelChartInput, GanttGrab, GanttInput, GanttTask, GaugeChartInput, GeoLineString, GeoMultiLineString, GeoMultiPoint, GeoMultiPolygon, GeoPoint, GeoPolygon, GradientDef, GroupedBoxSeries, HeatmapInput, HighlightScope, HistogramInput, Hit, IcicleInput, Identified, LegendItem, LegendOptions, LineChartInput, LinearGaugeInput, MapFeature, MapInput, MapLine, MapModel, MapPoint, MapView, MarimekkoCategory, MarimekkoChartInput, MarkerSymbol, NetworkChartInput, NetworkEdge, NetworkNode, OrganizationChartInput, ParallelCoordinatesInput, ParallelDimension, ParallelRow, ParetoChartInput, PieChartInput, PolarAreaChartInput, RadarChartInput, RadarMetric, RadialBand, RadialBarInput, RangeChartInput, RangeChartSeries, RangeSeries, Reference, ResolvedColorScale, ResponsiveOptions, Sampling, SankeyInput, SankeyLink, SankeyNode, ScatterChartInput, ScatterPoint, ScatterSeries, Selection, SelectionMode, Series, SeriesTransform, Shape, Sized, SparklineInput, SunburstInput, SwarmPlotInput, SyncGroup, SyncListener, SyncState, TaskChange, Tick, TimelineChartInput, TimelineEvent, TooltipOptions, TreeChartInput, TreeNode, TreemapInput, Value, Variant, WaffleChartInput, WaterfallDatum, WaterfallInput, XAxisOptions, Zoom };
2781
+ export { ANIMATION_CSS, ANIMATION_LIMIT, CHART_COLORS, CHART_SURFACE_RADIUS, MARKER_LIMIT, NETWORK_LABEL_LIMIT, PARALLEL_TITLE_LIMIT, SAMPLING_THRESHOLD, SERIES_COLORS, SWARM_TITLE_LIMIT, SkdxChartBase, SkdxChartRootComponent, SkdxChartShapesComponent, SkdxSizedBase, TABLE_LIMIT, TITLE_LIMIT, aggregate, anchorOf, animationDuration, annotationShapes, applyTransforms, binCounts, binEdges, binSamples, boxFrom, brushBoxShape, brushDrag, brushGrab, categoryLabel, chartSurfaceRadius, colorLegendShapes, crosshairAt, crosshairLine, crosshairRows, crosshairShapes, csv, cumulative, cutDepth, defsMarkup, depthOf, difference, drill, emphasize, exponentialMovingAverage, exportChart, filter, findPath, focusShapes, focusTargets, formatValue, ganttDrag, ganttGhost, ganttGrab, ganttKey, hoverTooltip, hoveredRef, insidePolygon, isSelected, isUnzoomed, itemAt, itemId, itemsInBox, itemsInPolygon, lassoShape, layoutAreaChart, layoutBarChart, layoutBoxplot, layoutBubbleChart, layoutBulletChart, layoutBumpChart, layoutCandlestick, layoutCartesian, layoutChord, layoutCirclePacking, layoutComboChart, layoutDumbbellChart, layoutFunnelChart, layoutGantt, layoutGaugeChart, layoutHeatmap, layoutHistogram, layoutIcicle, layoutLineChart, layoutLinearGauge, layoutMap, layoutMarimekkoChart, layoutNetworkChart, layoutOrganizationChart, layoutParallelCoordinates, layoutParetoChart, layoutPieChart, layoutPolarAreaChart, layoutRadarChart, layoutRadialBar, layoutRangeChart, layoutSankey, layoutScatterChart, layoutSparkline, layoutSunburst, layoutSwarmPlot, layoutTimelineChart, layoutTreeChart, layoutTreemap, layoutWaffleChart, layoutWaterfall, legendOptions, lttb, m4, makeColorScale, makeFormatter, mapPan, mapWheel, matchesItem, minMaxSample, mixStops, movingAverage, nextFocus, nodeId, nodeValue, normalize, packCircles, parseColor, percentageChange, placeLegend, pointerShapes, pointerTooltipText, rank, refOf, referenceShapes, sameRef, sampleIndexes, samplingOptions, selectedIds, seriesCsv, shapeMarkup, sortChildren, sortValues, stateCanvas, svgMarkup, svgToPng, swarmOffsets, syncGroup, tableRows, timeTicks, toRefs, toViewBox, toggleSelection, tooltipOptions, tooltipShapes, translatePath, translateShapes, variantColor, waffleCounts, zoomPan, zoomPinch, zoomWheel };
2782
+ export type { AccessibleTableOptions, Annotation, AreaChartInput, AxisOptions, Band, BarChartInput, Bin, BinOptions, Box, BoxSummary, BoxplotInput, BoxplotSeries, BrushGrab, BubbleChartInput, BubblePoint, BubbleSeries, BulletChartInput, BulletDatum, BumpChartInput, CalendarCell, Candle, CandlestickInput, CandlestickOverlay, Canvas, CartesianSeries, Category, ChartDataIssue, ChartExportOptions, ChartInput, ChartInstanceExportOptions, ChartItem, ChartItemId, ChartItemRef, ChordInput, ChordLink, CirclePackingInput, ColorLegendOptions, ColorScale, ComboChartInput, ComboSeries, Curve, Datum, DumbbellChartInput, DumbbellDatum, EditModel, ErrorValue, Format, Frame, FunnelChartInput, GanttGrab, GanttInput, GanttTask, GaugeChartInput, GeoLineString, GeoMultiLineString, GeoMultiPoint, GeoMultiPolygon, GeoPoint, GeoPolygon, GradientDef, GroupedBoxSeries, HeatmapInput, HighlightScope, HistogramInput, Hit, IcicleInput, Identified, LegendItem, LegendOptions, LineChartInput, LinearGaugeInput, MapFeature, MapInput, MapLine, MapModel, MapPoint, MapView, MarimekkoCategory, MarimekkoChartInput, MarkerSymbol, NetworkChartInput, NetworkEdge, NetworkNode, OrganizationChartInput, ParallelCoordinatesInput, ParallelDimension, ParallelRow, ParetoChartInput, PieChartInput, PolarAreaChartInput, RadarChartInput, RadarMetric, RadialBand, RadialBarInput, RangeChartInput, RangeChartSeries, RangeSeries, Reference, ResolvedColorScale, ResponsiveOptions, Sampling, SankeyInput, SankeyLink, SankeyNode, ScatterChartInput, ScatterPoint, ScatterSeries, Selection, SelectionMode, Series, SeriesTransform, Shape, Sized, SparklineInput, SunburstInput, SwarmPlotInput, SyncGroup, SyncListener, SyncState, TaskChange, Tick, TimelineChartInput, TimelineEvent, TooltipOptions, TreeChartInput, TreeNode, TreemapInput, Value, Variant, WaffleChartInput, WaterfallDatum, WaterfallInput, XAxisOptions, Zoom };
@@ -38,4 +38,4 @@ export { SkdxTreeChartComponent } from '@skdx/angular-charts/tree';
38
38
  export { SkdxOrganizationChartComponent } from '@skdx/angular-charts/organization';
39
39
  export { SkdxCirclePackingChartComponent } from '@skdx/angular-charts/circle-packing';
40
40
  export { SkdxIcicleChartComponent } from '@skdx/angular-charts/icicle';
41
- export { AccessibleTableOptions, Annotation, AxisOptions, Band, BoxSummary, BoxplotSeries, BubblePoint, BubbleSeries, BulletDatum, BumpChartInput, CalendarCell, Candle, CandlestickOverlay, CartesianSeries, Category, ChartDataIssue, ChartExportOptions, ChartItem, ChartItemId, ChartItemRef, ChordLink, CirclePackingInput, ColorScale, ComboSeries, Curve, Datum, DumbbellDatum, ErrorValue, Format, GanttTask, GeoMultiPolygon, GeoPolygon, GroupedBoxSeries, HighlightScope, IcicleInput, LegendOptions, MapFeature, MapLine, MapPoint, MapView, MarimekkoCategory, MarimekkoChartInput, MarkerSymbol, NetworkEdge, NetworkNode, OrganizationChartInput, ParallelCoordinatesInput, ParallelDimension, ParallelRow, PolarAreaChartInput, RadarMetric, RadialBand, RangeChartSeries, RangeSeries, Reference, Sampling, SankeyLink, SankeyNode, ScatterPoint, ScatterSeries, Selection, SelectionMode, Series, SeriesTransform, SwarmPlotInput, SyncState, TaskChange, TimelineChartInput, TimelineEvent, TooltipOptions, TreeChartInput, TreeNode, Value, Variant, WaffleChartInput, WaterfallDatum, XAxisOptions, Zoom, csv, exportChart, makeFormatter, seriesCsv, svgMarkup } from '@skdx/angular-charts/internal';
41
+ export { AccessibleTableOptions, Annotation, AxisOptions, Band, BoxSummary, BoxplotSeries, BubblePoint, BubbleSeries, BulletDatum, BumpChartInput, CalendarCell, Candle, CandlestickOverlay, CartesianSeries, Category, ChartDataIssue, ChartExportOptions, ChartInstanceExportOptions, ChartItem, ChartItemId, ChartItemRef, ChordLink, CirclePackingInput, ColorScale, ComboSeries, Curve, Datum, DumbbellDatum, ErrorValue, Format, GanttTask, GeoMultiPolygon, GeoPolygon, GroupedBoxSeries, HighlightScope, IcicleInput, LegendOptions, MapFeature, MapLine, MapPoint, MapView, MarimekkoCategory, MarimekkoChartInput, MarkerSymbol, NetworkEdge, NetworkNode, OrganizationChartInput, ParallelCoordinatesInput, ParallelDimension, ParallelRow, PolarAreaChartInput, RadarMetric, RadialBand, RangeChartSeries, RangeSeries, Reference, Sampling, SankeyLink, SankeyNode, ScatterPoint, ScatterSeries, Selection, SelectionMode, Series, SeriesTransform, SwarmPlotInput, SyncState, TaskChange, TimelineChartInput, TimelineEvent, TooltipOptions, TreeChartInput, TreeNode, Value, Variant, WaffleChartInput, WaterfallDatum, XAxisOptions, Zoom, csv, exportChart, makeFormatter, seriesCsv, svgMarkup } from '@skdx/angular-charts/internal';