From 1c7651df58fe5fe46d937b1d952e06dda684c869 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 7 Dec 2017 16:36:46 -0800 Subject: [PATCH] Add fastdom js dependency (#3947) The nvd3 docs say that it if the fastdom library is present it makes use of it. "Including Fastdom in your project can greatly increase the performance of the line chart (particularly in Firefox and Internet Explorer) by batching DOM read and write operations to avoid layout thrashing. NVD3 will take advantage of Fastdom if present." --- superset/assets/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/package.json b/superset/assets/package.json index eb3af5514c6cc..ae64eef774694 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -57,6 +57,7 @@ "datatables.net-bs": "^1.10.15", "deck.gl": "^4.1.5", "distributions": "^1.0.0", + "fastdom": "^1.0.6", "geolib": "^2.0.24", "immutable": "^3.8.2", "jed": "^1.1.1",