获取指定分组的动画值列表
List<double> getGroupValues(String label) { final group = _groups[label]; return group?.map((c) => c.value).toList() ?? []; }