king
2023-06-27 656ea3139db54b8dc9a29b8cb239d0f0df9a6c05
src/menu/components/chart/antv-X6/chartcompile/formconfig.jsx
@@ -211,10 +211,22 @@
      }, {
        value: 'lane',
        label: '泳道图'
      }, {
        value: 'kapmap',
        label: '组织结构图'
      }]
      }],
      controlFields: [
        {field: 'gridType', values: ['xflow']},
        {field: 'backgroundColor', values: ['xflow']}
      ],
    },
    {
      type: 'radio',
      field: 'export',
      label: '下载',
      initval: card.export || 'png',
      required: false,
      options: [
        {value: 'none', label: '禁用'},
        {value: 'png', label: 'PNG图'},
      ],
    },
    {
      type: 'radio',