mirror of
https://github.com/apache/superset.git
synced 2026-06-05 15:49:27 +00:00
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."
This commit is contained in:
committed by
Grace Guo
parent
81df7087db
commit
0b40c8a26f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user