diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/rich-text.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/rich-text.ts index c83a18b546..8a5fa158f4 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/rich-text.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/rich-text.ts @@ -22,11 +22,13 @@ export class RichTextChartView extends AbstractChartView { axisConfig: AxisConfig = { xAxis: { name: `${t('chart.dimension')}`, - type: 'd' + type: 'd', + allowEmpty: true }, yAxis: { name: `${t('chart.quota')}`, - type: 'q' + type: 'q', + allowEmpty: true } } constructor() {