Number chart editor (#15222)
Closes https://github.com/twentyhq/core-team-issues/issues/1620 <img width="1002" height="682" alt="CleanShot 2025-10-21 at 11 49 48@2x" src="https://github.com/user-attachments/assets/ff06ef0e-ccba-486d-b295-2e5f497f050c" />
This commit is contained in:
+2
-1
@@ -128,7 +128,8 @@ export const useChartSettingsValues = ({
|
||||
return 'color' in configuration && isDefined(configuration.color)
|
||||
? capitalize(configuration.color)
|
||||
: undefined;
|
||||
case CHART_CONFIGURATION_SETTING_IDS.DATA_ON_DISPLAY_Y: {
|
||||
case CHART_CONFIGURATION_SETTING_IDS.DATA_ON_DISPLAY_Y:
|
||||
case CHART_CONFIGURATION_SETTING_IDS.DATA_ON_DISPLAY_AGGREGATE: {
|
||||
const hasAggregateLabel = isDefined(aggregateField?.label);
|
||||
const hasAggregateOperation = isDefined(yAxisAggregateOperation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user