diff --git a/src/plugins/vis_augmenter/public/vega/helpers.ts b/src/plugins/vis_augmenter/public/vega/helpers.ts index a8d7280fe93a..de1e03d57632 100644 --- a/src/plugins/vis_augmenter/public/vega/helpers.ts +++ b/src/plugins/vis_augmenter/public/vega/helpers.ts @@ -224,7 +224,6 @@ export const addPointInTimeEventsLayersToTable = ( }); visLayers.forEach((visLayer: PointInTimeEventsVisLayer) => { - if (isEmpty(visLayer.events)) return; const visLayerColumnId = `${visLayer.pluginEventType}`; // Add placeholder values of 0 for every event value. This is so the tooltip