king
2023-06-25 5025901e459ae49d85210573ad38fb3f3c1d9230
src/menu/components/chart/antv-X6/chartcompile/formconfig.jsx
@@ -209,7 +209,7 @@
        value: 'xflow',
        label: '流程图'
      }, {
        value: 'indentTree',
        value: 'lane',
        label: '泳道图'
      }, {
        value: 'kapmap',
@@ -227,6 +227,26 @@
        {value: 'show', label: '否'},
        {value: 'hidden', label: '是'},
      ],
    },
    {
      type: 'radio',
      field: 'gridType',
      label: '网格',
      initval: card.gridType || 'none',
      required: false,
      options: [
        {value: 'none', label: '无'},
        {value: 'dot', label: '点状网格'},
        {value: 'mesh', label: '网状网格'}
      ],
    },
    {
      type: 'color',
      field: 'backgroundColor',
      label: '背景色',
      initval: card.backgroundColor || '',
      required: false,
      allowClear: true
    }
  ]
}