8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7309012 + df622a5 commit 06176bbCopy full SHA for 06176bb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@newcrom/plotly.js",
3
- "version": "0.1.10",
+ "version": "0.1.11",
4
"description": "Forked version of plotly.js with some hacks for use in Newcrom's products. The version is based on plotly.js@2.27.1",
5
"license": "MIT",
6
"main": "./lib/index-newcrom.js",
src/components/shapes/draw.js
@@ -196,6 +196,7 @@ function drawOne(gd, index) {
196
197
queueMicrotask(() => {
198
path.node().addEventListener('mousedown', window.plotlyStartZooming)
199
+ path.node().addEventListener('touchstart', window.plotlyStartZooming)
200
})
201
}
202
0 commit comments