79287730

Date: 2024-12-17 11:50:32
Score: 1
Natty:
Report link

Not sure if these issue still persist. For future, ApexCharts v3.54.1. Do set allowMouseWheelZoom: false.

chart: {
  id: 'my-chart',
  type: 'line' as 'line',
  toolbar: {
     show: false
  },
  zoom: {
     enabled: false,
     allowMouseWheelZoom: false,
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: warriorf255