@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
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ScatterPlotPluginParams, ScatterPlotExtendContext, XYAuxParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const XYAux: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: XYAuxParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, XYAuxParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<XYAuxParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: XYAuxParams) => void;
|
|
13
|
-
_getParams: () => Readonly<XYAuxParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ScatterPlotPluginParams, ScatterPlotExtendContext, XYAxesParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const XYAxes: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: XYAxesParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, XYAxesParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<XYAxesParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: XYAxesParams) => void;
|
|
13
|
-
_getParams: () => Readonly<XYAxesParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ScatterPlotPluginParams, ScatterPlotExtendContext, XZoomParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const XZoom: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: XZoomParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<ScatterPlotExtendContext, ScatterPlotPluginParams, XZoomParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<XZoomParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: XZoomParams) => void;
|
|
13
|
-
_getParams: () => Readonly<XZoomParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { SeriesPlotPluginParams, SeriesPlotAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const SeriesPlot: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<SeriesPlotPluginParams | SeriesPlotAllLayerParams>): {
|
|
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 SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
11
|
-
showOnly: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: keyof SeriesPlotAllLayerParams | (keyof SeriesPlotAllLayerParams)[]) => void;
|
|
16
|
-
getShownLayerNames: () => (keyof SeriesPlotAllLayerParams)[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<SeriesPlotPluginParams | SeriesPlotAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: SeriesPlotPluginParams | SeriesPlotAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<SeriesPlotPluginParams | SeriesPlotAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BarsParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Bars: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: BarsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, BarsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<BarsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: BarsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<BarsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BarsParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Bars: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: BarsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, BarsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<BarsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: BarsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<BarsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BarsTriangleParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const BarsTriangle: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: BarsTriangleParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, BarsTriangleParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<BarsTriangleParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: BarsTriangleParams) => void;
|
|
13
|
-
_getParams: () => Readonly<BarsTriangleParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CategoryAuxParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const CategoryAux: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: CategoryAuxParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, CategoryAuxParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<CategoryAuxParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: CategoryAuxParams) => void;
|
|
13
|
-
_getParams: () => Readonly<CategoryAuxParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CategoryAxisParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const CategoryAxis: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: CategoryAxisParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, CategoryAxisParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<CategoryAxisParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: CategoryAxisParams) => void;
|
|
13
|
-
_getParams: () => Readonly<CategoryAxisParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CategoryZoomParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const CategoryZoom: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: CategoryZoomParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, CategoryZoomParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<CategoryZoomParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: CategoryZoomParams) => void;
|
|
13
|
-
_getParams: () => Readonly<CategoryZoomParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DotsParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Dots: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: DotsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, DotsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<DotsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: DotsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<DotsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LineAreasParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const LineAreas: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: LineAreasParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, LineAreasParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<LineAreasParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: LineAreasParams) => void;
|
|
13
|
-
_getParams: () => Readonly<LineAreasParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LinesParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Lines: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: LinesParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, LinesParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<LinesParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: LinesParams) => void;
|
|
13
|
-
_getParams: () => Readonly<LinesParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SeriesPlotPluginParams, StackedBarsParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const StackedBars: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: StackedBarsParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, StackedBarsParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<StackedBarsParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: StackedBarsParams) => void;
|
|
13
|
-
_getParams: () => Readonly<StackedBarsParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StackedValueAxisParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const StackedValueAxis: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: StackedValueAxisParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, StackedValueAxisParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<StackedValueAxisParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: StackedValueAxisParams) => void;
|
|
13
|
-
_getParams: () => Readonly<StackedValueAxisParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ValueAxisParams, SeriesPlotPluginParams, SeriesPlotExtendContext } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const ValueAxis: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: ValueAxisParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<SeriesPlotExtendContext, SeriesPlotPluginParams, ValueAxisParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<ValueAxisParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: ValueAxisParams) => void;
|
|
13
|
-
_getParams: () => Readonly<ValueAxisParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TooltipPluginParams, TooltipAllLayerParams } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const Tooltip: {
|
|
4
|
-
new (params?: import('../../../../core/src/index.ts').DeepPartial<TooltipPluginParams | TooltipAllLayerParams>): {
|
|
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: "Tooltip" | "Tooltip"[]) => void;
|
|
11
|
-
showOnly: (names: "Tooltip" | "Tooltip"[]) => void;
|
|
12
|
-
showAll: () => void;
|
|
13
|
-
hide: (names: "Tooltip" | "Tooltip"[]) => void;
|
|
14
|
-
hideAll: () => void;
|
|
15
|
-
toggle: (names: "Tooltip" | "Tooltip"[]) => void;
|
|
16
|
-
getShownLayerNames: () => "Tooltip"[];
|
|
17
|
-
updateParams: (patch: import('../../../../core/src/index.ts').DeepPartial<TooltipPluginParams | TooltipAllLayerParams>) => void;
|
|
18
|
-
forceReplaceParams: (full: TooltipPluginParams | TooltipAllLayerParams) => void;
|
|
19
|
-
getParams: () => Readonly<TooltipPluginParams | TooltipAllLayerParams>;
|
|
20
|
-
destroy: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TooltipExtendContext, TooltipPluginParams, TooltipParams } from '../types';
|
|
2
|
-
|
|
3
|
-
export declare const Tooltip: {
|
|
4
|
-
new (): {
|
|
5
|
-
_name: string;
|
|
6
|
-
_defaultParams: TooltipParams;
|
|
7
|
-
_layerIndex: number;
|
|
8
|
-
_initShow: boolean;
|
|
9
|
-
_enable: (enableProps: import('../../../../../core/src/index.ts').SVGLayerEnableProps<TooltipExtendContext, TooltipPluginParams, TooltipParams>) => void;
|
|
10
|
-
_disable: () => void;
|
|
11
|
-
_updateParams: (params: Partial<TooltipParams>) => void;
|
|
12
|
-
_forceReplaceParams: (params: TooltipParams) => void;
|
|
13
|
-
_getParams: () => Readonly<TooltipParams>;
|
|
14
|
-
_destroy: () => void;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|