Skip to content

Commit 4fa92de

Browse files
chore: estimate key chaange
1 parent 9eda8ba commit 4fa92de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/plane/utils/build_chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_x_axis_field() -> Dict[str, Tuple[str, str, Optional[Dict[str, Any]]]]:
5151
"assignees__display_name",
5252
{"issue_assignee__deleted_at__isnull": True},
5353
),
54-
"ESTIMATE_POINTS": ("estimate_point__value", "estimate_point__key", None),
54+
"ESTIMATE_POINTS": ("estimate_point__key", "estimate_point__value", None),
5555
"CYCLES": (
5656
"issue_cycle__cycle_id",
5757
"issue_cycle__cycle__name",

0 commit comments

Comments
 (0)