@orbcharts/presets-basic 3.0.0-alpha.41 → 3.0.0-alpha.42
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lib/core-types.d.ts +1 -0
- package/dist/lib/plugins-basic.d.ts +1 -0
- package/dist/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.d.ts +1 -1
- package/dist/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.d.ts +1 -1
- package/dist/src/grid/PRESET_BARS_ROUND.d.ts +1 -1
- package/dist/src/grid/PRESET_BARS_THIN.d.ts +1 -1
- package/dist/src/grid/PRESET_GRID_BASIC.d.ts +1 -1
- package/dist/src/grid/PRESET_GRID_HORIZONTAL.d.ts +1 -1
- package/dist/src/grid/PRESET_GRID_PN_SCALE.d.ts +1 -1
- package/dist/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.d.ts +1 -1
- package/dist/src/grid/PRESET_GRID_SEPARATE_SERIES.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_BASIC.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_CURVE.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_HORIZONTAL.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_LOOSE_TICKS.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.d.ts +1 -1
- package/dist/src/grid/PRESET_LINES_WITH_SOLID_DOTS.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_BASIC.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_CURVE.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_HORIZONTAL.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.d.ts +1 -1
- package/dist/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_GRID_BASIC.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.d.ts +1 -1
- package/dist/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.d.ts +1 -1
- package/dist/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.d.ts +1 -1
- package/dist/src/series/PRESET_BUBBLES_SEPARATE_SERIES.d.ts +1 -1
- package/dist/src/series/PRESET_PIE_BASIC.d.ts +1 -1
- package/dist/src/series/PRESET_PIE_DONUT.d.ts +1 -1
- package/dist/src/series/PRESET_PIE_HALF_DONUT.d.ts +1 -1
- package/dist/src/series/PRESET_PIE_WITH_INNER_LABELS.d.ts +1 -1
- package/dist/src/series/PRESET_ROSE_BASIC.d.ts +1 -1
- package/dist/src/series/PRESET_ROSE_SCALING_BY_RADIUS.d.ts +1 -1
- package/dist/src/series/PRESET_SERIES_BASIC.d.ts +1 -1
- package/dist/src/series/PRESET_SERIES_SEPARATE_SERIES.d.ts +1 -1
- package/dist/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.d.ts +1 -1
- package/dist/src/series/PRESET_SERIES_SUM_SERIES.d.ts +1 -1
- package/dist/src/tree/PRESET_TREE_BASIC.d.ts +1 -1
- package/lib/core-types.ts +7 -0
- package/lib/plugins-basic.ts +6 -0
- package/package.json +3 -3
- package/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.ts +1 -1
- package/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.ts +1 -1
- package/src/grid/PRESET_BARS_ROUND.ts +1 -1
- package/src/grid/PRESET_BARS_THIN.ts +1 -1
- package/src/grid/PRESET_GRID_BASIC.ts +1 -1
- package/src/grid/PRESET_GRID_HORIZONTAL.ts +1 -1
- package/src/grid/PRESET_GRID_PN_SCALE.ts +1 -1
- package/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.ts +1 -1
- package/src/grid/PRESET_GRID_SEPARATE_SERIES.ts +1 -1
- package/src/grid/PRESET_LINES_BASIC.ts +1 -1
- package/src/grid/PRESET_LINES_CURVE.ts +1 -1
- package/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.ts +1 -1
- package/src/grid/PRESET_LINES_HORIZONTAL.ts +1 -1
- package/src/grid/PRESET_LINES_LOOSE_TICKS.ts +1 -1
- package/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.ts +1 -1
- package/src/grid/PRESET_LINES_WITH_SOLID_DOTS.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_BASIC.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_CURVE.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_HORIZONTAL.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.ts +1 -1
- package/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.ts +1 -1
- package/src/multiGrid/PRESET_MULTI_GRID_BASIC.ts +1 -1
- package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.ts +1 -1
- package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.ts +1 -1
- package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.ts +1 -1
- package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.ts +1 -1
- package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.ts +1 -1
- package/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.ts +1 -1
- package/src/series/PRESET_BUBBLES_SEPARATE_SERIES.ts +1 -1
- package/src/series/PRESET_PIE_BASIC.ts +1 -1
- package/src/series/PRESET_PIE_DONUT.ts +1 -1
- package/src/series/PRESET_PIE_HALF_DONUT.ts +1 -1
- package/src/series/PRESET_PIE_WITH_INNER_LABELS.ts +1 -1
- package/src/series/PRESET_ROSE_BASIC.ts +1 -1
- package/src/series/PRESET_ROSE_SCALING_BY_RADIUS.ts +1 -1
- package/src/series/PRESET_SERIES_BASIC.ts +1 -1
- package/src/series/PRESET_SERIES_SEPARATE_SERIES.ts +1 -1
- package/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +1 -1
- package/src/series/PRESET_SERIES_SUM_SERIES.ts +1 -1
- package/src/tree/PRESET_TREE_BASIC.ts +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
export * from '@orbcharts/core-types';
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from '@orbcharts/plugins-basic';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_BARS_HORIZONTAL_AND_ROUND: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_BARS_HORIZONTAL_AND_THIN: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_BARS_ROUND: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_BARS_THIN: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_GRID_BASIC: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_GRID_HORIZONTAL: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_GRID_PN_SCALE: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_GRID_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_GRID_SEPARATE_SERIES: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_BASIC: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_CURVE: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_HIGHLIGHT_GROUP_DOTS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_HORIZONTAL: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_LOOSE_TICKS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINES_WITH_SOLID_DOTS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_BASIC: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_CURVE: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_HORIZONTAL: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_LOOSE_TICKS: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_LINE_AREAS_SEPARATE_SERIES: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_MULTI_GRID_BASIC: PresetPartial<'multiGrid', PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetMultiGridSepratedPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_MULTI_GRID_DIVERGING: PresetPartial<'multiGrid', PresetMultiGridSepratedPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetMultiGridPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
type PresetMultiGridRoundPluginParams = Omit<PresetMultiGridPluginParams, 'MultiBarsTriangle'>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetMultiGridSepratedPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_MULTI_GRID_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGridSepratedPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetMultiGroupAxisParams, PresetMultiValueAxisParams, PresetMultiValueStackAxisParams, PresetMultiBarsParams, PresetMultiBarStackParams, PresetMultiBarsTriangleParams, PresetMultiLinesParams, PresetMultiLineAreasParams, PresetMultiDotsParams, PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_MULTI_LINES_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGroupAxisParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiLinesParams & PresetMultiLineAreasParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetMultiGroupAxisParams, PresetMultiValueAxisParams, PresetMultiValueStackAxisParams, PresetMultiBarsParams, PresetMultiBarStackParams, PresetMultiBarsTriangleParams, PresetMultiLinesParams, PresetMultiLineAreasParams, PresetMultiDotsParams, PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_MULTI_LINE_AREAS_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGroupAxisParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiLinesParams & PresetMultiLineAreasParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_BUBBLES_SCALING_BY_RADIUS: PresetPartial<'series', PresetBubblesParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_BUBBLES_SEPARATE_SERIES: PresetPartial<'series', PresetBubblesParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_PIE_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_PIE_DONUT: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_PIE_HALF_DONUT: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_PIE_WITH_INNER_LABELS: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_ROSE_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetRoseParams, PresetRoseLabelsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_ROSE_SCALING_BY_RADIUS: PresetPartial<'series', PresetRoseParams & PresetRoseLabelsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_SERIES_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_SERIES_SEPARATE_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_SERIES_SUM_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PresetPartial } from '
|
1
|
+
import { PresetPartial } from '../../lib/core-types';
|
2
2
|
import { PresetTreeLegendParams, PresetTreeMapParams, PresetNoneDataPluginParams } from '../types';
|
3
3
|
|
4
4
|
export declare const PRESET_TREE_BASIC: PresetPartial<'tree', PresetTreeLegendParams & PresetTreeMapParams & PresetNoneDataPluginParams>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orbcharts/presets-basic",
|
3
|
-
"version": "3.0.0-alpha.
|
3
|
+
"version": "3.0.0-alpha.42",
|
4
4
|
"description": "presets for OrbCharts",
|
5
5
|
"author": "Blue Planet Inc.",
|
6
6
|
"license": "Apache-2.0",
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"vite-plugin-dts": "^3.7.3"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@orbcharts/core": "^3.0.0-alpha.
|
39
|
-
"@orbcharts/plugins-basic": "^3.0.0-alpha.
|
38
|
+
"@orbcharts/core-types": "^3.0.0-alpha.3",
|
39
|
+
"@orbcharts/plugins-basic": "^3.0.0-alpha.71",
|
40
40
|
"d3": "^7.8.5",
|
41
41
|
"rxjs": "^7.8.1"
|
42
42
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetRoseParams, PresetRoseLabelsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { PresetPartial } from '
|
1
|
+
import type { PresetPartial } from '../../lib/core-types'
|
2
2
|
import type { PresetTreeLegendParams, PresetTreeMapParams, PresetNoneDataPluginParams } from '../types'
|
3
3
|
import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
|
4
4
|
|