This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0b40c8a Add fastdom js dependency (#3947)
0b40c8a is described below
commit 0b40c8a26fa1c0230a275efcb2329f4a9f9a4f4d
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Thu Dec 7 16:36:46 2017 -0800
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 eb3af55..ae64eef 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",
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].