/** * 从数据中拿出x轴的坐标数据 */ declare function xdata(data: any, xAxisKey: any): never[]; export default xdata;