Skip to content

Commit

Permalink
Add fastdom js dependency (apache#3947)
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
mistercrunch authored and Grace Guo committed Dec 8, 2017
1 parent a11965f commit 1c7651d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c7651d

Please sign in to comment.