@datalayer/core
Version:
[](https://datalayer.io)
93 lines (92 loc) • 1.67 kB
TypeScript
export declare const ECHART_MOCK_1: {
grid: {
top: number;
right: number;
bottom: number;
left: number;
};
xAxis: {
type: string;
data: string[];
};
yAxis: {
type: string;
};
series: {
data: number[];
type: string;
smooth: boolean;
}[];
tooltip: {
trigger: string;
};
};
export declare const ECHART_MOCK_2: {
xAxis: {
type: string;
data: string[];
};
yAxis: {
type: string;
};
series: {
data: (number | {
value: number;
itemStyle: {
color: string;
};
})[];
type: string;
}[];
};
export declare const ECHART_MOCK_3: {
title: {
text: string;
}[];
polar: {
radius: (string | number)[];
};
radiusAxis: {
max: number;
};
angleAxis: {
type: string;
data: string[];
startAngle: number;
};
tooltip: {};
series: {
type: string;
data: number[];
coordinateSystem: string;
label: {
show: boolean;
position: string;
formatter: string;
};
};
animation: boolean;
};
export declare const CHART_4: {
grid: {
top: number;
right: number;
bottom: number;
left: number;
};
xAxis: {
type: string;
data: string[];
};
yAxis: {
type: string;
};
series: {
data: number[];
type: string;
smooth: boolean;
}[];
tooltip: {
trigger: string;
};
};