/** * 从数据中拿出y轴的坐标数据 */ declare function ydata(data: any, legendData: any): {}; export default ydata;