Skip to content

Commit 59f26a8

Browse files
[WEB-5667] fix: estimate value display in analytics #8448
1 parent 1a7c537 commit 59f26a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)