From 18d5495f75d9d161d499c6988b66886e5ea3c04a Mon Sep 17 00:00:00 2001 From: "Charl P. Botha" Date: Mon, 8 Feb 2021 16:01:27 +0200 Subject: [PATCH] Add TreemapClick --- src/factory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/factory.js b/src/factory.js index 9911014..9c8f12c 100644 --- a/src/factory.js +++ b/src/factory.js @@ -34,6 +34,7 @@ const eventNames = [ 'SunburstClick', 'Transitioning', 'TransitionInterrupted', + 'TreemapClick', 'Unhover', 'WebGlContextLost', ];