src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -1,8 +1,3 @@ import zhCN from '@/locales/zh-CN/model.js' import enUS from '@/locales/en-US/model.js' const Formdict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS /** * @description 获取图表视图配置表单 * @param {object} card // 图表对象 @@ -368,10 +363,10 @@ required: false, options: [{ value: 'true', text: Formdict['model.true'] text: '是' }, { value: 'false', text: Formdict['model.false'] text: '否' }] }, { type: 'radio',