You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2018/11/26 20:28:04 UTC

[incubator-pinot] branch master updated: [TE] rootcause - remove tooltipEntities property (#3546)

This is an automated email from the ASF dual-hosted git repository.

apucher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new f915200  [TE] rootcause - remove tooltipEntities property (#3546)
f915200 is described below

commit f91520077ada0180367dbef27eacda9723eda898
Author: Alexander Pucher <ap...@linkedin.com>
AuthorDate: Mon Nov 26 12:27:59 2018 -0800

    [TE] rootcause - remove tooltipEntities property (#3546)
---
 .../thirdeye-frontend/app/pods/rootcause/controller.js    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/rootcause/controller.js b/thirdeye/thirdeye-frontend/app/pods/rootcause/controller.js
index 55f80df..a4a3980 100644
--- a/thirdeye/thirdeye-frontend/app/pods/rootcause/controller.js
+++ b/thirdeye/thirdeye-frontend/app/pods/rootcause/controller.js
@@ -594,21 +594,6 @@ export default Controller.extend({
     }
   ),
 
-  /**
-   * Visible entities for tooltip
-   * @type {object}
-   */
-  tooltipEntities: computed(
-    'entities',
-    'invisibleUrns',
-    'hoverUrns',
-    function () {
-      const { entities, invisibleUrns, hoverUrns } = getProperties(this, 'entities', 'invisibleUrns', 'hoverUrns');
-      const visibleUrns = [...hoverUrns].filter(urn => !invisibleUrns.has(urn));
-      return filterObject(entities, (e) => visibleUrns.has(e.urn));
-    }
-  ),
-
   //
   // loading indicators
   //


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org