@oliasoft-open-source/charts-library 6.0.0 → 7.0.0-beta-1

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.
Files changed (126) hide show
  1. package/dist/index.d.ts +1266 -15
  2. package/dist/index.js +327 -303
  3. package/package.json +21 -20
  4. package/dist/src/components/bar-chart/bar-chart-const.d.ts +0 -2
  5. package/dist/src/components/bar-chart/bar-chart-default-props.d.ts +0 -3
  6. package/dist/src/components/bar-chart/bar-chart.d.ts +0 -3
  7. package/dist/src/components/bar-chart/bar-chart.interface.d.ts +0 -146
  8. package/dist/src/components/bar-chart/utils/get-bar-chart-data-labels.d.ts +0 -10
  9. package/dist/src/components/bar-chart/utils/get-bar-chart-scales.d.ts +0 -4
  10. package/dist/src/components/bar-chart/utils/get-bar-chart-tooltips.d.ts +0 -6
  11. package/dist/src/components/bar-chart/utils/use-bar-chart-config.d.ts +0 -13
  12. package/dist/src/components/bar-chart/utils/use-bar-chart-options.d.ts +0 -54
  13. package/dist/src/components/common/common.interface.d.ts +0 -273
  14. package/dist/src/components/common/controls-portal.d.ts +0 -7
  15. package/dist/src/components/common/enums.d.ts +0 -89
  16. package/dist/src/components/common/helpers/add-transparency/add-transparency.d.ts +0 -1
  17. package/dist/src/components/common/helpers/callout-helpers/callout-helpers.d.ts +0 -25
  18. package/dist/src/components/common/helpers/chart-border-plugin.d.ts +0 -16
  19. package/dist/src/components/common/helpers/chart-consts.d.ts +0 -39
  20. package/dist/src/components/common/helpers/chart-utils.d.ts +0 -86
  21. package/dist/src/components/common/helpers/container.d.ts +0 -18
  22. package/dist/src/components/common/helpers/custom-format-number.d.ts +0 -1
  23. package/dist/src/components/common/helpers/download-pgn.d.ts +0 -3
  24. package/dist/src/components/common/helpers/get-cartesian-scale-options.d.ts +0 -28
  25. package/dist/src/components/common/helpers/get-chart-annotation.d.ts +0 -139
  26. package/dist/src/components/common/helpers/get-chart-from-ctx.d.ts +0 -1
  27. package/dist/src/components/common/helpers/get-custom-legend-plugin-example.d.ts +0 -6
  28. package/dist/src/components/common/helpers/get-draggableData.d.ts +0 -18
  29. package/dist/src/components/common/helpers/get-grouped-color-scheme/get-grouped-color-scheme.d.ts +0 -1
  30. package/dist/src/components/common/helpers/input-normalizers.d.ts +0 -15
  31. package/dist/src/components/common/helpers/range/estimate-data-series-have-close-values.d.ts +0 -8
  32. package/dist/src/components/common/helpers/range/range.d.ts +0 -33
  33. package/dist/src/components/common/helpers/text.d.ts +0 -1
  34. package/dist/src/components/common/helpers/to-annotation.d.ts +0 -4
  35. package/dist/src/components/common/hooks/use-generated-labels.d.ts +0 -4
  36. package/dist/src/components/common/hooks/use-legend-state.d.ts +0 -28
  37. package/dist/src/components/common/hooks/use-legend.d.ts +0 -4
  38. package/dist/src/components/common/hooks/use-update-annotations.d.ts +0 -4
  39. package/dist/src/components/common/legend-component/legend-dropzone.d.ts +0 -3
  40. package/dist/src/components/common/legend-component/legend-interface.d.ts +0 -47
  41. package/dist/src/components/common/legend-component/legend-item/LegendItemLine.d.ts +0 -5
  42. package/dist/src/components/common/legend-component/legend-item/legend-item.d.ts +0 -3
  43. package/dist/src/components/common/legend-component/legend-panel.d.ts +0 -3
  44. package/dist/src/components/common/legend-component/legend.d.ts +0 -3
  45. package/dist/src/components/common/legend-component/state/legend-action-types.d.ts +0 -3
  46. package/dist/src/components/common/legend-component/state/legend-context.d.ts +0 -14
  47. package/dist/src/components/common/legend-component/state/legend-state-reducer.d.ts +0 -30
  48. package/dist/src/components/common/legend-component/utils/create-style-object.d.ts +0 -27
  49. package/dist/src/components/common/legend-component/utils/get-generated-labels.d.ts +0 -2
  50. package/dist/src/components/common/plugins/annotation-dragger-plugin/annotation-dragger-plugin.d.ts +0 -15
  51. package/dist/src/components/common/plugins/annotation-dragger-plugin/annotation-position-storage.d.ts +0 -7
  52. package/dist/src/components/common/plugins/annotation-dragger-plugin/enums.d.ts +0 -21
  53. package/dist/src/components/common/plugins/annotation-dragger-plugin/event-helpers.d.ts +0 -6
  54. package/dist/src/components/common/plugins/annotation-dragger-plugin/helpers.d.ts +0 -53
  55. package/dist/src/components/common/plugins/annotation-dragger-plugin/point-annotation-label.d.ts +0 -5
  56. package/dist/src/components/common/plugins/ellipsis-annotation-plugin/compute-ellipse-geometry.d.ts +0 -9
  57. package/dist/src/components/common/plugins/ellipsis-annotation-plugin/ellipsis-annotation-plugin.d.ts +0 -18
  58. package/dist/src/components/common/plugins/gradient-background-plugin/enums.d.ts +0 -10
  59. package/dist/src/components/common/plugins/gradient-background-plugin/gradient-background-plugin.d.ts +0 -2
  60. package/dist/src/components/line-chart/constants/default-translations.d.ts +0 -25
  61. package/dist/src/components/line-chart/constants/line-chart-consts.d.ts +0 -13
  62. package/dist/src/components/line-chart/controls/axes-options/axes-options-interfaces.d.ts +0 -57
  63. package/dist/src/components/line-chart/controls/axes-options/axes-options.d.ts +0 -6
  64. package/dist/src/components/line-chart/controls/axes-options/axes-validation.d.ts +0 -8
  65. package/dist/src/components/line-chart/controls/controls-interfaces.d.ts +0 -19
  66. package/dist/src/components/line-chart/controls/controls.d.ts +0 -3
  67. package/dist/src/components/line-chart/controls/drag-options-interfaces.d.ts +0 -14
  68. package/dist/src/components/line-chart/controls/drag-options.d.ts +0 -23
  69. package/dist/src/components/line-chart/controls/line-options.d.ts +0 -19
  70. package/dist/src/components/line-chart/hooks/use-chart-functions.d.ts +0 -32
  71. package/dist/src/components/line-chart/hooks/use-chart-options.d.ts +0 -19
  72. package/dist/src/components/line-chart/hooks/use-chart-plugins.d.ts +0 -7
  73. package/dist/src/components/line-chart/hooks/use-chart-state.d.ts +0 -12
  74. package/dist/src/components/line-chart/hooks/use-toggle-handler.d.ts +0 -12
  75. package/dist/src/components/line-chart/initialize/config.d.ts +0 -12
  76. package/dist/src/components/line-chart/initialize/initialize-line-chart.d.ts +0 -12
  77. package/dist/src/components/line-chart/line-chart-get-default-props.d.ts +0 -3
  78. package/dist/src/components/line-chart/line-chart.d.ts +0 -3
  79. package/dist/src/components/line-chart/line-chart.interface.d.ts +0 -241
  80. package/dist/src/components/line-chart/plugins/callout-plugin/callout-plugin.d.ts +0 -11
  81. package/dist/src/components/line-chart/plugins/callout-plugin/helpers.d.ts +0 -42
  82. package/dist/src/components/line-chart/plugins/chart-area-text-plugin.d.ts +0 -17
  83. package/dist/src/components/line-chart/plugins/line-chart.minor-gridlines-plugin.d.ts +0 -8
  84. package/dist/src/components/line-chart/plugins/line-markers-plugin/draw.d.ts +0 -39
  85. package/dist/src/components/line-chart/plugins/line-markers-plugin/line-markers-plugin.d.ts +0 -10
  86. package/dist/src/components/line-chart/plugins/line-markers-plugin/types.d.ts +0 -109
  87. package/dist/src/components/line-chart/plugins/line-markers-plugin/utils.d.ts +0 -40
  88. package/dist/src/components/line-chart/plugins/plugin-constants.d.ts +0 -11
  89. package/dist/src/components/line-chart/plugins/plugins.interface.d.ts +0 -9
  90. package/dist/src/components/line-chart/state/action-types.d.ts +0 -12
  91. package/dist/src/components/line-chart/state/helpers.d.ts +0 -13
  92. package/dist/src/components/line-chart/state/initial-state.d.ts +0 -11
  93. package/dist/src/components/line-chart/state/line-chart-reducer.d.ts +0 -2
  94. package/dist/src/components/line-chart/state/manage-state-in-local-storage.d.ts +0 -15
  95. package/dist/src/components/line-chart/state/state.interfaces.d.ts +0 -26
  96. package/dist/src/components/line-chart/utils/axis-formatting/axis-formatting.d.ts +0 -2
  97. package/dist/src/components/line-chart/utils/axis-scales/axis-scales.d.ts +0 -18
  98. package/dist/src/components/line-chart/utils/check-custom-option/check-custom-option.d.ts +0 -12
  99. package/dist/src/components/line-chart/utils/datalabels-alignment/datalabels-alignment.interface.d.ts +0 -20
  100. package/dist/src/components/line-chart/utils/datalabels-alignment/get-alignment-condition.d.ts +0 -8
  101. package/dist/src/components/line-chart/utils/datalabels-alignment/get-alignment-data.d.ts +0 -11
  102. package/dist/src/components/line-chart/utils/datalabels-alignment/get-datalabels-position.d.ts +0 -6
  103. package/dist/src/components/line-chart/utils/enums.d.ts +0 -4
  104. package/dist/src/components/line-chart/utils/generate-line-chart-datasets.d.ts +0 -8
  105. package/dist/src/components/line-chart/utils/get-annotations-data.d.ts +0 -1
  106. package/dist/src/components/line-chart/utils/get-axes-data-from-metasets.d.ts +0 -1
  107. package/dist/src/components/line-chart/utils/get-axes-ranges-from-chart.d.ts +0 -9
  108. package/dist/src/components/line-chart/utils/get-axis-range-by-type.d.ts +0 -10
  109. package/dist/src/components/line-chart/utils/get-generated-labels.d.ts +0 -2
  110. package/dist/src/components/line-chart/utils/get-line-chart-data-labels.d.ts +0 -16
  111. package/dist/src/components/line-chart/utils/get-line-chart-scales.d.ts +0 -5
  112. package/dist/src/components/line-chart/utils/get-line-chart-tooltips.d.ts +0 -30
  113. package/dist/src/components/line-chart/utils/line-chart-utils.d.ts +0 -24
  114. package/dist/src/components/line-chart/utils/translations/get-translations.d.ts +0 -8
  115. package/dist/src/components/pie-chart/pie-chart-defalut-props.interface.d.ts +0 -50
  116. package/dist/src/components/pie-chart/pie-chart-get-default-props.d.ts +0 -3
  117. package/dist/src/components/pie-chart/pie-chart.d.ts +0 -3
  118. package/dist/src/components/pie-chart/pie-chart.interface.d.ts +0 -85
  119. package/dist/src/components/pie-chart/use-pie-chart-config.d.ts +0 -42
  120. package/dist/src/components/scatter-chart/hooks/use-scatter-chart-config.d.ts +0 -69
  121. package/dist/src/components/scatter-chart/scatter-chart-default-props.interface.d.ts +0 -73
  122. package/dist/src/components/scatter-chart/scatter-chart-get-default-props.d.ts +0 -4
  123. package/dist/src/components/scatter-chart/scatter-chart.d.ts +0 -3
  124. package/dist/src/components/scatter-chart/scatter-chart.interface.d.ts +0 -111
  125. package/dist/src/components/scatter-chart/utils/get-scales-config.d.ts +0 -5
  126. package/dist/src/components/scatter-chart/utils/get-tooltip-config.d.ts +0 -21
@@ -1,3 +0,0 @@
1
- import { ILegendItem } from '../legend-interface';
2
- declare const LegendItem: ({ hidden, dataset, handleClick, chartType, index }: ILegendItem) => import("react/jsx-runtime").JSX.Element;
3
- export default LegendItem;
@@ -1,3 +0,0 @@
1
- import { ILegendPanel } from './legend-interface';
2
- declare const LegendPanel: import('react').ForwardRefExoticComponent<ILegendPanel & import('react').RefAttributes<HTMLDivElement>>;
3
- export default LegendPanel;
@@ -1,3 +0,0 @@
1
- import { ILegend } from './legend-interface';
2
- declare const Legend: ({ chartRef, legendConfig }: ILegend) => import("react/jsx-runtime").JSX.Element;
3
- export default Legend;
@@ -1,3 +0,0 @@
1
- export declare const TOGGLE_DATA_VISIBILITY = "TOGGLE_DATA_VISIBILITY";
2
- export declare const RESET_STATE = "RESET_STATE";
3
- export declare const SET_ANNOTATION = "SET_ANNOTATION";
@@ -1,14 +0,0 @@
1
- import { default as React, ReactNode } from 'react';
2
- import { ILegendState } from './legend-state-reducer';
3
- import { TChartsOption } from '../legend-interface';
4
- import { ICommonDataset } from '../../common.interface';
5
- export declare const LegendContext: React.Context<{
6
- state: ILegendState;
7
- dispatch: React.Dispatch<any>;
8
- } | undefined>;
9
- export interface ILegendProviderProps {
10
- children: ReactNode;
11
- options: TChartsOption;
12
- datasets?: ICommonDataset[];
13
- }
14
- export declare const LegendProvider: ({ children, options, datasets }: ILegendProviderProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,30 +0,0 @@
1
- import { Chart } from 'chart.js';
2
- import { TLegendDataset, TLegendDatasets } from '../legend-interface';
3
- import { RESET_STATE, SET_ANNOTATION, TOGGLE_DATA_VISIBILITY } from './legend-action-types';
4
- import { ICommonAnnotationElement, ICommonDataset } from '../../common.interface';
5
- export interface ILegendState {
6
- datasets: ICommonDataset[];
7
- annotation: ICommonAnnotationElement[];
8
- }
9
- export type TLegendAction = {
10
- type: typeof TOGGLE_DATA_VISIBILITY;
11
- payload: {
12
- chartInstance: Chart;
13
- dsConfig: {
14
- datasetIndex: number;
15
- dataset: TLegendDataset;
16
- datasets: TLegendDatasets;
17
- };
18
- annotationConfig: {
19
- annotationIndex: number;
20
- };
21
- };
22
- } | {
23
- type: typeof RESET_STATE;
24
- payload: ILegendState;
25
- } | {
26
- type: typeof SET_ANNOTATION;
27
- payload: ICommonAnnotationElement[];
28
- };
29
- export declare const legendInitialState: ILegendState;
30
- export declare const legendReducer: (state: ILegendState, action: TLegendAction) => ILegendState;
@@ -1,27 +0,0 @@
1
- import { Position } from '../../enums';
2
- export declare const LEGEND_MARGIN = 4;
3
- interface IChartArea {
4
- top: number;
5
- left: number;
6
- bottom: number;
7
- right: number;
8
- }
9
- interface IChart {
10
- height?: number;
11
- width?: number;
12
- chartArea: IChartArea;
13
- }
14
- interface ILegendStyle {
15
- left: number | undefined;
16
- right: number | undefined;
17
- top: number | undefined;
18
- bottom: number | undefined;
19
- maxHeight: number;
20
- maxWidth: number;
21
- margin: number;
22
- }
23
- /**
24
- * Creates a style object for positioning and sizing the legend panel based on the chart dimensions and legend position.
25
- */
26
- export declare const createLegendStyle: (legendPosition: Position, chart: IChart | null) => ILegendStyle;
27
- export {};
@@ -1,2 +0,0 @@
1
- import { Chart, LegendItem } from 'chart.js';
2
- export declare const getGeneratedLabels: (chart: Chart) => LegendItem[];
@@ -1,15 +0,0 @@
1
- import { ChartType, Plugin, Scale } from 'chart.js';
2
- export interface IScales {
3
- x: Scale;
4
- y: Scale;
5
- [key: string]: Scale;
6
- }
7
- export interface AnnotationDraggerPluginOptions {
8
- enabled: boolean;
9
- }
10
- declare module 'chart.js' {
11
- interface PluginOptionsByType<TType extends ChartType> {
12
- annotationDraggerPlugin?: AnnotationDraggerPluginOptions;
13
- }
14
- }
15
- export declare const annotationDraggerPlugin: Plugin;
@@ -1,7 +0,0 @@
1
- export interface TStoredAnnotationPosition {
2
- x: number;
3
- y: number;
4
- [key: string]: any;
5
- }
6
- export declare const setAnnotationPosition: (persistenceId: string | undefined, annotationId: string, pos: TStoredAnnotationPosition) => void;
7
- export declare const getAnnotationPosition: (persistenceId: string | undefined, annotationId: string) => TStoredAnnotationPosition | undefined;
@@ -1,21 +0,0 @@
1
- export declare enum FontStyle {
2
- DEFAULT = "14px Arial",
3
- CUSTOM = "16px Arial"
4
- }
5
- export declare enum MouseEvents {
6
- MOUSEDOWN = "mousedown",
7
- MOUSEMOVE = "mousemove",
8
- MOUSEUP = "mouseup"
9
- }
10
- export declare enum AnnotationType {
11
- POINT = "point",
12
- BOX = "box",
13
- LINE = "line",
14
- ELLIPSE = "ellipse",
15
- LABEL = "label"
16
- }
17
- export declare enum DragAxis {
18
- X = "x",
19
- Y = "y",
20
- Both = "both"
21
- }
@@ -1,6 +0,0 @@
1
- import { Chart } from 'chart.js';
2
- import { IScales } from './annotation-dragger-plugin';
3
- import { ICommonAnnotationsData } from '../../common.interface';
4
- export declare const handleAnnotationMouseDown: (event: MouseEvent, canvas: HTMLCanvasElement, scales: IScales, annotations: Record<string, ICommonAnnotationsData>, setDraggingState: (isDragging: boolean, annotation: ICommonAnnotationsData | null, dragStartX: number, dragStartY: number) => void, hoveredAnnotationId: string | null) => void;
5
- export declare const handleAnnotationMouseMove: (event: MouseEvent, canvas: HTMLCanvasElement, scales: IScales, isDragging: boolean, activeAnnotation: ICommonAnnotationsData | null, dragStartX: number, dragStartY: number, chart: Chart) => void;
6
- export declare const handleAnnotationMouseUp: (isDragging: boolean, activeAnnotation: ICommonAnnotationsData | null, chart: Chart, canvas: HTMLCanvasElement, setDraggingState: (isDragging: boolean, annotation: ICommonAnnotationsData | null) => void, persistenceId?: string) => void;
@@ -1,53 +0,0 @@
1
- import { Chart } from 'chart.js';
2
- import { ICommonAnnotationsData } from '../../common.interface';
3
- import { IScales } from './annotation-dragger-plugin';
4
- import { AnnotationType, DragAxis } from './enums';
5
- export declare const getMousePosition: (event: MouseEvent, canvas: HTMLCanvasElement) => {
6
- x: number;
7
- y: number;
8
- };
9
- export declare const getMousePositionInCoordinates: (event: MouseEvent, canvas: HTMLCanvasElement, scales: IScales, xScaleID: string, yScaleID: string) => {
10
- x: number;
11
- y: number;
12
- };
13
- export declare const calculateAnnotationMetricsInValues: (annotation: ICommonAnnotationsData) => {
14
- centerX: number | undefined;
15
- centerY: number | undefined;
16
- width: number | undefined;
17
- height: number | undefined;
18
- };
19
- export declare const calculateAnnotationMetricsInValuesInPixels: (annotation: ICommonAnnotationsData, scales: IScales, xScaleID: string, yScaleID: string) => {
20
- centerX: number | undefined;
21
- centerY: number | undefined;
22
- width: number | undefined;
23
- height: number | undefined;
24
- };
25
- export interface IIsWithinChartAreaProps {
26
- x?: number;
27
- y?: number;
28
- chartArea: {
29
- left: number;
30
- right: number;
31
- top: number;
32
- bottom: number;
33
- };
34
- scales: IScales;
35
- metrics: {
36
- width?: number;
37
- height?: number;
38
- };
39
- resizable?: boolean;
40
- dragRange?: {
41
- x?: [number, number];
42
- y?: [number, number];
43
- } | null;
44
- annotationType?: AnnotationType;
45
- xScaleID: string;
46
- yScaleID: string;
47
- }
48
- export declare const isWithinChartArea: ({ x, y, chartArea, scales, metrics, resizable, dragRange, annotationType, xScaleID, yScaleID, }: IIsWithinChartAreaProps) => boolean;
49
- export declare const updateAnnotationPositionWithinBounds: (axis: DragAxis, newPosition: number, activeAnnotation: ICommonAnnotationsData, chart: Chart, scales: IScales, xScaleID: string, yScaleID: string, metrics?: {
50
- width?: number;
51
- height?: number;
52
- }) => void;
53
- export declare const setAnnotationBorderWidth: (chart: Chart, annotationId?: string, borderWidth?: number) => void;
@@ -1,5 +0,0 @@
1
- import { IScales } from './annotation-dragger-plugin';
2
- import { ICommonAnnotationsData } from '../../common.interface';
3
- export declare const annotationLabel: (ctx: CanvasRenderingContext2D, annotations: Record<string, ICommonAnnotationsData & {
4
- label: Record<string, any>;
5
- }>, scales: IScales) => void;
@@ -1,9 +0,0 @@
1
- import { Scale } from 'chart.js';
2
- import { IEllipsePoints } from './ellipsis-annotation-plugin.ts';
3
- export declare const computeEllipseGeometry: (ellipsePoints: IEllipsePoints, xScale: Scale, yScale: Scale) => {
4
- cx: number;
5
- cy: number;
6
- radiusX: number;
7
- radiusY: number;
8
- angle: number;
9
- };
@@ -1,18 +0,0 @@
1
- import { Chart, ChartDataset, ScatterDataPoint } from 'chart.js';
2
- export interface IPoint {
3
- x: number;
4
- y: number;
5
- }
6
- export interface IEllipsePoints {
7
- major: [IPoint, IPoint];
8
- minor: [IPoint, IPoint];
9
- }
10
- export interface ICustomDataPoint extends ScatterDataPoint {
11
- ellipsePoints?: IEllipsePoints;
12
- }
13
- export interface ICustomDataset extends ChartDataset<any, ICustomDataPoint[]> {
14
- }
15
- export declare const ellipsisAnnotationPlugin: {
16
- id: string;
17
- afterDatasetsDraw(chart: Chart<"scatter">): void;
18
- };
@@ -1,10 +0,0 @@
1
- export declare enum GradientDirection {
2
- TopToBottom = 0,
3
- BottomToTop = 1,
4
- LeftToRight = 2,
5
- RightToLeft = 3,
6
- TopLeftToBottomRight = 4,
7
- BottomRightToTopLeft = 5,
8
- BottomLeftToTopRight = 6,
9
- TopRightToBottomLeft = 7
10
- }
@@ -1,2 +0,0 @@
1
- import { Plugin } from 'chart.js';
2
- export declare const gradientBackgroundPlugin: Plugin<'bubble'>;
@@ -1,25 +0,0 @@
1
- export declare enum defaultTranslations {
2
- label = "Label",
3
- pointsLines = "Points & lines",
4
- linesOnly = "Lines only",
5
- pointsOnly = "Points only",
6
- axesOptions = "Axes options",
7
- resetAxes = "Reset Axes",
8
- done = "Done",
9
- downloadAsPNG = "Download as PNG",
10
- showChart = "Show chart",
11
- showTable = "Show table",
12
- dragToZoom = "Drag to zoom",
13
- dragToPan = "Drag to pan",
14
- dragToMovePoints = "Drag to move points",
15
- dragToMoveAnnotation = "Drag to move annotation",
16
- dragDisabled = "Drag disabled",
17
- hideLegend = "Hide Legend",
18
- showLegend = "Show Legend",
19
- mustHaveAValue = "Must have a value",
20
- mustBeANumber = "Must be a number",
21
- mustBeLessThanMax = "Must be less than max",
22
- mustBeGreaterThanMin = "Must be greater than min",
23
- doubleClickToReset = "Double click on canvas to reset",
24
- orDoubleClickToCanvas = "or double click on canvas"
25
- }
@@ -1,13 +0,0 @@
1
- export declare const DEFAULT_POINT_RADIUS = 2;
2
- export declare const DEFAULT_HOVER_RADIUS = 5;
3
- export declare const DEFAULT_BORDER_WIDTH = 1;
4
- export declare const BORDER_JOIN_STYLE = "round";
5
- export declare const DEFAULT_BACKGROUND_COLOR = "transparent";
6
- export declare const ZOOM_BOX_BACKGROUND_COLOR = "rgba(0, 0, 0, 0.1)";
7
- export declare const DOUBLE_CLICK = "dblclick";
8
- export declare const INIT_KEYS: {
9
- TRANSLATIONS: string;
10
- LANGUAGE_KEY: string;
11
- };
12
- export declare const LOWER_BOUND = 0.0001;
13
- export declare const UPPER_BOUND = 10000000;
@@ -1,57 +0,0 @@
1
- import { RefObject } from 'react';
2
- import { Chart } from 'chart.js';
3
- import { IUnitOptions } from '../../line-chart.interface';
4
- import { IAxisState, IState } from '../../state/state.interfaces';
5
- export interface IDepthType {
6
- selectedDepthType?: string;
7
- setSelectedDepthType?: (type: string) => void;
8
- options?: Array<string>;
9
- }
10
- export interface IAxisControlLabel {
11
- id: string;
12
- label: string;
13
- }
14
- export interface IAxesOptions {
15
- chartRef: RefObject<Chart>;
16
- state: IState;
17
- controlsAxesLabels: IAxisControlLabel[];
18
- onUpdateAxes: ({ axes }: {
19
- axes: IAxisState;
20
- }) => void;
21
- onResetAxes: () => void;
22
- onUpdateEdited: (edited: boolean) => void;
23
- depthType?: IDepthType | object;
24
- close?: () => void;
25
- }
26
- export interface IOnEdit {
27
- name?: string;
28
- value?: string;
29
- id?: string;
30
- }
31
- export interface IAxisFormState {
32
- id: string;
33
- min: number | string;
34
- max: number | string;
35
- unit?: string | IUnitOptions;
36
- }
37
- export type IInitializeAxisFormState = IAxisFormState[];
38
- export interface IError {
39
- id: string;
40
- min: string[];
41
- max: string[];
42
- }
43
- export interface IFormState extends IInitializeAxisFormState {
44
- errors?: IError[];
45
- valid?: boolean;
46
- }
47
- type ActionType = 'reset' | 'valueUpdated' | 'unitUpdated';
48
- export type AxisKey = 'min' | 'max' | 'unit';
49
- interface ActionPayload extends IOnEdit {
50
- axes?: IAxisState[];
51
- chartRef?: RefObject<Chart>;
52
- }
53
- export interface IAction {
54
- type: ActionType;
55
- payload: ActionPayload;
56
- }
57
- export {};
@@ -1,6 +0,0 @@
1
- import { IAxesOptions } from './axes-options-interfaces';
2
- interface IAxesOptionsWithTranslations extends IAxesOptions {
3
- translations: Record<string, string>;
4
- }
5
- export declare const AxesOptions: (optionsPopover: IAxesOptionsWithTranslations) => import("react/jsx-runtime").JSX.Element;
6
- export {};
@@ -1,8 +0,0 @@
1
- import { IAxisFormState, IError } from './axes-options-interfaces';
2
- /**
3
- * Validate axes and return errors along with a validity flag.
4
- */
5
- export declare const validateAxes: (axes: IAxisFormState[]) => {
6
- errors: IError[];
7
- valid: boolean;
8
- };
@@ -1,19 +0,0 @@
1
- import { Dispatch, ReactNode, RefObject } from 'react';
2
- import { Chart } from 'chart.js';
3
- import { ILineChartOptions } from '../line-chart.interface';
4
- import { IState } from '../state/state.interfaces';
5
- export interface IControls {
6
- headerComponent?: ReactNode;
7
- subheaderComponent?: ReactNode;
8
- table?: ReactNode;
9
- chartRef: RefObject<Chart>;
10
- state: IState;
11
- options: ILineChartOptions;
12
- dispatch: Dispatch<any>;
13
- translations: Record<string, string>;
14
- controlsPortalId?: string;
15
- }
16
- export interface AxisControls {
17
- id?: string;
18
- label?: string;
19
- }
@@ -1,3 +0,0 @@
1
- import { IControls } from './controls-interfaces';
2
- declare const Controls: ({ table, headerComponent, subheaderComponent, chartRef, state, options, dispatch, translations, controlsPortalId, }: IControls) => import("react/jsx-runtime").JSX.Element;
3
- export default Controls;
@@ -1,14 +0,0 @@
1
- export interface IDragOptions {
2
- onTogglePan: () => void;
3
- onToggleZoom: () => void;
4
- panEnabled: boolean;
5
- zoomEnabled: boolean;
6
- enableDragPoints?: boolean;
7
- enableDragAnnotation?: boolean;
8
- isDragDataAllowed?: boolean;
9
- isDragAnnotationAllowed?: boolean;
10
- onToggleDragAnnotation: () => void;
11
- onToggleDragPoints: () => void;
12
- onDisableDragOptions: () => void;
13
- translations: Record<string, string>;
14
- }
@@ -1,23 +0,0 @@
1
- import { IMenuSection } from '@oliasoft-open-source/react-ui-library';
2
- import { IDragOptions } from './drag-options-interfaces';
3
- export declare function getDragOptions({ onTogglePan, onToggleZoom, panEnabled, zoomEnabled, enableDragPoints, enableDragAnnotation, isDragDataAllowed, isDragAnnotationAllowed, onToggleDragAnnotation, onToggleDragPoints, onDisableDragOptions, translations: { dragToZoom, doubleClickToReset, dragToPan, dragToMovePoints, dragDisabled, dragToMoveAnnotation }, }: IDragOptions): ({
4
- label: string;
5
- description: string;
6
- icon: import("react/jsx-runtime").JSX.Element;
7
- selected: boolean;
8
- type: string;
9
- onClick: () => void;
10
- } | {
11
- label: string;
12
- icon: import("react/jsx-runtime").JSX.Element;
13
- selected: boolean | undefined;
14
- type: string;
15
- onClick: () => void;
16
- description?: undefined;
17
- })[];
18
- /**
19
- * @param {import('./drag-options-interfaces').IDragOptions} obj
20
- */
21
- export declare const DragOptions: ({ options }: {
22
- options: IMenuSection[];
23
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,19 +0,0 @@
1
- import { IMenuSection } from '@oliasoft-open-source/react-ui-library';
2
- interface ILineOptions {
3
- lineEnabled: boolean;
4
- onToggleLine: () => void;
5
- onTogglePoints: () => void;
6
- pointsEnabled: boolean;
7
- translations: Record<string, string>;
8
- }
9
- export declare function getLineOptions({ lineEnabled, onToggleLine, onTogglePoints, pointsEnabled, translations, }: ILineOptions): {
10
- type: string;
11
- label: string;
12
- icon: import("react/jsx-runtime").JSX.Element;
13
- selected: boolean;
14
- onClick: () => void;
15
- }[];
16
- export declare const LineOptions: ({ options }: {
17
- options: IMenuSection[];
18
- }) => import("react/jsx-runtime").JSX.Element;
19
- export {};
@@ -1,32 +0,0 @@
1
- import { Dispatch, KeyboardEvent, RefObject, SetStateAction } from 'react';
2
- import { Chart, ChartEvent } from 'chart.js';
3
- import { ICommonDataValue, ICommonHoveredItems } from '../../common/common.interface';
4
- import { ILineChartOptions, TGeneratedLineChartDatasets } from '../line-chart.interface';
5
- import { IAxisState, IState } from '../state/state.interfaces';
6
- interface IUseChartFunctions {
7
- chartRef: RefObject<Chart>;
8
- state: IState;
9
- options: ILineChartOptions;
10
- dispatch: Dispatch<any>;
11
- }
12
- /**
13
- * Custom hook that encapsulates the chart-related functions and their dependencies
14
- */
15
- export declare const useChartFunctions: ({ chartRef, state, options, dispatch }: IUseChartFunctions) => {
16
- resetZoom: () => void;
17
- onHover: (hoveredPoint: ICommonDataValue | null, setHoveredPoint: Dispatch<SetStateAction<ICommonDataValue | null>>, datasets: TGeneratedLineChartDatasets) => (evt: ChartEvent, hoveredItems: ICommonHoveredItems[]) => void;
18
- handleDownload: () => void;
19
- handleKeyDown: (event: KeyboardEvent<HTMLDivElement>) => void;
20
- handleKeyUp: (event: KeyboardEvent<HTMLDivElement>) => void;
21
- controlsAxesLabels: {
22
- id: string;
23
- label: string;
24
- }[];
25
- updateAxesRangesFromChart: () => void;
26
- onResetAxes: () => void;
27
- onUpdateAxes: ({ axes }: {
28
- axes: IAxisState;
29
- }) => void;
30
- onUpdateEdited: (edited: boolean) => void;
31
- };
32
- export {};
@@ -1,19 +0,0 @@
1
- import { Dispatch, RefObject } from 'react';
2
- import { Chart, ChartOptions } from 'chart.js';
3
- import { IState } from '../state/state.interfaces';
4
- import { ILineChartOptions, TGeneratedLineChartDatasets } from '../line-chart.interface';
5
- interface IUseChartOptions {
6
- chartRef: RefObject<Chart>;
7
- state: IState;
8
- options: ILineChartOptions;
9
- dispatch: Dispatch<any>;
10
- generatedDatasets: TGeneratedLineChartDatasets;
11
- persistenceId?: string;
12
- }
13
- /**
14
- * Custom hook to generate chart options.
15
- */
16
- export declare const useChartOptions: ({ chartRef, state, options, dispatch, generatedDatasets, persistenceId, }: IUseChartOptions) => ChartOptions<"line"> & {
17
- persistenceId?: string;
18
- };
19
- export {};
@@ -1,7 +0,0 @@
1
- import { ILineChartOptions } from '../line-chart.interface';
2
- interface IUseChartPlugins {
3
- options: ILineChartOptions;
4
- resetZoom: () => void;
5
- }
6
- export declare const useChartPlugins: ({ options, resetZoom }: IUseChartPlugins) => any[];
7
- export {};
@@ -1,12 +0,0 @@
1
- import { IState } from '../state/state.interfaces';
2
- import { ILineChartOptions } from '../line-chart.interface';
3
- interface IUseChartState {
4
- options: ILineChartOptions;
5
- state: IState;
6
- persistenceId?: string;
7
- }
8
- /**
9
- * Hook for managing the state of the chart.
10
- */
11
- export declare const useChartState: ({ options, state, persistenceId }: IUseChartState) => void;
12
- export {};
@@ -1,12 +0,0 @@
1
- import { Dispatch } from 'react';
2
- export declare const useToggleHandlers: (dispatch: Dispatch<any>) => {
3
- onToggleLegend: () => void;
4
- onToggleLine: () => void;
5
- onTogglePan: () => void;
6
- onTogglePoints: () => void;
7
- onToggleTable: () => void;
8
- onToggleZoom: () => void;
9
- onToggleDragPoints: () => void;
10
- onToggleDragAnnotation: () => void;
11
- onDisableDragOptions: () => void;
12
- };
@@ -1,12 +0,0 @@
1
- /**
2
- * Retrieve the value for the given key from the config object.
3
- * @param {string} key - The key to access the corresponding value in the config object.
4
- * @returns {*} - The value associated with the given key in the config object or config.
5
- */
6
- export declare const getConfig: (key?: string) => any;
7
- /**
8
- * Set a new value for the given key in the config object.
9
- * @param {string} key - The key to access the corresponding value in the config object.
10
- * @param {*} newValue - The new value to be set for the given key.
11
- */
12
- export declare const setConfig: (key: string, newValue: string | Record<string, string>) => void;
@@ -1,12 +0,0 @@
1
- /**
2
- * Initialize the charts library with the provided configurations.
3
- * This function will store the configuration options in a config object.
4
- * @param {object} options - An object containing the configuration options for the library.
5
- * @param {object} options.translations - The translations to be used in the library.
6
- * @param {string} options.languageKey - The language key to be stored in the config object, used for translations.
7
- * @param {...object} options - Any additional options to be stored in the config object.
8
- */
9
- export declare const initializeLineChart: ({ languageKey, ...options }: {
10
- [x: string]: any;
11
- languageKey?: string | undefined;
12
- }) => void;
@@ -1,3 +0,0 @@
1
- import { ILineChartData, ILineChartOptionsInput, ILineChartProps } from './line-chart.interface';
2
- export declare const normalizeLineChartOptions: (options?: ILineChartOptionsInput) => ILineChartData["options"];
3
- export declare const getDefaultProps: (props: ILineChartProps) => ILineChartData;
@@ -1,3 +0,0 @@
1
- import { ILineChartProps } from './line-chart.interface';
2
- declare const LineChartWithLegend: (props: ILineChartProps) => import("react/jsx-runtime").JSX.Element;
3
- export { LineChartWithLegend as LineChart };