Skip to content

Commit 76756e4

Browse files
committed
full redraw Plotly only when layout.datarevision changes
1 parent d4d8384 commit 76756e4

8 files changed

+356
-7
lines changed

β€Ž.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dist
1616

1717
package-lock.json.*
1818

19-
factory.js
20-
factory.js.map
21-
react-plotly.js
22-
react-plotly.js.map
19+
# factory.js
20+
# factory.js.map
21+
# react-plotly.js
22+
# react-plotly.js.map

β€Žfactory.js

+319
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žfactory.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plotly.js",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"license": "MIT",
55
"description": "A plotly.js react component from Plotly",
66
"author": "Plotly, Inc.",

β€Žreact-plotly.js

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žreact-plotly.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)