/** * 从数据中拿出legend-data */ declare function ldata(data: any, xAxisKey: any): never[]; export default ldata;