@carbon/charts 1.15.6 → 1.15.8
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/CHANGELOG.md +22 -0
- package/dist/{_baseEach-BxXSF0fB.mjs → _baseEach-Ch85zB0O.mjs} +2 -2
- package/dist/{_baseEach-BxXSF0fB.mjs.map → _baseEach-Ch85zB0O.mjs.map} +1 -1
- package/dist/{angle-utils-CGNQcrjg.mjs → angle-utils-GQFx3vKM.mjs} +2 -2
- package/dist/{angle-utils-CGNQcrjg.mjs.map → angle-utils-GQFx3vKM.mjs.map} +1 -1
- package/dist/axis-chart.d.ts +6 -6
- package/dist/chart.d.ts +6 -6
- package/dist/charts/alluvial.d.ts +4 -4
- package/dist/charts/area-stacked.d.ts +3 -3
- package/dist/charts/area.d.ts +3 -3
- package/dist/charts/bar-grouped.d.ts +3 -3
- package/dist/charts/bar-simple.d.ts +3 -3
- package/dist/charts/bar-stacked.d.ts +3 -3
- package/dist/charts/boxplot.d.ts +4 -4
- package/dist/charts/bubble.d.ts +3 -3
- package/dist/charts/bullet.d.ts +4 -4
- package/dist/charts/choropleth.d.ts +7 -7
- package/dist/charts/circle-pack.d.ts +4 -4
- package/dist/charts/combo.d.ts +3 -3
- package/dist/charts/donut.d.ts +3 -3
- package/dist/charts/gauge.d.ts +4 -4
- package/dist/charts/heatmap.d.ts +7 -7
- package/dist/charts/histogram.d.ts +4 -4
- package/dist/charts/index.d.ts +24 -24
- package/dist/charts/line.d.ts +3 -3
- package/dist/charts/lollipop.d.ts +3 -3
- package/dist/charts/meter.d.ts +4 -4
- package/dist/charts/pie.d.ts +4 -4
- package/dist/charts/radar.d.ts +4 -4
- package/dist/charts/scatter.d.ts +3 -3
- package/dist/charts/tree.d.ts +4 -4
- package/dist/charts/treemap.d.ts +4 -4
- package/dist/charts/wordcloud.d.ts +4 -4
- package/dist/{choropleth-DgRtqF2B.mjs → choropleth-DdBUe80H.mjs} +1273 -1273
- package/dist/choropleth-DdBUe80H.mjs.map +1 -0
- package/dist/{color-scale-utils-CbAVUUep.mjs → color-scale-utils-CiW9fERh.mjs} +55 -45
- package/dist/{color-scale-utils-CbAVUUep.mjs.map → color-scale-utils-CiW9fERh.mjs.map} +1 -1
- package/dist/components/axes/axis.d.ts +5 -5
- package/dist/components/axes/chart-clip.d.ts +2 -2
- package/dist/components/axes/grid-brush.d.ts +1 -1
- package/dist/components/axes/grid.d.ts +2 -2
- package/dist/components/axes/hover-axis.d.ts +1 -1
- package/dist/components/axes/ruler-binned.d.ts +1 -1
- package/dist/components/axes/ruler.d.ts +2 -2
- package/dist/components/axes/toolbar.d.ts +1 -1
- package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
- package/dist/components/axes/zero-line.d.ts +1 -1
- package/dist/components/axes/zoom-bar.d.ts +3 -3
- package/dist/components/component.d.ts +3 -3
- package/dist/components/essentials/color-scale-legend.d.ts +2 -2
- package/dist/components/essentials/geo-projection.d.ts +1 -1
- package/dist/components/essentials/highlights.d.ts +3 -3
- package/dist/components/essentials/legend.d.ts +1 -1
- package/dist/components/essentials/modal.d.ts +1 -1
- package/dist/components/essentials/threshold.d.ts +3 -3
- package/dist/components/essentials/title-meter.d.ts +1 -1
- package/dist/components/essentials/title.d.ts +1 -1
- package/dist/components/essentials/tooltip.d.ts +3 -3
- package/dist/components/graphs/alluvial.d.ts +1 -1
- package/dist/components/graphs/area-stacked.d.ts +1 -1
- package/dist/components/graphs/area.d.ts +1 -1
- package/dist/components/graphs/bar-grouped.d.ts +2 -2
- package/dist/components/graphs/bar-simple.d.ts +1 -1
- package/dist/components/graphs/bar-stacked.d.ts +1 -1
- package/dist/components/graphs/boxplot.d.ts +1 -1
- package/dist/components/graphs/bubble.d.ts +3 -3
- package/dist/components/graphs/bullet.d.ts +1 -1
- package/dist/components/graphs/circle-pack.d.ts +1 -1
- package/dist/components/graphs/donut.d.ts +1 -1
- package/dist/components/graphs/gauge.d.ts +1 -1
- package/dist/components/graphs/heatmap.d.ts +1 -1
- package/dist/components/graphs/histogram.d.ts +1 -1
- package/dist/components/graphs/line.d.ts +1 -1
- package/dist/components/graphs/lollipop.d.ts +1 -1
- package/dist/components/graphs/meter.d.ts +1 -1
- package/dist/components/graphs/pie.d.ts +1 -1
- package/dist/components/graphs/radar.d.ts +1 -1
- package/dist/components/graphs/scatter-stacked.d.ts +1 -1
- package/dist/components/graphs/scatter.d.ts +2 -2
- package/dist/components/graphs/skeleton-lines.d.ts +1 -1
- package/dist/components/graphs/skeleton.d.ts +1 -1
- package/dist/components/graphs/tree.d.ts +1 -1
- package/dist/components/graphs/treemap.d.ts +1 -1
- package/dist/components/graphs/wordcloud.d.ts +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/components/layout/layout.d.ts +3 -3
- package/dist/configuration-non-customizable.d.ts +1 -1
- package/dist/configuration.d.ts +2 -2
- package/dist/demo/charts/index.d.ts +2 -2
- package/dist/demo/charts/step.d.ts +8 -8
- package/dist/demo/index.mjs +42 -42
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +585 -135
- package/dist/demo/styles.css.map +1 -1
- package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
- package/dist/demo/utils/stackblitz/react.d.ts +1 -1
- package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
- package/dist/index.mjs +259 -266
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/axis-scales.d.ts +4 -4
- package/dist/interfaces/charts.d.ts +2 -2
- package/dist/interfaces/components.d.ts +2 -2
- package/dist/interfaces/services.d.ts +8 -8
- package/dist/model/cartesian-charts.d.ts +1 -1
- package/dist/model/circle-pack.d.ts +1 -1
- package/dist/model/heatmap.d.ts +1 -1
- package/dist/model/index.mjs +1 -1
- package/dist/model/model.d.ts +3 -3
- package/dist/services/color-scale-utils.d.ts +1 -1
- package/dist/services/curves.d.ts +18 -18
- package/dist/services/essentials/dom-utils.d.ts +2 -2
- package/dist/services/essentials/files.d.ts +1 -1
- package/dist/services/essentials/transitions.d.ts +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/services/scales-cartesian.d.ts +3 -3
- package/dist/services/service.d.ts +1 -1
- package/dist/services/time-series.d.ts +1 -1
- package/dist/services/zoom.d.ts +1 -1
- package/dist/tools.d.ts +1 -1
- package/dist/umd/bundle.umd.js +20 -20
- package/dist/umd/bundle.umd.js.map +1 -1
- package/dist/{wordcloud-DNFY5X97.mjs → wordcloud-DQKXuKDM.mjs} +3 -3
- package/dist/{wordcloud-DNFY5X97.mjs.map → wordcloud-DQKXuKDM.mjs.map} +1 -1
- package/dist/{zoom-DlSAWtwE.mjs → zoom-DyHfBf_y.mjs} +224 -192
- package/dist/zoom-DyHfBf_y.mjs.map +1 -0
- package/package.json +13 -13
- package/dist/choropleth-DgRtqF2B.mjs.map +0 -1
- package/dist/zoom-DlSAWtwE.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisScale, Selection as D3Selection } from 'd3';
|
|
2
|
-
import { Component } from '../component';
|
|
3
|
-
import { ScaleTypes, RenderTypes } from '../../interfaces/enums';
|
|
4
1
|
import { ChartModel } from '../../model/model';
|
|
2
|
+
import { ScaleTypes, RenderTypes } from '../../interfaces/enums';
|
|
3
|
+
import { Component } from '../component';
|
|
4
|
+
import { AxisScale, Selection as D3Selection } from 'd3';
|
|
5
5
|
export declare class Axis extends Component {
|
|
6
6
|
type: string;
|
|
7
7
|
renderType: RenderTypes;
|
|
@@ -17,8 +17,8 @@ export declare class Axis extends Component {
|
|
|
17
17
|
constructor(model: ChartModel, services: any, configs?: any);
|
|
18
18
|
render(animate?: boolean): void;
|
|
19
19
|
addEventListeners(): void;
|
|
20
|
-
getInvisibleAxisRef(): D3Selection<import(
|
|
21
|
-
getTitleRef(): D3Selection<import(
|
|
20
|
+
getInvisibleAxisRef(): D3Selection<import('d3-selection').BaseType, any, Element, any>;
|
|
21
|
+
getTitleRef(): D3Selection<import('d3-selection').BaseType, any, Element, any>;
|
|
22
22
|
getNumberOfFittingTicks(size: number, tickSize: number, spaceRatio: number): number;
|
|
23
23
|
destroy(): void;
|
|
24
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from '../component';
|
|
2
|
-
import { ChartModel } from '../../model/model';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { ChartModel } from '../../model/model';
|
|
3
|
+
import { Component } from '../component';
|
|
4
4
|
export declare class ChartClip extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from '../component';
|
|
2
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
export declare class Grid extends Component {
|
|
4
4
|
type: string;
|
|
5
5
|
renderType: RenderTypes;
|
|
@@ -16,7 +16,7 @@ export declare class Grid extends Component {
|
|
|
16
16
|
* Returns the active gridlines based on the gridline threshold and mouse position.
|
|
17
17
|
* @param position mouse positon
|
|
18
18
|
*/
|
|
19
|
-
getActiveGridline(position: any): import(
|
|
19
|
+
getActiveGridline(position: any): import('d3-selection').Selection<import('d3-selection').BaseType, unknown, SVGGraphicsElement | HTMLDivElement, any>;
|
|
20
20
|
drawBackdrop(isXGridEnabled: boolean, isYGridEnabled: boolean): void;
|
|
21
21
|
cleanGrid(g: any): void;
|
|
22
22
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Selection } from 'd3';
|
|
2
|
-
import { Component } from '../component';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Component } from '../component';
|
|
3
|
+
import { Selection } from 'd3';
|
|
4
4
|
export type GenericSvgSelection = Selection<SVGGraphicsElement, any, Element, any>;
|
|
5
5
|
export declare class Ruler extends Component {
|
|
6
6
|
type: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from '../component';
|
|
2
|
-
import { Threshold } from '../essentials/threshold';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Threshold } from '../essentials/threshold';
|
|
3
|
+
import { Component } from '../component';
|
|
4
4
|
export declare class TwoDimensionalAxes extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Component } from '../component';
|
|
2
|
-
import { ChartModelCartesian } from '../../model/cartesian-charts';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { ChartModelCartesian } from '../../model/cartesian-charts';
|
|
3
|
+
import { Component } from '../component';
|
|
4
4
|
export declare class ZoomBar extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
@@ -11,7 +11,7 @@ export declare class ZoomBar extends Component {
|
|
|
11
11
|
0
|
|
12
12
|
];
|
|
13
13
|
clipId: string;
|
|
14
|
-
brush: import(
|
|
14
|
+
brush: import('d3-brush').BrushBehavior<unknown>;
|
|
15
15
|
xScale: any;
|
|
16
16
|
yScale: any;
|
|
17
17
|
highlightStrokeWidth: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Selection as D3Selection } from 'd3';
|
|
2
|
-
import { ChartModel } from '../model/model';
|
|
3
|
-
import { RenderTypes } from '../interfaces/enums';
|
|
4
1
|
import { Services } from '../interfaces/services';
|
|
2
|
+
import { RenderTypes } from '../interfaces/enums';
|
|
3
|
+
import { ChartModel } from '../model/model';
|
|
4
|
+
import { Selection as D3Selection } from 'd3';
|
|
5
5
|
export declare class Component {
|
|
6
6
|
type: string;
|
|
7
7
|
renderType: RenderTypes;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
-
import { Legend } from './legend';
|
|
3
1
|
import { ChartModel } from '../../model';
|
|
2
|
+
import { Legend } from './legend';
|
|
3
|
+
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export declare class ColorScaleLegend extends Legend {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '../component';
|
|
3
|
-
import { ChartModel } from '../../model/model';
|
|
4
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { ChartModel } from '../../model/model';
|
|
3
|
+
import { Component } from '../component';
|
|
4
|
+
import { default as Position } from '@carbon/utils-position';
|
|
5
5
|
export declare class Highlight extends Component {
|
|
6
6
|
type: string;
|
|
7
7
|
renderType: RenderTypes;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '../component';
|
|
3
|
-
import { ChartModel } from '../../model/model';
|
|
4
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { ChartModel } from '../../model/model';
|
|
3
|
+
import { Component } from '../component';
|
|
4
|
+
import { default as Position } from '@carbon/utils-position';
|
|
5
5
|
export declare class Threshold extends Component {
|
|
6
6
|
type: string;
|
|
7
7
|
renderType: RenderTypes;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '../component';
|
|
3
|
-
import { ChartModel } from '../../model/model';
|
|
4
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { ChartModel } from '../../model/model';
|
|
3
|
+
import { Component } from '../component';
|
|
4
|
+
import { default as Position } from '@carbon/utils-position';
|
|
5
5
|
export declare class Tooltip extends Component {
|
|
6
6
|
type: string;
|
|
7
7
|
renderType: RenderTypes;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ScaleBand } from 'd3';
|
|
2
|
-
import { Bar } from './bar';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Bar } from './bar';
|
|
3
|
+
import { ScaleBand } from 'd3';
|
|
4
4
|
export declare class GroupedBar extends Bar {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Selection } from 'd3';
|
|
2
|
-
import { Scatter } from './scatter';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Scatter } from './scatter';
|
|
3
|
+
import { Selection } from 'd3';
|
|
4
4
|
export declare class Bubble extends Scatter {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
7
|
-
getRadiusScale(selection: Selection<any, any, any, any>): import(
|
|
7
|
+
getRadiusScale(selection: Selection<any, any, any, any>): import('d3-scale').ScaleLinear<number, number, never>;
|
|
8
8
|
styleCircles(selection: Selection<any, any, any, any>, animate: boolean): void;
|
|
9
9
|
getTooltipAdditionalItems(datum: any): {
|
|
10
10
|
label: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Selection } from 'd3';
|
|
2
|
-
import { Component } from '../component';
|
|
3
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Component } from '../component';
|
|
3
|
+
import { Selection } from 'd3';
|
|
4
4
|
export declare class Scatter extends Component {
|
|
5
5
|
type: string;
|
|
6
6
|
renderType: RenderTypes;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Component } from '../component';
|
|
2
1
|
import { RenderTypes } from '../../interfaces/enums';
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
export declare class WordCloud extends Component {
|
|
4
4
|
type: string;
|
|
5
5
|
renderType: RenderTypes;
|
|
6
6
|
init(): void;
|
|
7
7
|
render(animate?: boolean): void;
|
|
8
|
-
getFontSizeScale(data: any): import(
|
|
8
|
+
getFontSizeScale(data: any): import('d3-scale').ScaleLinear<number, number, never>;
|
|
9
9
|
handleLegendOnHover: (event: CustomEvent) => void;
|
|
10
10
|
handleLegendMouseOut: () => void;
|
|
11
11
|
addEventListeners(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { v as e, w as r, A as o, k as t, x as i, B as l, y as n, z as d, D as h, l as p, a as u, C as S, E as c, F as C, m as g, a8 as B, I as m, J as T, n as L, G as b, K as k, N as A, o as x, O as P, H as R, a6 as w, L as G, P as H, Q as v, U as M, M as f, p as D, V as Z, W as j, R as q, X as y, Y as z, _ as E, $ as W, a7 as F, a0 as I, a1 as J, S as K, a2 as N, q as O, r as Q, T as U, u as V, a3 as X, a4 as Y, b as _, a5 as $, Z as aa, c as sa, d as ea, e as ra, f as oa, g as ta, h as ia, i as la, j as na, s as da, t as ha } from "../choropleth-
|
|
1
|
+
import { v as e, w as r, A as o, k as t, x as i, B as l, y as n, z as d, D as h, l as p, a as u, C as S, E as c, F as C, m as g, a8 as B, I as m, J as T, n as L, G as b, K as k, N as A, o as x, O as P, H as R, a6 as w, L as G, P as H, Q as v, U as M, M as f, p as D, V as Z, W as j, R as q, X as y, Y as z, _ as E, $ as W, a7 as F, a0 as I, a1 as J, S as K, a2 as N, q as O, r as Q, T as U, u as V, a3 as X, a4 as Y, b as _, a5 as $, Z as aa, c as sa, d as ea, e as ra, f as oa, g as ta, h as ia, i as la, j as na, s as da, t as ha } from "../choropleth-DdBUe80H.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as Alluvial,
|
|
4
4
|
r as Area,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Component } from '../component';
|
|
2
|
-
import { LayoutConfigs } from '../../interfaces/layout';
|
|
3
|
-
import { LayoutComponentChild } from '../../interfaces/components';
|
|
4
1
|
import { ChartModel } from '../../model/model';
|
|
2
|
+
import { LayoutComponentChild } from '../../interfaces/components';
|
|
3
|
+
import { LayoutConfigs } from '../../interfaces/layout';
|
|
4
|
+
import { Component } from '../component';
|
|
5
5
|
export declare class LayoutComponent extends Component {
|
|
6
6
|
static instanceID: number;
|
|
7
7
|
type: string;
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AlluvialChartOptions, AreaChartOptions, AxisChartOptions, BarChartOptions, BaseChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, MeterChartOptions, PieChartOptions, ProportionalMeterChartOptions, RadarChartOptions, ScatterChartOptions, StackedBarChartOptions, ThematicChartOptions, TreeChartOptions, WorldCloudChartOptions } from './interfaces/charts';
|
|
2
|
-
import { TimeScaleOptions } from './interfaces/axis-scales';
|
|
3
1
|
import { GridOptions, RulerOptions, TooltipOptions } from './interfaces/components';
|
|
2
|
+
import { TimeScaleOptions } from './interfaces/axis-scales';
|
|
3
|
+
import { AlluvialChartOptions, AreaChartOptions, AxisChartOptions, BarChartOptions, BaseChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, MeterChartOptions, PieChartOptions, ProportionalMeterChartOptions, RadarChartOptions, ScatterChartOptions, StackedBarChartOptions, ThematicChartOptions, TreeChartOptions, WorldCloudChartOptions } from './interfaces/charts';
|
|
4
4
|
/**
|
|
5
5
|
* Grid options
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Project } from '@stackblitz/sdk';
|
|
2
|
-
import { BaseChartOptions } from '../../interfaces/charts';
|
|
3
1
|
import { ChartTabularData } from '../../interfaces/model';
|
|
2
|
+
import { BaseChartOptions } from '../../interfaces/charts';
|
|
3
|
+
import { Project } from '@stackblitz/sdk';
|
|
4
4
|
import * as areaDemos from './area';
|
|
5
5
|
import * as barDemos from './bar';
|
|
6
6
|
import * as boxplotDemos from './boxplot';
|
|
@@ -4,12 +4,12 @@ export declare const stepOptions: {
|
|
|
4
4
|
bottom: {
|
|
5
5
|
title: string;
|
|
6
6
|
mapsTo: string;
|
|
7
|
-
scaleType: import(
|
|
7
|
+
scaleType: import('../..').ScaleTypes;
|
|
8
8
|
};
|
|
9
9
|
left: {
|
|
10
10
|
mapsTo: string;
|
|
11
11
|
title: string;
|
|
12
|
-
scaleType: import(
|
|
12
|
+
scaleType: import('../..').ScaleTypes;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
} & {
|
|
@@ -33,12 +33,12 @@ export declare const stepTimeSeriesOptions: {
|
|
|
33
33
|
bottom: {
|
|
34
34
|
title: string;
|
|
35
35
|
mapsTo: string;
|
|
36
|
-
scaleType: import(
|
|
36
|
+
scaleType: import('../..').ScaleTypes;
|
|
37
37
|
};
|
|
38
38
|
left: {
|
|
39
39
|
mapsTo: string;
|
|
40
40
|
title: string;
|
|
41
|
-
scaleType: import(
|
|
41
|
+
scaleType: import('../..').ScaleTypes;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
curve: string;
|
|
@@ -58,12 +58,12 @@ export declare const stepEmptyStateOptions: {
|
|
|
58
58
|
bottom: {
|
|
59
59
|
title: string;
|
|
60
60
|
mapsTo: string;
|
|
61
|
-
scaleType: import(
|
|
61
|
+
scaleType: import('../..').ScaleTypes;
|
|
62
62
|
};
|
|
63
63
|
left: {
|
|
64
64
|
mapsTo: string;
|
|
65
65
|
title: string;
|
|
66
|
-
scaleType: import(
|
|
66
|
+
scaleType: import('../..').ScaleTypes;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
curve: string;
|
|
@@ -78,12 +78,12 @@ export declare const stepSkeletonOptions: {
|
|
|
78
78
|
bottom: {
|
|
79
79
|
title: string;
|
|
80
80
|
mapsTo: string;
|
|
81
|
-
scaleType: import(
|
|
81
|
+
scaleType: import('../..').ScaleTypes;
|
|
82
82
|
};
|
|
83
83
|
left: {
|
|
84
84
|
mapsTo: string;
|
|
85
85
|
title: string;
|
|
86
|
-
scaleType: import(
|
|
86
|
+
scaleType: import('../..').ScaleTypes;
|
|
87
87
|
};
|
|
88
88
|
};
|
|
89
89
|
curve: string;
|