New to Syncfusion, generally up and running okay except for this issue. I added the Chart to a page, works slick as can be locally.
EDIT TO ADD: This is an ASP NET CORE 2.0 MVC application.
Published to Azure, though, zooming only partially works. Same behavior in Chrome or Edge. I can zoom with scroll wheel but no mouse-click events register on the chart area and the pointer is stuck at a hand with a finger. Any time mouse moves over the chart area I get this error (Uncaught TypeError):
Here is the full .cshtml of the page showing the chart (minus layout):