src/mob/components/tabs/tabcomponents/card.jsx
@@ -60,6 +60,10 @@ style = { opacity: 0.3} } if (card.style && card.style.clear === 'left') { style.clear = 'left' } const getCardComponent = () => { if (card.type === 'bar' || card.type === 'line') { return (<AntvBar card={card} updateConfig={updateConfig} deletecomponent={delCard} />)