antvis / data-set

state driven all in one data process for data visualization.
MIT License
248 stars 46 forks source link

orderBy 排序失败 #106

Open catherinezhxj opened 3 years ago

catherinezhxj commented 3 years ago

dv.transform({ type: 'partition', groupBy: ['time'], orderBy: ['value'], }); 通过 time 字段进行分组,对分组后的数据,依据 value 字段进行排序,失败,如下图所示:

image

hustcc commented 3 years ago

分组之后,组内排序只能根据某一个组进行排序吧!

catherinezhxj commented 3 years ago

分组之后,组内排序只能根据某一个组进行排序吧!

这个就是根据一个组排序的结果