@orbcharts/plugins-basic 3.0.0-beta.3 → 3.0.0-beta.5
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.
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseBarStack.d.ts +2 -2
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseBars.d.ts +2 -2
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseBarsTriangle.d.ts +2 -2
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseDots.d.ts +2 -2
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseGroupAxis.d.ts +2 -2
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseLegend.d.ts +1 -1
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseLineAreas.d.ts +3 -3
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseLines.d.ts +3 -3
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseValueAxis.d.ts +3 -2
- package/dist/{src → orbcharts-plugins-basic/src}/grid/defaults.d.ts +1 -1
- package/dist/{src → orbcharts-plugins-basic/src}/grid/gridObservables.d.ts +5 -5
- package/dist/orbcharts-plugins-basic/src/index.d.ts +6 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/defaults.d.ts +9 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/index.d.ts +8 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/multiValueObservables.d.ts +33 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/MultiValueLegend.d.ts +1 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/MultiValueTooltip.d.ts +1 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/Scatter.d.ts +3 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/ScatterBubbles.d.ts +3 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/XYAux.d.ts +3 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/XYAxes.d.ts +3 -0
- package/dist/orbcharts-plugins-basic/src/multiValue/plugins/XYZoom.d.ts +1 -0
- package/dist/{src → orbcharts-plugins-basic/src}/series/seriesObservables.d.ts +3 -3
- package/dist/{src → orbcharts-plugins-basic/src}/utils/observables.d.ts +1 -1
- package/dist/{src → orbcharts-plugins-basic/src}/utils/orbchartsUtils.d.ts +3 -3
- package/dist/orbcharts-plugins-basic.es.js +11809 -10185
- package/dist/orbcharts-plugins-basic.umd.js +66 -34
- package/dist/src/index.d.ts +1 -5
- package/package.json +4 -4
- package/src/base/BaseBarStack.ts +2 -2
- package/src/base/BaseBars.ts +2 -2
- package/src/base/BaseBarsTriangle.ts +2 -2
- package/src/base/BaseDots.ts +2 -53
- package/src/base/BaseGroupAxis.ts +3 -3
- package/src/base/BaseLegend.ts +21 -17
- package/src/base/BaseLineAreas.ts +3 -3
- package/src/base/BaseLines.ts +3 -3
- package/src/base/BaseValueAxis.ts +46 -43
- package/src/grid/defaults.ts +3 -3
- package/src/grid/gridObservables.ts +24 -15
- package/src/grid/plugins/GridLegend.ts +2 -2
- package/src/grid/plugins/GridZoom.ts +14 -14
- package/src/grid/plugins/GroupAux.ts +206 -201
- package/src/grid/plugins/ValueAxis.ts +1 -0
- package/src/grid/plugins/ValueStackAxis.ts +1 -0
- package/src/index.ts +1 -0
- package/src/multiGrid/plugins/MultiGridLegend.ts +2 -2
- package/src/multiGrid/plugins/MultiValueAxis.ts +1 -0
- package/src/multiGrid/plugins/MultiValueStackAxis.ts +1 -0
- package/src/multiGrid/plugins/OverlappingValueAxes.ts +1 -0
- package/src/multiGrid/plugins/OverlappingValueStackAxes.ts +1 -0
- package/src/multiValue/defaults.ts +163 -0
- package/src/multiValue/index.ts +9 -0
- package/src/multiValue/multiValueObservables.ts +258 -0
- package/src/multiValue/plugins/MultiValueLegend.ts +107 -0
- package/src/multiValue/plugins/MultiValueTooltip.ts +66 -0
- package/src/multiValue/plugins/Scatter.ts +426 -0
- package/src/multiValue/plugins/ScatterBubbles.ts +551 -0
- package/src/multiValue/plugins/XYAux.ts +682 -0
- package/src/multiValue/plugins/XYAxes.ts +677 -0
- package/src/multiValue/plugins/XYZoom.ts +300 -0
- package/src/series/plugins/Bubbles.ts +4 -4
- package/src/series/plugins/Pie.ts +2 -2
- package/src/series/plugins/PieEventTexts.ts +2 -2
- package/src/series/plugins/PieLabels.ts +2 -2
- package/src/series/plugins/Rose.ts +2 -2
- package/src/series/plugins/RoseLabels.ts +2 -2
- package/src/series/plugins/SeriesLegend.ts +4 -4
- package/src/series/seriesObservables.ts +3 -3
- package/src/tree/plugins/TreeLegend.ts +3 -10
- package/src/utils/d3Utils.ts +2 -1
- package/src/utils/observables.ts +2 -2
- package/src/utils/orbchartsUtils.ts +7 -6
- package/dist/src/base/BaseGroupArea.d.ts +0 -0
- package/dist/src/multiValue/plugins/Scatter.d.ts +0 -0
- package/dist/src/multiValue/plugins/ScatterAxes.d.ts +0 -0
- package/dist/src/relationship/index.d.ts +0 -0
- package/src/base/BaseGroupArea.ts +0 -0
- package/src/multiValue/plugins/ScatterAxes.ts +0 -0
- /package/dist/{lib → orbcharts-plugins-basic/lib}/core-types.d.ts +0 -0
- /package/dist/{lib → orbcharts-plugins-basic/lib}/core.d.ts +0 -0
- /package/dist/{lib → orbcharts-plugins-basic/lib}/plugins-basic-types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/base/BaseTooltip.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/base/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/const.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/BarStack.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Bars.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/BarsPN.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/BarsTriangle.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Dots.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GridLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GridTooltip.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GridZoom.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GroupAux.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GroupAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/LineAreas.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Lines.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/ValueAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/ValueStackAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/multiGridObservables.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiBarStack.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiBars.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiBarsTriangle.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiDots.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiGridLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiGridTooltip.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiGroupAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiLineAreas.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiLines.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiValueAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiValueStackAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/OverlappingValueAxes.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/OverlappingValueStackAxes.d.ts +0 -0
- /package/dist/{src/grid → orbcharts-plugins-basic/src/multiValue}/plugins/Ranking.d.ts +0 -0
- /package/dist/{src/grid → orbcharts-plugins-basic/src/multiValue}/plugins/RankingAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/plugins/Container.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/plugins/Tooltip.d.ts +0 -0
- /package/dist/{src/multiValue → orbcharts-plugins-basic/src/relationship}/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/relationship/plugins/Relationship.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Bubbles.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Pie.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/PieEventTexts.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/PieLabels.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Rose.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/RoseLabels.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/SeriesLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/SeriesTooltip.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Waffle.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/seriesUtils.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/plugins/TreeLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/plugins/TreeMap.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/plugins/TreeTooltip.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/commonUtils.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/d3Graphics.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/d3Utils.d.ts +0 -0
- /package/dist/{vite.config.d.ts → orbcharts-plugins-basic/vite.config.d.ts} +0 -0
- /package/src/{grid → multiValue}/plugins/Ranking.ts +0 -0
- /package/src/{grid → multiValue}/plugins/RankingAxis.ts +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterGrid, EventGrid, ChartParams,
|
3
|
+
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterGrid, EventGrid, ChartParams, ContainerPositionScaled, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseBarStackParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseBarStackContext {
|
@@ -23,7 +23,7 @@ interface BaseBarStackContext {
|
|
23
23
|
height: number;
|
24
24
|
}>;
|
25
25
|
gridHighlight$: Observable<ComputedDatumGrid[]>;
|
26
|
-
gridContainerPosition$: Observable<
|
26
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
27
27
|
isSeriesSeprate$: Observable<boolean>;
|
28
28
|
event$: Subject<EventGrid>;
|
29
29
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid,
|
3
|
+
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, ContainerPositionScaled, EventGrid, ChartParams, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseBarsParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseBarsContext {
|
@@ -22,7 +22,7 @@ interface BaseBarsContext {
|
|
22
22
|
height: number;
|
23
23
|
}>;
|
24
24
|
gridHighlight$: Observable<ComputedDatumGrid[]>;
|
25
|
-
gridContainerPosition$: Observable<
|
25
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
26
26
|
isSeriesSeprate$: Observable<boolean>;
|
27
27
|
event$: Subject<EventGrid>;
|
28
28
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterTypeMap, EventGrid, ChartParams,
|
3
|
+
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterTypeMap, EventGrid, ChartParams, ContainerPositionScaled, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseBarsTriangleParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseBarsContext {
|
@@ -22,7 +22,7 @@ interface BaseBarsContext {
|
|
22
22
|
height: number;
|
23
23
|
}>;
|
24
24
|
gridHighlight$: Observable<ComputedDatumGrid[]>;
|
25
|
-
gridContainerPosition$: Observable<
|
25
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
26
26
|
isSeriesSeprate$: Observable<boolean>;
|
27
27
|
event$: Subject<EventGrid>;
|
28
28
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, EventGrid, ChartParams,
|
3
|
+
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, EventGrid, ChartParams, ContainerPositionScaled, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseDotsParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseDotsContext {
|
@@ -22,7 +22,7 @@ interface BaseDotsContext {
|
|
22
22
|
height: number;
|
23
23
|
}>;
|
24
24
|
gridHighlight$: Observable<ComputedDatumGrid[]>;
|
25
|
-
gridContainerPosition$: Observable<
|
25
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
26
26
|
event$: Subject<EventGrid>;
|
27
27
|
}
|
28
28
|
export declare const createBaseDots: BasePluginFn<BaseDotsContext>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Observable } from 'rxjs';
|
2
|
-
import { ComputedDataGrid,
|
2
|
+
import { ComputedDataGrid, ContainerPositionScaled, DataFormatterGrid, ChartParams, TransformData } from '../../lib/core-types';
|
3
3
|
import { BaseGroupAxisParams } from '../../lib/plugins-basic-types';
|
4
4
|
import { BasePluginFn } from './types';
|
5
5
|
import * as d3 from 'd3';
|
@@ -15,7 +15,7 @@ interface BaseGroupAxisContext {
|
|
15
15
|
width: number;
|
16
16
|
height: number;
|
17
17
|
}>;
|
18
|
-
gridContainerPosition$: Observable<
|
18
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
19
19
|
isSeriesSeprate$: Observable<boolean>;
|
20
20
|
textSizePx$: Observable<number>;
|
21
21
|
}
|
@@ -5,7 +5,7 @@ import { BaseLegendParams } from '../../lib/plugins-basic-types';
|
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseLegendContext {
|
7
7
|
rootSelection: d3.Selection<any, unknown, any, unknown>;
|
8
|
-
|
8
|
+
legendLabels$: Observable<string[]>;
|
9
9
|
fullParams$: Observable<BaseLegendParams>;
|
10
10
|
layout$: Observable<Layout>;
|
11
11
|
fullChartParams$: Observable<ChartParams>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterGrid, EventGrid,
|
3
|
+
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterGrid, EventGrid, ContainerPositionScaled, ChartParams, Layout, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseLineAreasParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseLineAreasContext {
|
@@ -22,8 +22,8 @@ interface BaseLineAreasContext {
|
|
22
22
|
height: number;
|
23
23
|
}>;
|
24
24
|
gridHighlight$: Observable<ComputedDatumGrid[]>;
|
25
|
-
gridContainerPosition$: Observable<
|
26
|
-
allContainerPosition$: Observable<
|
25
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
26
|
+
allContainerPosition$: Observable<ContainerPositionScaled[]>;
|
27
27
|
layout$: Observable<Layout>;
|
28
28
|
event$: Subject<EventGrid>;
|
29
29
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterGrid, EventGrid,
|
3
|
+
import { ComputedDatumGrid, ComputedDataGrid, ComputedLayoutDataGrid, DataFormatterGrid, EventGrid, ContainerPositionScaled, ChartParams, Layout, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseLinesParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseLinesContext {
|
@@ -22,8 +22,8 @@ interface BaseLinesContext {
|
|
22
22
|
height: number;
|
23
23
|
}>;
|
24
24
|
gridHighlight$: Observable<ComputedDatumGrid[]>;
|
25
|
-
gridContainerPosition$: Observable<
|
26
|
-
allContainerPosition$: Observable<
|
25
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
26
|
+
allContainerPosition$: Observable<ContainerPositionScaled[]>;
|
27
27
|
layout$: Observable<Layout>;
|
28
28
|
event$: Subject<EventGrid>;
|
29
29
|
}
|
@@ -1,11 +1,12 @@
|
|
1
1
|
import { Observable } from 'rxjs';
|
2
2
|
import { BasePluginFn } from './types';
|
3
|
-
import { ComputedDataGrid, DataFormatterGrid, ChartParams,
|
3
|
+
import { ComputedDataGrid, DataFormatterGrid, ChartParams, ContainerPositionScaled, TransformData } from '../../lib/core-types';
|
4
4
|
import { BaseValueAxisParams } from '../../lib/plugins-basic-types';
|
5
5
|
import * as d3 from 'd3';
|
6
6
|
interface BaseLinesContext {
|
7
7
|
selection: d3.Selection<any, unknown, any, unknown>;
|
8
8
|
computedData$: Observable<ComputedDataGrid>;
|
9
|
+
filteredMinMaxValue$: Observable<[number, number]>;
|
9
10
|
fullParams$: Observable<BaseValueAxisParams>;
|
10
11
|
fullDataFormatter$: Observable<DataFormatterGrid>;
|
11
12
|
fullChartParams$: Observable<ChartParams>;
|
@@ -15,7 +16,7 @@ interface BaseLinesContext {
|
|
15
16
|
width: number;
|
16
17
|
height: number;
|
17
18
|
}>;
|
18
|
-
gridContainerPosition$: Observable<
|
19
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
19
20
|
isSeriesSeprate$: Observable<boolean>;
|
20
21
|
}
|
21
22
|
export declare const createBaseValueAxis: BasePluginFn<BaseLinesContext>;
|
@@ -3,7 +3,7 @@ import { LinesParams, LineAreasParams, GroupAuxParams, DotsParams, BarsParams, B
|
|
3
3
|
export declare const DEFAULT_LINES_PARAMS: LinesParams;
|
4
4
|
export declare const DEFAULT_LINE_AREAS_PARAMS: LineAreasParams;
|
5
5
|
export declare const DEFAULT_DOTS_PARAMS: DotsParams;
|
6
|
-
export declare const
|
6
|
+
export declare const DEFAULT_GROUP_AUX_PARAMS: GroupAuxParams;
|
7
7
|
export declare const DEFAULT_BARS_PARAMS: BarsParams;
|
8
8
|
export declare const DEFAULT_BARS_DIVERGING_PARAMS: BarsParams;
|
9
9
|
export declare const DEFAULT_BAR_STACK_PARAMS: BarStackParams;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { Observable } from 'rxjs';
|
2
|
-
import { ChartParams, DataFormatterGrid, ComputedDataGrid, TransformData,
|
2
|
+
import { ChartParams, DataFormatterGrid, ComputedDataGrid, TransformData, ContainerPositionScaled, Layout } from '../../lib/core-types';
|
3
3
|
import * as d3 from 'd3';
|
4
4
|
export declare const gridSelectionsObservable: ({ selection, pluginName, clipPathID, seriesLabels$, gridContainerPosition$, gridAxesTransform$, gridGraphicTransform$ }: {
|
5
5
|
selection: d3.Selection<any, unknown, any, unknown>;
|
6
6
|
pluginName: string;
|
7
7
|
clipPathID: string;
|
8
8
|
seriesLabels$: Observable<string[]>;
|
9
|
-
gridContainerPosition$: Observable<
|
9
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
10
10
|
gridAxesTransform$: Observable<TransformData>;
|
11
11
|
gridGraphicTransform$: Observable<TransformData>;
|
12
12
|
}) => {
|
@@ -23,13 +23,13 @@ export declare const gridGroupPositionFnObservable: ({ fullDataFormatter$, gridA
|
|
23
23
|
}>;
|
24
24
|
computedData$: Observable<ComputedDataGrid>;
|
25
25
|
fullChartParams$: Observable<ChartParams>;
|
26
|
-
gridContainerPosition$: Observable<
|
26
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
27
27
|
layout$: Observable<Layout>;
|
28
28
|
}) => Observable<(event: any) => {
|
29
29
|
groupIndex: number;
|
30
30
|
groupLabel: string;
|
31
31
|
}>;
|
32
|
-
export declare const
|
32
|
+
export declare const gridGroupPositionObservable: ({ rootSelection, fullDataFormatter$, gridAxesSize$, computedData$, fullChartParams$, gridContainerPosition$, layout$ }: {
|
33
33
|
rootSelection: d3.Selection<any, unknown, any, unknown>;
|
34
34
|
fullDataFormatter$: Observable<DataFormatterGrid>;
|
35
35
|
gridAxesSize$: Observable<{
|
@@ -38,7 +38,7 @@ export declare const gridGroupPosition: ({ rootSelection, fullDataFormatter$, gr
|
|
38
38
|
}>;
|
39
39
|
computedData$: Observable<ComputedDataGrid>;
|
40
40
|
fullChartParams$: Observable<ChartParams>;
|
41
|
-
gridContainerPosition$: Observable<
|
41
|
+
gridContainerPosition$: Observable<ContainerPositionScaled[]>;
|
42
42
|
layout$: Observable<Layout>;
|
43
43
|
}) => Observable<{
|
44
44
|
groupIndex: number;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { MultiValueLegendParams, MultiValueTooltipParams, ScatterParams, ScatterBubblesParams, XYAuxParams, XYAxesParams, XYZoomParams } from '../../lib/plugins-basic-types';
|
2
|
+
|
3
|
+
export declare const DEFAULT_MULTI_VALUE_LEGEND_PARAMS: MultiValueLegendParams;
|
4
|
+
export declare const DEFAULT_MULTI_VALUE_TOOLTIP_PARAMS: MultiValueTooltipParams;
|
5
|
+
export declare const DEFAULT_SCATTER_PARAMS: ScatterParams;
|
6
|
+
export declare const DEFAULT_SCATTER_BUBBLES_PARAMS: ScatterBubblesParams;
|
7
|
+
export declare const DEFAULT_X_Y_AUX_PARAMS: XYAuxParams;
|
8
|
+
export declare const DEFAULT_X_Y_AXES_PARAMS: XYAxesParams;
|
9
|
+
export declare const DEFAULT_X_Y_ZOOM_PARAMS: XYZoomParams;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from './defaults';
|
2
|
+
export { MultiValueLegend } from './plugins/MultiValueLegend';
|
3
|
+
export { MultiValueTooltip } from './plugins/MultiValueTooltip';
|
4
|
+
export { Scatter } from './plugins/Scatter';
|
5
|
+
export { ScatterBubbles } from './plugins/ScatterBubbles';
|
6
|
+
export { XYAux } from './plugins/XYAux';
|
7
|
+
export { XYAxes } from './plugins/XYAxes';
|
8
|
+
export { XYZoom } from './plugins/XYZoom';
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { Observable } from 'rxjs';
|
2
|
+
import { DataFormatterMultiValue, ComputedLayoutDatumMultiValue, TransformData, ContainerPositionScaled, Layout } from '../../lib/core-types';
|
3
|
+
import * as d3 from 'd3';
|
4
|
+
export declare const multiValueSelectionsObservable: ({ selection, pluginName, clipPathID, categoryLabels$, multiValueContainerPosition$, multiValueGraphicTransform$ }: {
|
5
|
+
selection: d3.Selection<any, unknown, any, unknown>;
|
6
|
+
pluginName: string;
|
7
|
+
clipPathID: string;
|
8
|
+
categoryLabels$: Observable<string[]>;
|
9
|
+
multiValueContainerPosition$: Observable<ContainerPositionScaled[]>;
|
10
|
+
multiValueGraphicTransform$: Observable<TransformData>;
|
11
|
+
}) => {
|
12
|
+
categorySelection$: Observable<d3.Selection<SVGGElement, string, any, unknown>>;
|
13
|
+
axesSelection$: Observable<d3.Selection<SVGGElement, string, any, unknown>>;
|
14
|
+
defsSelection$: Observable<d3.Selection<SVGDefsElement, string, any, unknown>>;
|
15
|
+
graphicGSelection$: Observable<d3.Selection<SVGGElement, string, any, unknown>>;
|
16
|
+
};
|
17
|
+
export declare const multiValueXYPositionObservable: ({ rootSelection, fullDataFormatter$, filteredMinMaxXYData$, multiValueContainerPosition$, layout$ }: {
|
18
|
+
rootSelection: d3.Selection<any, unknown, any, unknown>;
|
19
|
+
fullDataFormatter$: Observable<DataFormatterMultiValue>;
|
20
|
+
filteredMinMaxXYData$: Observable<{
|
21
|
+
minXDatum: ComputedLayoutDatumMultiValue;
|
22
|
+
maxXDatum: ComputedLayoutDatumMultiValue;
|
23
|
+
minYDatum: ComputedLayoutDatumMultiValue;
|
24
|
+
maxYDatum: ComputedLayoutDatumMultiValue;
|
25
|
+
}>;
|
26
|
+
multiValueContainerPosition$: Observable<ContainerPositionScaled[]>;
|
27
|
+
layout$: Observable<Layout>;
|
28
|
+
}) => Observable<{
|
29
|
+
x: number;
|
30
|
+
y: number;
|
31
|
+
xValue: number;
|
32
|
+
yValue: number;
|
33
|
+
}>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const MultiValueLegend: import('@orbcharts/core-types/dist/src/types/Plugin').PluginConstructor<"multiValue", "MultiValueLegend", import('@orbcharts/plugins-basic-types').MultiValueLegendParams>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const MultiValueTooltip: import('@orbcharts/core-types/dist/src/types/Plugin').PluginConstructor<"multiValue", "MultiValueTooltip", import('@orbcharts/plugins-basic-types').MultiValueTooltipParams>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const XYZoom: import('@orbcharts/core-types/dist/src/types/Plugin').PluginConstructor<"multiValue", "XYZoom", import('@orbcharts/plugins-basic-types').XYZoomParams>;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { Observable } from 'rxjs';
|
2
|
-
import {
|
2
|
+
import { ContainerPosition } from '../../lib/core-types';
|
3
3
|
import * as d3 from 'd3';
|
4
4
|
export declare const seriesStartSelectionObservable: ({ selection, pluginName, separateSeries$, seriesLabels$, seriesContainerPosition$ }: {
|
5
5
|
selection: d3.Selection<any, unknown, any, unknown>;
|
6
6
|
pluginName: string;
|
7
7
|
separateSeries$: Observable<boolean>;
|
8
8
|
seriesLabels$: Observable<string[]>;
|
9
|
-
seriesContainerPosition$: Observable<
|
9
|
+
seriesContainerPosition$: Observable<ContainerPosition[]>;
|
10
10
|
}) => {
|
11
11
|
seriesStartSelection$: Observable<d3.Selection<SVGGElement, string, any, unknown>>;
|
12
12
|
};
|
@@ -15,7 +15,7 @@ export declare const seriesCenterSelectionObservable: ({ selection, pluginName,
|
|
15
15
|
pluginName: string;
|
16
16
|
separateSeries$: Observable<boolean>;
|
17
17
|
seriesLabels$: Observable<string[]>;
|
18
|
-
seriesContainerPosition$: Observable<
|
18
|
+
seriesContainerPosition$: Observable<ContainerPosition[]>;
|
19
19
|
}) => {
|
20
20
|
seriesCenterSelection$: Observable<d3.Selection<SVGGElement, string, any, unknown>>;
|
21
21
|
};
|
@@ -1,3 +1,3 @@
|
|
1
1
|
import { Observable } from 'rxjs';
|
2
2
|
import * as d3 from 'd3';
|
3
|
-
export declare function d3EventObservable(selection: d3.Selection<any, any, any, any>, event: any): Observable<
|
3
|
+
export declare function d3EventObservable(selection: d3.Selection<any, any, any, any>, event: any): Observable<MouseEvent>;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { AxisPosition, ColorType, ChartParams, ComputedDatumBase,
|
1
|
+
import { AxisPosition, ColorType, ChartParams, ComputedDatumBase, ComputedDatumBaseValue, ComputedDatumBaseCategory } from '../../lib/core-types';
|
2
2
|
|
3
|
-
export declare function getMinAndMaxValue(data: ComputedDatumBase[]): [number, number];
|
3
|
+
export declare function getMinAndMaxValue(data: (ComputedDatumBase & ComputedDatumBaseValue)[]): [number, number];
|
4
4
|
export declare function getColor(colorType: ColorType, fullChartParams: ChartParams): string;
|
5
5
|
export declare function getSeriesValueColor(): void;
|
6
6
|
export declare function getCategoryValueColor({ datum, colorType, fullChartParams }: {
|
7
|
-
datum:
|
7
|
+
datum: ComputedDatumBaseCategory;
|
8
8
|
colorType: ColorType;
|
9
9
|
fullChartParams: ChartParams;
|
10
10
|
}): void;
|