Skip to content

Commit

Permalink
feat(plugin-chart-echarts): sort by metric checkbox check by default (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhongfu authored and zhaoyongjie committed Nov 26, 2021
1 parent 8fcf38d commit f73b9a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const config: ControlPanelConfig = {
{
name: 'sort_by_metric',
config: {
default: true,
type: 'CheckboxControl',
label: t('Sort by metric'),
description: t('Whether to sort results by the selected metric in descending order.'),
Expand Down

0 comments on commit f73b9a4

Please sign in to comment.