@orbcharts/plugin-basic 4.0.0-pre-alpha.3 → 4.0.0-pre-alpha.4
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/{plugin-basic/src → src}/baseLayers/BaseBars.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseBarsTriangle.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseCategoryAxis.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseDots.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseLegend.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseLineAreas.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseLines.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseStackedBars.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseTooltip.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseValueAxis.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseXAxis.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseXZoom.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/BaseYAxis.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/baseLayers/types.d.ts +1 -1
- package/dist/src/index.d.ts +2 -1
- package/dist/src/plugins/CompositionPlot/CompositionPlot.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/contextObservables.d.ts +1 -1
- package/dist/src/plugins/CompositionPlot/layers/Bubbles.d.ts +14 -0
- package/dist/src/plugins/CompositionPlot/layers/Pie.d.ts +14 -0
- package/dist/src/plugins/CompositionPlot/layers/PieEventTexts.d.ts +14 -0
- package/dist/src/plugins/CompositionPlot/layers/PieLabels.d.ts +14 -0
- package/dist/src/plugins/CompositionPlot/layers/Rose.d.ts +14 -0
- package/dist/src/plugins/CompositionPlot/layers/RoseLabels.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/types.d.ts +1 -1
- package/dist/src/plugins/HierarchyPlot/HierarchyPlot.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/HierarchyPlot/contextObservables.d.ts +1 -1
- package/dist/src/plugins/HierarchyPlot/layers/TreeMap.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/HierarchyPlot/types.d.ts +1 -1
- package/dist/src/plugins/Legend/Legend.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/Legend/contextObservables.d.ts +1 -1
- package/dist/src/plugins/Legend/layers/Legend.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/Legend/types.d.ts +1 -1
- package/dist/src/plugins/NetworkPlot/NetworkPlot.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/NetworkPlot/contextObservables.d.ts +1 -1
- package/dist/src/plugins/NetworkPlot/layers/ForceDirected.d.ts +14 -0
- package/dist/src/plugins/NetworkPlot/layers/ForceDirectedBubbles.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/NetworkPlot/types.d.ts +1 -1
- package/dist/src/plugins/ScatterPlot/ScatterPlot.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/ScatterPlot/contextObservables.d.ts +1 -1
- package/dist/src/plugins/ScatterPlot/layers/Scatter.d.ts +14 -0
- package/dist/src/plugins/ScatterPlot/layers/ScatterBubbles.d.ts +14 -0
- package/dist/src/plugins/ScatterPlot/layers/XYAux.d.ts +14 -0
- package/dist/src/plugins/ScatterPlot/layers/XYAxes.d.ts +14 -0
- package/dist/src/plugins/ScatterPlot/layers/XZoom.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/ScatterPlot/types.d.ts +1 -1
- package/dist/src/plugins/SeriesPlot/SeriesPlot.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/SeriesPlot/contextObservables.d.ts +1 -1
- package/dist/src/plugins/SeriesPlot/layers/Bars.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/BarsPN.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/BarsTriangle.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/CategoryAux.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/CategoryAxis.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/CategoryZoom.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/Dots.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/LineAreas.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/Lines.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/StackedBars.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/StackedValueAxis.d.ts +14 -0
- package/dist/src/plugins/SeriesPlot/layers/ValueAxis.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/SeriesPlot/types.d.ts +1 -1
- package/dist/src/plugins/Tooltip/Tooltip.d.ts +20 -0
- package/dist/{plugin-basic/src → src}/plugins/Tooltip/contextObservables.d.ts +1 -1
- package/dist/src/plugins/Tooltip/layers/Tooltip.d.ts +14 -0
- package/dist/{plugin-basic/src → src}/plugins/Tooltip/types.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/types/ComputedData.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/types/PluginParams.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/utils/observables.d.ts +1 -1
- package/dist/{plugin-basic/src → src}/utils/orbchartsUtils.d.ts +1 -1
- package/package.json +2 -2
- package/dist/plugin-basic/src/index.d.ts +0 -2
- package/dist/plugin-basic/src/plugins/CompositionPlot/CompositionPlot.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/CompositionPlot/layers/Bubbles.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/CompositionPlot/layers/Pie.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/CompositionPlot/layers/PieEventTexts.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/CompositionPlot/layers/PieLabels.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/CompositionPlot/layers/Rose.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/CompositionPlot/layers/RoseLabels.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/HierarchyPlot/HierarchyPlot.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/HierarchyPlot/layers/TreeMap.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/Legend/Legend.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/Legend/layers/Legend.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/NetworkPlot/NetworkPlot.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/NetworkPlot/layers/ForceDirected.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/NetworkPlot/layers/ForceDirectedBubbles.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/ScatterPlot/ScatterPlot.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/ScatterPlot/layers/Scatter.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/ScatterPlot/layers/ScatterBubbles.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/ScatterPlot/layers/XYAux.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/ScatterPlot/layers/XYAxes.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/ScatterPlot/layers/XZoom.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/SeriesPlot.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/Bars.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/BarsPN.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/BarsTriangle.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/CategoryAux.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/CategoryAxis.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/CategoryZoom.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/Dots.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/LineAreas.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/Lines.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/StackedBars.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/StackedValueAxis.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/SeriesPlot/layers/ValueAxis.d.ts +0 -16
- package/dist/plugin-basic/src/plugins/Tooltip/Tooltip.d.ts +0 -22
- package/dist/plugin-basic/src/plugins/Tooltip/layers/Tooltip.d.ts +0 -16
- /package/dist/{plugin-basic/src → src}/const/layerIndex.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/const/sharedPluginParams.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/layers/Indicator.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/layers/Waffle.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/CompositionPlot/utils.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/HierarchyPlot/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/HierarchyPlot/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/Legend/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/Legend/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/Legend/utils.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/NetworkPlot/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/NetworkPlot/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/ScatterPlot/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/ScatterPlot/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/SeriesPlot/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/SeriesPlot/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/Tooltip/defaults.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/Tooltip/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/Tooltip/utils.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/plugins/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/types/BaseLayer.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/types/Common.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/types/index.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/commonUtils.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/d3Graphics.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/d3Scale.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/d3Utils.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/graphObservables.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/gridObservables.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/multivariateObservables.d.ts +0 -0
- /package/dist/{plugin-basic/src → src}/utils/seriesObservables.d.ts +0 -0
- /package/dist/{plugin-basic/vite.config.d.ts → vite.config.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
2
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
3
|
-
import { EventData } from '
|
|
3
|
+
import { EventData } from '@orbcharts/core';
|
|
4
4
|
import { ComputedDatumGrid, ComputedData, ContainerPositionScaled, TransformData, GraphicStyles } from '../types';
|
|
5
5
|
import { ComputedAxesDataGrid } from '../plugins/SeriesPlot/types';
|
|
6
6
|
import * as d3 from 'd3';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
|
-
import { EventData } from '
|
|
2
|
+
import { EventData } from '@orbcharts/core';
|
|
3
3
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
4
4
|
import { ComputedDatumGrid, ComputedData, ContainerPositionScaled, TransformData, GraphicStyles } from '../types';
|
|
5
5
|
import { ComputedAxesDataGrid } from '../plugins/SeriesPlot/types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType, Theme } from '
|
|
2
|
+
import { ColorType, Theme } from '@orbcharts/core';
|
|
3
3
|
import { ComputedData, ContainerPositionScaled, TransformData, ValueAxis, CategoryAxis, GraphicStyles } from '../types';
|
|
4
4
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
5
5
|
import * as d3 from 'd3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
2
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
3
|
-
import { EventData, ColorType, Theme } from '
|
|
3
|
+
import { EventData, ColorType, Theme } from '@orbcharts/core';
|
|
4
4
|
import { ComputedData, ComputedDatumGrid, ContainerPositionScaled, TransformData, GraphicStyles } from '../types';
|
|
5
5
|
import { ComputedAxesDataGrid } from '../plugins/SeriesPlot/types';
|
|
6
6
|
import * as d3 from 'd3';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
3
3
|
import { Layout } from '../types/PluginParams';
|
|
4
|
-
import { ColorType, Theme } from '
|
|
4
|
+
import { ColorType, Theme } from '@orbcharts/core';
|
|
5
5
|
import { Placement } from '../types';
|
|
6
6
|
import * as d3 from 'd3';
|
|
7
7
|
export interface BaseLegendParams {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
2
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
3
|
-
import { EventData } from '
|
|
3
|
+
import { EventData } from '@orbcharts/core';
|
|
4
4
|
import { TransformData, Layout, ComputedData, ComputedDatumGrid, ContainerPositionScaled, GraphicStyles } from '../types';
|
|
5
5
|
import { ComputedAxesDataGrid, SeriesPlotPluginParams } from '../plugins/SeriesPlot/types';
|
|
6
6
|
import * as d3 from 'd3';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
|
-
import { EventData } from '
|
|
2
|
+
import { EventData } from '@orbcharts/core';
|
|
3
3
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
4
4
|
import { ComputedDatumGrid, ComputedData, ContainerPositionScaled, Layout, TransformData, GraphicStyles } from '../types';
|
|
5
5
|
import { ComputedAxesDataGrid, SeriesPlotPluginParams } from '../plugins/SeriesPlot/types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
2
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
3
|
-
import { EventData } from '
|
|
3
|
+
import { EventData } from '@orbcharts/core';
|
|
4
4
|
import { ComputedDatumGrid, ComputedData, ContainerPositionScaled, TransformData, GraphicStyles } from '../types';
|
|
5
5
|
import { ComputedAxesDataGrid, SeriesPlotPluginParams } from '../plugins/SeriesPlot/types';
|
|
6
6
|
import * as d3 from 'd3';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType, EventData, Theme } from '
|
|
2
|
+
import { ColorType, EventData, Theme } from '@orbcharts/core';
|
|
3
3
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
4
4
|
import { Layout } from '../types/PluginParams';
|
|
5
5
|
import { ComputedDatum } from '../types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType, Theme } from '
|
|
2
|
+
import { ColorType, Theme } from '@orbcharts/core';
|
|
3
3
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
4
4
|
import { CategoryAxis, ValueAxis, ContainerPositionScaled, ContainerSize, TransformData, ComputedData } from '../types';
|
|
5
5
|
import * as d3 from 'd3';
|
|
@@ -3,7 +3,7 @@ import { BaseLayerFn } from '../types/BaseLayer';
|
|
|
3
3
|
import { ContainerPositionScaled, XYAxis } from '../types/PluginParams';
|
|
4
4
|
import { ComputedData } from '../types/ComputedData';
|
|
5
5
|
import { BaseXAxisParams } from './types';
|
|
6
|
-
import { Theme } from '
|
|
6
|
+
import { Theme } from '@orbcharts/core';
|
|
7
7
|
import { ContainerSize } from '../types';
|
|
8
8
|
import * as d3 from 'd3';
|
|
9
9
|
interface BaseXAxisContext {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable, Subject } from 'rxjs';
|
|
2
2
|
import { BaseLayerFn } from '../types/BaseLayer';
|
|
3
3
|
import { Layout, XYAxis } from '../types/PluginParams';
|
|
4
|
-
import { EventData } from '
|
|
4
|
+
import { EventData } from '@orbcharts/core';
|
|
5
5
|
import * as d3 from 'd3';
|
|
6
6
|
interface BaseXZoomContext {
|
|
7
7
|
rootSelection: d3.Selection<any, unknown, any, unknown>;
|
|
@@ -3,7 +3,7 @@ import { BaseLayerFn } from '../types/BaseLayer';
|
|
|
3
3
|
import { ContainerPositionScaled, XYAxis } from '../types/PluginParams';
|
|
4
4
|
import { ComputedData } from '../types/ComputedData';
|
|
5
5
|
import { BaseYAxisParams } from './types';
|
|
6
|
-
import { Theme } from '
|
|
6
|
+
import { Theme } from '@orbcharts/core';
|
|
7
7
|
import { ContainerSize } from '../types';
|
|
8
8
|
import * as d3 from 'd3';
|
|
9
9
|
interface BaseYAxisContext {
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from './plugins';
|
|
2
|
+
export * from './types';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CompositionPlotPluginParams, CompositionPlotAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const CompositionPlot: new (params?: import('@orbcharts/core').DeepPartial<CompositionPlotPluginParams | CompositionPlotAllLayerParams>) => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_elementType: "svg";
|
|
6
|
+
_getId: () => string;
|
|
7
|
+
_setId: (id: string) => void;
|
|
8
|
+
_injectContext: (context: import('@orbcharts/core').ChartContext<{}>) => void;
|
|
9
|
+
show: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
10
|
+
showOnly: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
15
|
+
getShownLayerNames: () => (keyof CompositionPlotAllLayerParams)[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<CompositionPlotPluginParams | CompositionPlotAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: CompositionPlotPluginParams | CompositionPlotAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<CompositionPlotPluginParams | CompositionPlotAllLayerParams>;
|
|
19
|
+
destroy: () => void;
|
|
20
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ModelDataSeries } from '
|
|
2
|
+
import { ModelDataSeries } from '@orbcharts/core';
|
|
3
3
|
import { CompositionPlotPluginParams } from './types';
|
|
4
4
|
import { Layout, ContainerPosition } from '../../types/PluginParams';
|
|
5
5
|
import { ComputedDatumSeries } from '../../types/ComputedData';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CompositionPlotExtendContext, CompositionPlotPluginParams, BubblesParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Bubbles: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: BubblesParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, BubblesParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<BubblesParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: BubblesParams) => void;
|
|
12
|
+
_getParams: () => Readonly<BubblesParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CompositionPlotExtendContext, CompositionPlotPluginParams, PieParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Pie: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: PieParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, PieParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<PieParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: PieParams) => void;
|
|
12
|
+
_getParams: () => Readonly<PieParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CompositionPlotExtendContext, CompositionPlotPluginParams, PieEventTextsParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const PieEventTexts: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: PieEventTextsParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, PieEventTextsParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<PieEventTextsParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: PieEventTextsParams) => void;
|
|
12
|
+
_getParams: () => Readonly<PieEventTextsParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CompositionPlotExtendContext, CompositionPlotPluginParams, PieLabelsParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const PieLabels: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: PieLabelsParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, PieLabelsParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<PieLabelsParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: PieLabelsParams) => void;
|
|
12
|
+
_getParams: () => Readonly<PieLabelsParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CompositionPlotExtendContext, CompositionPlotPluginParams, RoseParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Rose: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: RoseParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, RoseParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<RoseParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: RoseParams) => void;
|
|
12
|
+
_getParams: () => Readonly<RoseParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CompositionPlotExtendContext, CompositionPlotPluginParams, RoseLabelsParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const RoseLabels: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: RoseLabelsParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, RoseLabelsParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<RoseLabelsParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: RoseLabelsParams) => void;
|
|
12
|
+
_getParams: () => Readonly<RoseLabelsParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType, ModelDatumSeries, EventData } from '
|
|
2
|
+
import { ColorType, ModelDatumSeries, EventData } from '@orbcharts/core';
|
|
3
3
|
import { ContainerPosition, Container, GraphicStyles, Layout } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedDatumSeries } from '../../types/ComputedData';
|
|
5
5
|
import { ArcScaleType } from '../../types/Common';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HierarchyPlotPluginParams, HierarchyPlotAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const HierarchyPlot: new (params?: import('@orbcharts/core').DeepPartial<HierarchyPlotPluginParams | HierarchyPlotAllLayerParams>) => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_elementType: "svg";
|
|
6
|
+
_getId: () => string;
|
|
7
|
+
_setId: (id: string) => void;
|
|
8
|
+
_injectContext: (context: import('@orbcharts/core').ChartContext<{}>) => void;
|
|
9
|
+
show: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
10
|
+
showOnly: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
15
|
+
getShownLayerNames: () => "TreeMap"[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<HierarchyPlotPluginParams | HierarchyPlotAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: HierarchyPlotPluginParams | HierarchyPlotAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<HierarchyPlotPluginParams | HierarchyPlotAllLayerParams>;
|
|
19
|
+
destroy: () => void;
|
|
20
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HierarchyPlotPluginParams, HierarchyPlotExtendContext, TreeMapParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const TreeMap: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: TreeMapParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<HierarchyPlotExtendContext, HierarchyPlotPluginParams, TreeMapParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<TreeMapParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: TreeMapParams) => void;
|
|
12
|
+
_getParams: () => Readonly<TreeMapParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType } from '
|
|
2
|
+
import { ColorType } from '@orbcharts/core';
|
|
3
3
|
import { GraphicStyles, Layout, VisibleFilter } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedData, ComputedDatumTree } from '../../types';
|
|
5
5
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LegendPluginParams, LegendAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const Legend: new (params?: import('@orbcharts/core').DeepPartial<LegendPluginParams | LegendAllLayerParams>) => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_elementType: "svg";
|
|
6
|
+
_getId: () => string;
|
|
7
|
+
_setId: (id: string) => void;
|
|
8
|
+
_injectContext: (context: import('@orbcharts/core').ChartContext<{}>) => void;
|
|
9
|
+
show: (names: "Legend" | "Legend"[]) => void;
|
|
10
|
+
showOnly: (names: "Legend" | "Legend"[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: "Legend" | "Legend"[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: "Legend" | "Legend"[]) => void;
|
|
15
|
+
getShownLayerNames: () => "Legend"[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<LegendPluginParams | LegendAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: LegendPluginParams | LegendAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<LegendPluginParams | LegendAllLayerParams>;
|
|
19
|
+
destroy: () => void;
|
|
20
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ModelDataSeries } from '
|
|
2
|
+
import { ModelDataSeries } from '@orbcharts/core';
|
|
3
3
|
import { LegendPluginParams } from './types';
|
|
4
4
|
import { ComputedDatumSeries } from '../../types/ComputedData';
|
|
5
5
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LegendExtendContext, LegendPluginParams, LegendParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Legend: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: LegendParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<LegendExtendContext, LegendPluginParams, LegendParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<LegendParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: LegendParams) => void;
|
|
12
|
+
_getParams: () => Readonly<LegendParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType, ModelDatumSeries } from '
|
|
2
|
+
import { ColorType, ModelDatumSeries } from '@orbcharts/core';
|
|
3
3
|
import { GraphicStyles, Layout } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedDatumSeries } from '../../types/ComputedData';
|
|
5
5
|
import { Placement } from '../../types/Common';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { NetworkPlotPluginParams, NetworkPlotAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const NetworkPlot: new (params?: import('@orbcharts/core').DeepPartial<NetworkPlotPluginParams | NetworkPlotAllLayerParams>) => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_elementType: "svg";
|
|
6
|
+
_getId: () => string;
|
|
7
|
+
_setId: (id: string) => void;
|
|
8
|
+
_injectContext: (context: import('@orbcharts/core').ChartContext<{}>) => void;
|
|
9
|
+
show: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
10
|
+
showOnly: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
15
|
+
getShownLayerNames: () => (keyof NetworkPlotAllLayerParams)[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<NetworkPlotPluginParams | NetworkPlotAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: NetworkPlotPluginParams | NetworkPlotAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<NetworkPlotPluginParams | NetworkPlotAllLayerParams>;
|
|
19
|
+
destroy: () => void;
|
|
20
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ModelData } from '
|
|
2
|
+
import { ModelData } from '@orbcharts/core';
|
|
3
3
|
import { ComputedData, ComputedDatumGraphNode, ComputedDatumGraphEdge } from '../../types';
|
|
4
4
|
import { NetworkPlotPluginParams } from './types';
|
|
5
5
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NetworkPlotPluginParams, NetworkPlotExtendContext, ForceDirectedParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const ForceDirected: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: ForceDirectedParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<NetworkPlotExtendContext, NetworkPlotPluginParams, ForceDirectedParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<ForceDirectedParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: ForceDirectedParams) => void;
|
|
12
|
+
_getParams: () => Readonly<ForceDirectedParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NetworkPlotPluginParams, NetworkPlotExtendContext, ForceDirectedBubblesParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const ForceDirectedBubbles: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: ForceDirectedBubblesParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<NetworkPlotExtendContext, NetworkPlotPluginParams, ForceDirectedBubblesParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<ForceDirectedBubblesParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: ForceDirectedBubblesParams) => void;
|
|
12
|
+
_getParams: () => Readonly<ForceDirectedBubblesParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType } from '
|
|
2
|
+
import { ColorType } from '@orbcharts/core';
|
|
3
3
|
import { GraphicStyles, Layout, VisibleFilter } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedData, ComputedDatumGraphNode, ComputedDatumGraphEdge } from '../../types';
|
|
5
5
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ScatterPlotPluginParams, ScatterPlotAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const ScatterPlot: new (params?: import('@orbcharts/core').DeepPartial<ScatterPlotPluginParams | ScatterPlotAllLayerParams>) => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_elementType: "svg";
|
|
6
|
+
_getId: () => string;
|
|
7
|
+
_setId: (id: string) => void;
|
|
8
|
+
_injectContext: (context: import('@orbcharts/core').ChartContext<{}>) => void;
|
|
9
|
+
show: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
10
|
+
showOnly: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
15
|
+
getShownLayerNames: () => (keyof ScatterPlotAllLayerParams)[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<ScatterPlotPluginParams | ScatterPlotAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: ScatterPlotPluginParams | ScatterPlotAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<ScatterPlotPluginParams | ScatterPlotAllLayerParams>;
|
|
19
|
+
destroy: () => void;
|
|
20
|
+
};
|
|
@@ -2,7 +2,7 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { ContainerSize, ComputedDatumMultivariate, ComputedData, XYAxis, TransformData, Layout } from '../../types';
|
|
3
3
|
import { ContainerPositionScaled } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedXYDatumMultivariate, ComputedXYDataMultivariate, ScatterPlotPluginParams } from './types';
|
|
5
|
-
import { Encoding, ModelDataMultivariate } from '
|
|
5
|
+
import { Encoding, ModelDataMultivariate } from '@orbcharts/core';
|
|
6
6
|
|
|
7
7
|
interface ComputedDatumWithSumMultivariate extends ComputedDatumMultivariate {
|
|
8
8
|
sum: number;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScatterPlotPluginParams, ScatterPlotExtendContext, ScatterParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Scatter: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: ScatterParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, ScatterParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<ScatterParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: ScatterParams) => void;
|
|
12
|
+
_getParams: () => Readonly<ScatterParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScatterPlotPluginParams, ScatterPlotExtendContext, ScatterBubblesParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const ScatterBubbles: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: ScatterBubblesParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, ScatterBubblesParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<ScatterBubblesParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: ScatterBubblesParams) => void;
|
|
12
|
+
_getParams: () => Readonly<ScatterBubblesParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScatterPlotPluginParams, ScatterPlotExtendContext, XYAuxParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const XYAux: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: XYAuxParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, XYAuxParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<XYAuxParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: XYAuxParams) => void;
|
|
12
|
+
_getParams: () => Readonly<XYAuxParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScatterPlotPluginParams, ScatterPlotExtendContext, XYAxesParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const XYAxes: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: XYAxesParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, XYAxesParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<XYAxesParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: XYAxesParams) => void;
|
|
12
|
+
_getParams: () => Readonly<XYAxesParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ScatterPlotPluginParams, ScatterPlotExtendContext, XZoomParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const XZoom: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: XZoomParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, XZoomParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<XZoomParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: XZoomParams) => void;
|
|
12
|
+
_getParams: () => Readonly<XZoomParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ColorType } from '
|
|
2
|
+
import { ColorType } from '@orbcharts/core';
|
|
3
3
|
import { ContainerPositionScaled, Container, GraphicStyles, Layout, VisibleFilter, XYAxis } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedDatumMultivariate } from '../../types/ComputedData';
|
|
5
5
|
import { ArcScaleType, ContainerSize, TransformData } from '../../types/Common';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SeriesPlotPluginParams, SeriesPlotAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const SeriesPlot: new (params?: import('@orbcharts/core').DeepPartial<SeriesPlotPluginParams | SeriesPlotAllLayerParams>) => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_elementType: "svg";
|
|
6
|
+
_getId: () => string;
|
|
7
|
+
_setId: (id: string) => void;
|
|
8
|
+
_injectContext: (context: import('@orbcharts/core').ChartContext<{}>) => void;
|
|
9
|
+
show: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
10
|
+
showOnly: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
15
|
+
getShownLayerNames: () => (keyof SeriesPlotAllLayerParams)[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<SeriesPlotPluginParams | SeriesPlotAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: SeriesPlotPluginParams | SeriesPlotAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<SeriesPlotPluginParams | SeriesPlotAllLayerParams>;
|
|
19
|
+
destroy: () => void;
|
|
20
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ModelDataGrid } from '
|
|
2
|
+
import { ModelDataGrid } from '@orbcharts/core';
|
|
3
3
|
import { ComputedData, ComputedDatumGrid } from '../../types/ComputedData';
|
|
4
4
|
import { ComputedLayoutDatumGrid, ComputedAxesDataGrid, SeriesPlotPluginParams } from './types';
|
|
5
5
|
import { ValueAxis, CategoryAxis, Layout, ContainerPositionScaled } from '../../types/PluginParams';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BarsParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Bars: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: BarsParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, BarsParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<BarsParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: BarsParams) => void;
|
|
12
|
+
_getParams: () => Readonly<BarsParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|