From 46daab913a960a77a06d827ca69057e1850e1ae7 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 27 Nov 2017 23:10:12 -0800 Subject: [PATCH] Add fastdom js dependency 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superset/assets/package.json b/superset/assets/package.json index 16a2757d2879c..b4ab112893147 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", @@ -98,8 +99,8 @@ "sprintf-js": "^1.1.1", "srcdoc-polyfill": "^1.0.0", "supercluster": "https://github.com/georgeke/supercluster/tarball/ac3492737e7ce98e07af679623aad452373bbc40", - "urijs": "^1.18.10", "underscore": "^1.8.3", + "urijs": "^1.18.10", "viewport-mercator-project": "^2.1.0" }, "devDependencies": {