(
{data?.x ?? ''}
{data?.y ?? ''}
)}
/>
}
/>;
const selectedColor = color === undefined || color === null || color === "" ? "" : color
const barseries = color === undefined || color === null || color === "" ?
}
tooltip={tooltip}
/>
:
}
tooltip={tooltip}
/>
return (
{newname !== "" &&
{newname}
}
} />
}
/>
)
}
export default LineChartWrapper;