mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(plugin-chart-echarts): support forced categorical x-axis (#26404)
This commit is contained in:
@@ -309,3 +309,14 @@ export const minorTicks: ControlSetItem = {
|
||||
description: t('Show minor ticks on axes.'),
|
||||
},
|
||||
};
|
||||
|
||||
export const forceCategorical: ControlSetItem = {
|
||||
name: 'forceCategorical',
|
||||
config: {
|
||||
type: 'CheckboxControl',
|
||||
label: t('Force categorical'),
|
||||
default: false,
|
||||
renderTrigger: true,
|
||||
description: t('Make the x-axis categorical'),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user