@orbcharts/plugin-basic 4.0.0-pre-alpha.2 → 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 -3
- 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
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BarsTriangleParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const BarsTriangle: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: BarsTriangleParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, BarsTriangleParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<BarsTriangleParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: BarsTriangleParams) => void;
|
|
12
|
+
_getParams: () => Readonly<BarsTriangleParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CategoryAuxParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const CategoryAux: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: CategoryAuxParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, CategoryAuxParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<CategoryAuxParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: CategoryAuxParams) => void;
|
|
12
|
+
_getParams: () => Readonly<CategoryAuxParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CategoryAxisParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const CategoryAxis: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: CategoryAxisParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, CategoryAxisParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<CategoryAxisParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: CategoryAxisParams) => void;
|
|
12
|
+
_getParams: () => Readonly<CategoryAxisParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CategoryZoomParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const CategoryZoom: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: CategoryZoomParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, CategoryZoomParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<CategoryZoomParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: CategoryZoomParams) => void;
|
|
12
|
+
_getParams: () => Readonly<CategoryZoomParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DotsParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Dots: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: DotsParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, DotsParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<DotsParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: DotsParams) => void;
|
|
12
|
+
_getParams: () => Readonly<DotsParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LineAreasParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const LineAreas: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: LineAreasParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, LineAreasParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<LineAreasParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: LineAreasParams) => void;
|
|
12
|
+
_getParams: () => Readonly<LineAreasParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LinesParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Lines: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: LinesParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, LinesParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<LinesParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: LinesParams) => void;
|
|
12
|
+
_getParams: () => Readonly<LinesParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SeriesPlotPluginParams, StackedBarsParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const StackedBars: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: StackedBarsParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, StackedBarsParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<StackedBarsParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: StackedBarsParams) => void;
|
|
12
|
+
_getParams: () => Readonly<StackedBarsParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StackedValueAxisParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const StackedValueAxis: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: StackedValueAxisParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, StackedValueAxisParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<StackedValueAxisParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: StackedValueAxisParams) => void;
|
|
12
|
+
_getParams: () => Readonly<StackedValueAxisParams>;
|
|
13
|
+
_destroy: () => void;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ValueAxisParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const ValueAxis: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: ValueAxisParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, ValueAxisParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<ValueAxisParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: ValueAxisParams) => void;
|
|
12
|
+
_getParams: () => Readonly<ValueAxisParams>;
|
|
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, ValueAxis, CategoryAxis } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedDatumGrid } from '../../types/ComputedData';
|
|
5
5
|
import { ContainerSize, TransformData } from '../../types/Common';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TooltipPluginParams, TooltipAllLayerParams } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const Tooltip: new (params?: import('@orbcharts/core').DeepPartial<TooltipPluginParams | TooltipAllLayerParams>) => {
|
|
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: "Tooltip" | "Tooltip"[]) => void;
|
|
10
|
+
showOnly: (names: "Tooltip" | "Tooltip"[]) => void;
|
|
11
|
+
showAll: () => void;
|
|
12
|
+
hide: (names: "Tooltip" | "Tooltip"[]) => void;
|
|
13
|
+
hideAll: () => void;
|
|
14
|
+
toggle: (names: "Tooltip" | "Tooltip"[]) => void;
|
|
15
|
+
getShownLayerNames: () => "Tooltip"[];
|
|
16
|
+
updateParams: (patch: import('@orbcharts/core').DeepPartial<TooltipPluginParams | TooltipAllLayerParams>) => void;
|
|
17
|
+
forceReplaceParams: (full: TooltipPluginParams | TooltipAllLayerParams) => void;
|
|
18
|
+
getParams: () => Readonly<TooltipPluginParams | TooltipAllLayerParams>;
|
|
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 { TooltipPluginParams } from './types';
|
|
4
4
|
import { ComputedDatumSeries } from '../../types/ComputedData';
|
|
5
5
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TooltipExtendContext, TooltipPluginParams, TooltipParams } from '../types';
|
|
2
|
+
|
|
3
|
+
export declare const Tooltip: new () => {
|
|
4
|
+
_name: string;
|
|
5
|
+
_defaultParams: TooltipParams;
|
|
6
|
+
_layerIndex: number;
|
|
7
|
+
_initShow: boolean;
|
|
8
|
+
_enable: (enableProps: import('@orbcharts/core').SVGLayerEnableProps<TooltipExtendContext, TooltipPluginParams, TooltipParams>) => void;
|
|
9
|
+
_disable: () => void;
|
|
10
|
+
_updateParams: (params: Partial<TooltipParams>) => void;
|
|
11
|
+
_forceReplaceParams: (params: TooltipParams) => void;
|
|
12
|
+
_getParams: () => Readonly<TooltipParams>;
|
|
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 { GraphicStyles, Layout, VisibleFilter } from '../../types/PluginParams';
|
|
4
4
|
import { ComputedDatum, ComputedDatumSeries } from '../../types/ComputedData';
|
|
5
5
|
import { BaseTooltipStyle, BaseTooltipUtils } from '../../baseLayers/types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ModelType, RenderDatumGraphEdge, RenderDatumBase } from '
|
|
1
|
+
import { ModelType, RenderDatumGraphEdge, RenderDatumBase } from '@orbcharts/core';
|
|
2
2
|
|
|
3
3
|
export interface ComputedDatumSeries extends RenderDatumBase<'series'> {
|
|
4
4
|
visible: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { ModelType, Theme, EventData } from '
|
|
2
|
+
import { ModelType, Theme, EventData } from '@orbcharts/core';
|
|
3
3
|
import { ComputedDatum } from '../types/ComputedData';
|
|
4
4
|
import { Layout, Padding, GraphicStyles, ContainerPositionScaled, Container } from '../types/PluginParams';
|
|
5
5
|
import * as d3 from 'd3';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColorType, Theme, ModelDatumBase, ModelType } from '
|
|
1
|
+
import { ColorType, Theme, ModelDatumBase, ModelType } from '@orbcharts/core';
|
|
2
2
|
import { Layout, Container, ContainerPosition, ContainerPositionScaled, AxisPosition } from '../types/PluginParams';
|
|
3
3
|
import { ComputedDatum } from '../types/ComputedData';
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orbcharts/plugin-basic",
|
|
3
|
-
"version": "4.0.0-pre-alpha.
|
|
3
|
+
"version": "4.0.0-pre-alpha.4",
|
|
4
4
|
"description": "Core codes for OrbCharts",
|
|
5
5
|
"author": "Blue Planet Inc.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"type": "module",
|
|
26
26
|
"exports": {
|
|
27
27
|
".": {
|
|
28
|
-
"development": "./dist/orbcharts-plugin-basic.es.js",
|
|
29
28
|
"types": "./dist/src/index.d.ts",
|
|
30
29
|
"import": "./dist/orbcharts-plugin-basic.es.js",
|
|
31
30
|
"default": "./dist/orbcharts-plugin-basic.umd.js"
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
"dependencies": {
|
|
53
52
|
"d3": "^7.9.0",
|
|
54
53
|
"rxjs": "^7.8.2",
|
|
55
|
-
"@orbcharts/core": "4.0.0-pre-alpha.
|
|
54
|
+
"@orbcharts/core": "4.0.0-pre-alpha.4"
|
|
56
55
|
},
|
|
57
56
|
"scripts": {
|
|
58
57
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotPluginParams, CompositionPlotAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const CompositionPlot: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<CompositionPlotPluginParams | CompositionPlotAllLayerParams>): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_elementType: "svg";
|
|
7
|
-
_getId: () => string;
|
|
8
|
-
_setId: (id: string) => void;
|
|
9
|
-
_injectContext: (context: import('../../../../core/src/index.ts').ChartContext<{}>) => void;
|
|
10
|
-
show: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
11
|
-
showOnly: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: keyof CompositionPlotAllLayerParams | (keyof CompositionPlotAllLayerParams)[]) => void;
|
|
16
|
-
getShownLayerNames: () => (keyof CompositionPlotAllLayerParams)[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<CompositionPlotPluginParams | CompositionPlotAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: CompositionPlotPluginParams | CompositionPlotAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<CompositionPlotPluginParams | CompositionPlotAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotExtendContext, CompositionPlotPluginParams, BubblesParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Bubbles: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: BubblesParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, BubblesParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<BubblesParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: BubblesParams) => void;
|
|
13
|
-
_getParams: () => Readonly<BubblesParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotExtendContext, CompositionPlotPluginParams, PieParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Pie: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: PieParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, PieParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<PieParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: PieParams) => void;
|
|
13
|
-
_getParams: () => Readonly<PieParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotExtendContext, CompositionPlotPluginParams, PieEventTextsParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const PieEventTexts: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: PieEventTextsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, PieEventTextsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<PieEventTextsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: PieEventTextsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<PieEventTextsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotExtendContext, CompositionPlotPluginParams, PieLabelsParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const PieLabels: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: PieLabelsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, PieLabelsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<PieLabelsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: PieLabelsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<PieLabelsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotExtendContext, CompositionPlotPluginParams, RoseParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Rose: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: RoseParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, RoseParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<RoseParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: RoseParams) => void;
|
|
13
|
-
_getParams: () => Readonly<RoseParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CompositionPlotExtendContext, CompositionPlotPluginParams, RoseLabelsParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const RoseLabels: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: RoseLabelsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<CompositionPlotExtendContext, CompositionPlotPluginParams, RoseLabelsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<RoseLabelsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: RoseLabelsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<RoseLabelsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { HierarchyPlotPluginParams, HierarchyPlotAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const HierarchyPlot: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<HierarchyPlotPluginParams | HierarchyPlotAllLayerParams>): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_elementType: "svg";
|
|
7
|
-
_getId: () => string;
|
|
8
|
-
_setId: (id: string) => void;
|
|
9
|
-
_injectContext: (context: import('../../../../core/src/index.ts').ChartContext<{}>) => void;
|
|
10
|
-
show: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
11
|
-
showOnly: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: "TreeMap" | "TreeMap"[]) => void;
|
|
16
|
-
getShownLayerNames: () => "TreeMap"[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<HierarchyPlotPluginParams | HierarchyPlotAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: HierarchyPlotPluginParams | HierarchyPlotAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<HierarchyPlotPluginParams | HierarchyPlotAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { HierarchyPlotPluginParams, HierarchyPlotExtendContext, TreeMapParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const TreeMap: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: TreeMapParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<HierarchyPlotExtendContext, HierarchyPlotPluginParams, TreeMapParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<TreeMapParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: TreeMapParams) => void;
|
|
13
|
-
_getParams: () => Readonly<TreeMapParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { LegendPluginParams, LegendAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const Legend: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<LegendPluginParams | LegendAllLayerParams>): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_elementType: "svg";
|
|
7
|
-
_getId: () => string;
|
|
8
|
-
_setId: (id: string) => void;
|
|
9
|
-
_injectContext: (context: import('../../../../core/src/index.ts').ChartContext<{}>) => void;
|
|
10
|
-
show: (names: "Legend" | "Legend"[]) => void;
|
|
11
|
-
showOnly: (names: "Legend" | "Legend"[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: "Legend" | "Legend"[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: "Legend" | "Legend"[]) => void;
|
|
16
|
-
getShownLayerNames: () => "Legend"[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<LegendPluginParams | LegendAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: LegendPluginParams | LegendAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<LegendPluginParams | LegendAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LegendExtendContext, LegendPluginParams, LegendParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Legend: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: LegendParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<LegendExtendContext, LegendPluginParams, LegendParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<LegendParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: LegendParams) => void;
|
|
13
|
-
_getParams: () => Readonly<LegendParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { NetworkPlotPluginParams, NetworkPlotAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const NetworkPlot: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<NetworkPlotPluginParams | NetworkPlotAllLayerParams>): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_elementType: "svg";
|
|
7
|
-
_getId: () => string;
|
|
8
|
-
_setId: (id: string) => void;
|
|
9
|
-
_injectContext: (context: import('../../../../core/src/index.ts').ChartContext<{}>) => void;
|
|
10
|
-
show: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
11
|
-
showOnly: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: keyof NetworkPlotAllLayerParams | (keyof NetworkPlotAllLayerParams)[]) => void;
|
|
16
|
-
getShownLayerNames: () => (keyof NetworkPlotAllLayerParams)[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<NetworkPlotPluginParams | NetworkPlotAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: NetworkPlotPluginParams | NetworkPlotAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<NetworkPlotPluginParams | NetworkPlotAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NetworkPlotPluginParams, NetworkPlotExtendContext, ForceDirectedParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const ForceDirected: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: ForceDirectedParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<NetworkPlotExtendContext, NetworkPlotPluginParams, ForceDirectedParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<ForceDirectedParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: ForceDirectedParams) => void;
|
|
13
|
-
_getParams: () => Readonly<ForceDirectedParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NetworkPlotPluginParams, NetworkPlotExtendContext, ForceDirectedBubblesParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const ForceDirectedBubbles: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: ForceDirectedBubblesParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<NetworkPlotExtendContext, NetworkPlotPluginParams, ForceDirectedBubblesParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<ForceDirectedBubblesParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: ForceDirectedBubblesParams) => void;
|
|
13
|
-
_getParams: () => Readonly<ForceDirectedBubblesParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ScatterPlotPluginParams, ScatterPlotAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const ScatterPlot: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<ScatterPlotPluginParams | ScatterPlotAllLayerParams>): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_elementType: "svg";
|
|
7
|
-
_getId: () => string;
|
|
8
|
-
_setId: (id: string) => void;
|
|
9
|
-
_injectContext: (context: import('../../../../core/src/index.ts').ChartContext<{}>) => void;
|
|
10
|
-
show: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
11
|
-
showOnly: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: keyof ScatterPlotAllLayerParams | (keyof ScatterPlotAllLayerParams)[]) => void;
|
|
16
|
-
getShownLayerNames: () => (keyof ScatterPlotAllLayerParams)[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<ScatterPlotPluginParams | ScatterPlotAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: ScatterPlotPluginParams | ScatterPlotAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<ScatterPlotPluginParams | ScatterPlotAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ScatterPlotPluginParams, ScatterPlotExtendContext, ScatterParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Scatter: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: ScatterParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, ScatterParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<ScatterParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: ScatterParams) => void;
|
|
13
|
-
_getParams: () => Readonly<ScatterParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ScatterPlotPluginParams, ScatterPlotExtendContext, ScatterBubblesParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const ScatterBubbles: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: ScatterBubblesParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, ScatterBubblesParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<ScatterBubblesParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: ScatterBubblesParams) => void;
|
|
13
|
-
_getParams: () => Readonly<ScatterBubblesParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|