feat(waterfall): add changes label series and grouping customize settings (#34847)

This commit is contained in:
SBIN2010
2025-09-17 14:24:45 +03:00
committed by GitHub
parent dced2f8564
commit 3e554674ff
5 changed files with 175 additions and 35 deletions

View File

@@ -128,7 +128,7 @@ export const showValueControl: ControlSetItem = {
name: 'show_value',
config: {
type: 'CheckboxControl',
label: t('Show Value'),
label: t('Show value'),
default: false,
renderTrigger: true,
description: t('Show series values on the chart'),