UNPKG

@semcore/chart

Version:
7 lines 271 B
export default function hasNull(item, dataKey) { var x = item.x, y = item.y, payload = item.payload; return x === null || y === null || dataKey && Object.hasOwnProperty.call(payload, dataKey) && payload[dataKey] === null; } //# sourceMappingURL=hasNull.js.map