src/menu/components/chart/antv-dashboard/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 // 图表对象 @@ -48,14 +43,13 @@ required: true }, { type: 'number', type: 'styleInput', key: 'height', label: '高度', label: '图表高度', initVal: card.height, min: 100, max: 1000, decimal: 0, required: true tooltip: '图表绘图区域的高度,不包括标题及内外边距。', required: true, options: ['px', 'vh', 'vw'] }, { type: 'radio',