Skip to content

Scroll zoom doesn't work in safari #7452

Open
@marthacryan

Description

@marthacryan

Minimal example that works in chrome but not in safari:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <script src="https://cdn.plot.ly/plotly-3.0.1.min.js"></script>
</head>
<body>
  <div id="choropleth"></div>

  <script>
    Plotly.newPlot('choropleth', [{type: 'choropleth'}] );
  </script>
</body>
</html>

Metadata

Metadata

Assignees

Labels

P1needed for current cyclebugsomething brokencscustomer success

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions