fix(chart-data): ignore orderby on sample result type (#11656)

This commit is contained in:
Ville Brofeldt
2020-11-11 16:27:56 +02:00
committed by GitHub
parent 329e72885c
commit 77dff0e4e0
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ QUERY_OBJECTS = {
"is_timeseries": False,
"metrics": [{"label": "sum__num"}],
"order_desc": True,
"orderby": [],
"orderby": [["sum__num", False]],
"row_limit": 100,
"time_range": "100 years ago : now",
"timeseries_limit": 0,