antvis / data-set

state driven all in one data process for data visualization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orderBy 排序失败

catherinezhxj opened this issue · comments

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

image

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

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

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