feat(plugin-chart-echarts): sort by metric checkbox check by default (#1111)

This commit is contained in:
gordern 2021-05-15 21:55:04 +08:00 committed by Yongjie Zhao
parent 8fcf38d843
commit f73b9a4cf8

View File

@ -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.'),